bug fixed
This commit is contained in:
parent
fe94718f06
commit
582f8de241
|
@ -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)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user