jiangshuai
2023-09-22 f89bbcf77dae0465e829ca6f7548cd36ef57aaa6
request/operation.go
@@ -39,7 +39,9 @@
type OperationList struct {
   PageInfo
   OperationTypeId int `json:"operationTypeId" form:"operationTypeId"`
   OperationTypeId int    `json:"operationTypeId" form:"operationTypeId"`
   Number          string `json:"number"`
   SourceNumber    string `json:"sourceNumber"`
}
type UpdateOperation struct {
@@ -65,3 +67,9 @@
   //Weight         decimal.Decimal `json:"weight" gorm:"type:decimal(20,2);comment:重量(kg)"`           //重量(kg)-非必填
   //TransferWeight decimal.Decimal `json:"transferWeight" gorm:"type:decimal(20,2);comment:物流重量(kg)"` //物流重量(kg)-非必填
}
type OperationAllList struct {
   PageInfo
   Number       string `json:"number"`
   SourceNumber string `json:"sourceNumber"`
}