bug fixed
This commit is contained in:
parent
9ca07a9319
commit
f4395b7350
|
@ -6,9 +6,10 @@ pub const SUBJECT_GET_MEMBER: &str = const_format::concatcp!(SUBJECT, ".GetMembe
|
|||
pub const SUBJECT_GET_MEMBER_BY_USERNAME: &str =
|
||||
const_format::concatcp!(SUBJECT, ".GetMemberByUsername");
|
||||
pub const SUBJECT_UPDATE_MEMBER: &str = const_format::concatcp!(SUBJECT, ".UpdateMember");
|
||||
pub const SUBJECT_UPDATE_MEMBER_FOR_STATE: &str =
|
||||
const_format::concatcp!(SUBJECT, ".UpdateMemberForState");
|
||||
pub const SUBJECT_DELETE_MEMBER: &str = const_format::concatcp!(SUBJECT, ".DeleteMember");
|
||||
|
||||
|
||||
/// subject = bet.beteran.ss.member.CreateMember
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
pub struct CreateMemberRequest {
|
||||
|
@ -95,7 +96,11 @@ pub mod list_members_request {
|
|||
pub mobile_phone_number_like: ::core::option::Option<::prost::alloc::string::String>,
|
||||
#[prost(string, optional, tag = "8")]
|
||||
pub last_signined_ip: ::core::option::Option<::prost::alloc::string::String>,
|
||||
#[prost(enumeration="crate::models::member::MemberState", optional, tag="9")]
|
||||
#[prost(
|
||||
enumeration = "crate::models::member::MemberState",
|
||||
optional,
|
||||
tag = "9"
|
||||
)]
|
||||
pub state: ::core::option::Option<i32>,
|
||||
#[prost(uint64, optional, tag = "10")]
|
||||
pub deleted_at: ::core::option::Option<u64>,
|
||||
|
@ -277,6 +282,5 @@ pub struct DeleteMemberResponse {
|
|||
/// Nested message and enum types in `DeleteMemberResponse`.
|
||||
pub mod delete_member_response {
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
pub struct Result {
|
||||
}
|
||||
pub struct Result {}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user