bug fixed

This commit is contained in:
병준 박 2022-08-14 08:44:06 +00:00
parent fe94718f06
commit 582f8de241

View File

@ -37,8 +37,8 @@ pub mod list_member_classes_request {
pub struct Search {
#[prost(string, optional, tag = "1")]
pub name_like: ::core::option::Option<::prost::alloc::string::String>,
#[prost(bool, tag = "2")]
pub show: bool,
#[prost(bool, optional, tag = "2")]
pub show: ::core::option::Option<bool>,
}
}
#[derive(Clone, PartialEq, ::prost::Message)]