| 1234567891011121314151617181920 |
- // ==========================================================================
- // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT.
- // ==========================================================================
- syntax = "proto3";
- package pbentity;
- option go_package = "proxima/app/user/api/pbentity";
- import "google/protobuf/timestamp.proto";
- message Users {
- uint32 Id = 1; //
- string Username = 2; //
- string Password = 3; //
- string Email = 4; //
- google.protobuf.Timestamp CreatedAt = 5; //
- google.protobuf.Timestamp UpdatedAt = 6; //
- }
|