bug fixed
This commit is contained in:
parent
4480475917
commit
1117c0080f
|
@ -20,10 +20,12 @@ pub struct CreateMemberRequest {
|
||||||
#[prost(string, tag="5")]
|
#[prost(string, tag="5")]
|
||||||
pub username: ::prost::alloc::string::String,
|
pub username: ::prost::alloc::string::String,
|
||||||
#[prost(string, tag="6")]
|
#[prost(string, tag="6")]
|
||||||
|
pub password: ::prost::alloc::string::String,
|
||||||
|
#[prost(string, tag="7")]
|
||||||
pub nickname: ::prost::alloc::string::String,
|
pub nickname: ::prost::alloc::string::String,
|
||||||
#[prost(string, optional, tag="7")]
|
#[prost(string, optional, tag="8")]
|
||||||
pub mobile_phone_number: ::core::option::Option<::prost::alloc::string::String>,
|
pub mobile_phone_number: ::core::option::Option<::prost::alloc::string::String>,
|
||||||
#[prost(enumeration="member::MemberState", tag="8")]
|
#[prost(enumeration="member::MemberState", tag="9")]
|
||||||
pub state: i32,
|
pub state: i32,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
|
|
@ -23,10 +23,12 @@ pub struct CreateMemberRequest {
|
||||||
#[prost(string, tag="6")]
|
#[prost(string, tag="6")]
|
||||||
pub username: ::prost::alloc::string::String,
|
pub username: ::prost::alloc::string::String,
|
||||||
#[prost(string, tag="7")]
|
#[prost(string, tag="7")]
|
||||||
|
pub password: ::prost::alloc::string::String,
|
||||||
|
#[prost(string, tag="8")]
|
||||||
pub nickname: ::prost::alloc::string::String,
|
pub nickname: ::prost::alloc::string::String,
|
||||||
#[prost(string, optional, tag="8")]
|
#[prost(string, optional, tag="9")]
|
||||||
pub mobile_phone_number: ::core::option::Option<::prost::alloc::string::String>,
|
pub mobile_phone_number: ::core::option::Option<::prost::alloc::string::String>,
|
||||||
#[prost(enumeration="member::MemberState", tag="9")]
|
#[prost(enumeration="member::MemberState", tag="10")]
|
||||||
pub state: i32,
|
pub state: i32,
|
||||||
}
|
}
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user