bug fixed
This commit is contained in:
parent
4a746566ff
commit
50592ef88e
|
@ -0,0 +1 @@
|
||||||
|
pub mod vendor;
|
|
@ -52,6 +52,6 @@ pub mod list_vendors_response {
|
||||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||||
pub struct Result {
|
pub struct Result {
|
||||||
#[prost(message, repeated, tag = "1")]
|
#[prost(message, repeated, tag = "1")]
|
||||||
pub vendors: ::prost::alloc::vec::Vec<create::models::api::vendor::Vendor>,
|
pub vendors: ::prost::alloc::vec::Vec<crate::models::api::vendor::Vendor>,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user