bug fixed

This commit is contained in:
병준 박 2022-08-14 07:18:35 +00:00
parent f9ac4e030e
commit 9ca07a9319

View File

@ -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")]