change order pais

This commit is contained in:
2026-08-27 17:12:00 +08:00
parent 433a17140c
commit e23bf8dea3
9 changed files with 109 additions and 8 deletions
Binary file not shown.
+2
View File
@@ -98,6 +98,8 @@ message AddressByStoreItemsRequest {
message OrderAuditingItemsRequest {
int32 page = 1;
int32 size = 2;
int32 status = 3;
repeated string time = 8;
}
message OrderAuditingRequest {
+20 -2
View File
@@ -906,6 +906,8 @@ type OrderAuditingItemsRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
Size int32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
Status int32 `protobuf:"varint,3,opt,name=status,proto3" json:"status,omitempty"`
Time []string `protobuf:"bytes,8,rep,name=time,proto3" json:"time,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
@@ -954,6 +956,20 @@ func (x *OrderAuditingItemsRequest) GetSize() int32 {
return 0
}
func (x *OrderAuditingItemsRequest) GetStatus() int32 {
if x != nil {
return x.Status
}
return 0
}
func (x *OrderAuditingItemsRequest) GetTime() []string {
if x != nil {
return x.Time
}
return nil
}
type OrderAuditingRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
@@ -1144,10 +1160,12 @@ const file_order_order_proto_rawDesc = "" +
"\asale_id\x18\a \x01(\x03R\x06saleId\x12\x12\n" +
"\x04time\x18\b \x03(\tR\x04time\"7\n" +
"\x1aAddressByStoreItemsRequest\x12\x19\n" +
"\bstore_id\x18\x01 \x01(\x03R\astoreId\"C\n" +
"\bstore_id\x18\x01 \x01(\x03R\astoreId\"o\n" +
"\x19OrderAuditingItemsRequest\x12\x12\n" +
"\x04page\x18\x01 \x01(\x05R\x04page\x12\x12\n" +
"\x04size\x18\x02 \x01(\x05R\x04size\"V\n" +
"\x04size\x18\x02 \x01(\x05R\x04size\x12\x16\n" +
"\x06status\x18\x03 \x01(\x05R\x06status\x12\x12\n" +
"\x04time\x18\b \x03(\tR\x04time\"V\n" +
"\x14OrderAuditingRequest\x12\x0e\n" +
"\x02id\x18\x01 \x01(\x03R\x02id\x12\x16\n" +
"\x06status\x18\x02 \x01(\x05R\x06status\x12\x16\n" +