bug fixed
This commit is contained in:
parent
2b979d9d19
commit
5ddc29da16
|
@ -90,10 +90,10 @@ pub const SUBJECT_UPDATE_MEMBER_LEVEL: &str = const_format::concatcp!(SUBJECT, "
|
||||||
pub struct UpdateMemberLevelRequest {
|
pub struct UpdateMemberLevelRequest {
|
||||||
#[prost(string, tag="1")]
|
#[prost(string, tag="1")]
|
||||||
pub id: ::prost::alloc::string::String,
|
pub id: ::prost::alloc::string::String,
|
||||||
#[prost(string, optional, tag="2")]
|
#[prost(string, tag="2")]
|
||||||
pub parent_id: ::core::option::Option<::prost::alloc::string::String>,
|
|
||||||
#[prost(string, tag="3")]
|
|
||||||
pub name: ::prost::alloc::string::String,
|
pub name: ::prost::alloc::string::String,
|
||||||
|
#[prost(uint32, tag="3")]
|
||||||
|
pub sort_order: u32,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct UpdateMemberLevelResponse {
|
pub struct UpdateMemberLevelResponse {
|
||||||
|
|
|
@ -100,10 +100,10 @@ pub struct UpdateMemberLevelRequest {
|
||||||
pub client: ::core::option::Option<core::network::Client>,
|
pub client: ::core::option::Option<core::network::Client>,
|
||||||
#[prost(string, tag="2")]
|
#[prost(string, tag="2")]
|
||||||
pub id: ::prost::alloc::string::String,
|
pub id: ::prost::alloc::string::String,
|
||||||
#[prost(string, optional, tag="3")]
|
#[prost(string, tag="3")]
|
||||||
pub parent_id: ::core::option::Option<::prost::alloc::string::String>,
|
|
||||||
#[prost(string, tag="4")]
|
|
||||||
pub name: ::prost::alloc::string::String,
|
pub name: ::prost::alloc::string::String,
|
||||||
|
#[prost(uint32, tag="4")]
|
||||||
|
pub sort_order: u32,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct UpdateMemberLevelResponse {
|
pub struct UpdateMemberLevelResponse {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user