This commit is contained in:
by 2024-09-21 17:44:30 +08:00
parent 8952d98f7d
commit 68f0ac9f06
2 changed files with 2 additions and 2 deletions

View File

@ -1200,7 +1200,7 @@ type DillChangeLogInfo struct {
ItemId int32 `protobuf:"varint,1,opt,name=ItemId,proto3" json:"ItemId,omitempty"`
ItemNum int32 `protobuf:"varint,2,opt,name=ItemNum,proto3" json:"ItemNum,omitempty"`
State int32 `protobuf:"varint,3,opt,name=State,proto3" json:"State,omitempty"`
State int32 `protobuf:"varint,3,opt,name=State,proto3" json:"State,omitempty"` //0待审核 1审核通过、2已发货、3审核不通过、4撤单
UserName string `protobuf:"bytes,4,opt,name=UserName,proto3" json:"UserName,omitempty"`
UserTel string `protobuf:"bytes,5,opt,name=UserTel,proto3" json:"UserTel,omitempty"`
Addr string `protobuf:"bytes,6,opt,name=Addr,proto3" json:"Addr,omitempty"`

View File

@ -148,7 +148,7 @@ message SCDillChangeLog{
message DillChangeLogInfo{
int32 ItemId = 1;
int32 ItemNum = 2;
int32 State = 3;
int32 State = 3; //0 1234
string UserName = 4;
string UserTel = 5;
string Addr = 6;