Updata:更新pb文件
This commit is contained in:
parent
52f50be16c
commit
9ebfdc1a8d
@ -26,7 +26,7 @@ type Filtrate struct {
|
|||||||
unknownFields protoimpl.UnknownFields
|
unknownFields protoimpl.UnknownFields
|
||||||
|
|
||||||
FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName"` //文件名称
|
FileName string `protobuf:"bytes,1,opt,name=fileName,proto3" json:"fileName"` //文件名称
|
||||||
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` //状态(1:上架,2:下架)
|
Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status"` //状态(1:上架,2:下架)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (x *Filtrate) Reset() {
|
func (x *Filtrate) Reset() {
|
||||||
|
@ -22,7 +22,7 @@ service Reports{
|
|||||||
|
|
||||||
message Filtrate{
|
message Filtrate{
|
||||||
string fileName = 1;//文件名称
|
string fileName = 1;//文件名称
|
||||||
int32 status = 2;//状态(1:上架,2:下架)
|
int32 status = 2;//状态(1:上架,2:下架)
|
||||||
}
|
}
|
||||||
|
|
||||||
message FiltrateWeb{
|
message FiltrateWeb{
|
||||||
|
Loading…
Reference in New Issue
Block a user