bug fixed

This commit is contained in:
병준 박 2022-08-12 09:40:53 +00:00
parent 2b979d9d19
commit 5ddc29da16
2 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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 {