bug fixed
This commit is contained in:
parent
f9ac4e030e
commit
9ca07a9319
|
@ -4,8 +4,8 @@ pub struct Bank {
|
|||
pub id: ::prost::alloc::string::String,
|
||||
#[prost(string, tag = "2")]
|
||||
pub name: ::prost::alloc::string::String,
|
||||
#[prost(bool, tag="3")]
|
||||
pub sort_order: bool,
|
||||
#[prost(uint32, tag = "3")]
|
||||
pub sort_order: u32,
|
||||
#[prost(bool, tag = "4")]
|
||||
pub show: bool,
|
||||
#[prost(bool, tag = "5")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user