bug fixed

This commit is contained in:
병준 박 2022-08-14 07:18:42 +00:00
parent aab30c48e6
commit 161e6112cd

View File

@ -5,7 +5,7 @@ package bet.beteran.bank;
message Bank {
string id = 1;
string name = 2;
bool sort_order = 3;
uint32 sort_order = 3;
bool show = 4;
bool can_use = 5;
optional string memo = 6;