Merge branch 'feat-hjj-ReportsManage' into dev
This commit is contained in:
commit
77c4f59b38
@ -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