bug fixed
This commit is contained in:
parent
aab30c48e6
commit
161e6112cd
|
@ -5,7 +5,7 @@ package bet.beteran.bank;
|
||||||
message Bank {
|
message Bank {
|
||||||
string id = 1;
|
string id = 1;
|
||||||
string name = 2;
|
string name = 2;
|
||||||
bool sort_order = 3;
|
uint32 sort_order = 3;
|
||||||
bool show = 4;
|
bool show = 4;
|
||||||
bool can_use = 5;
|
bool can_use = 5;
|
||||||
optional string memo = 6;
|
optional string memo = 6;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user