liujiandao
2023-10-26 0bb78b5ad493371cbab9d91395090dd68b020537
request/operation.go
@@ -40,9 +40,9 @@
type OperationList struct {
   PageInfo
   OperationTypeId int    `json:"operationTypeId" form:"operationTypeId"`
   Number          string `json:"number"`
   SourceNumber    string `json:"sourceNumber"`
   OperationTypeId int                      `json:"operationTypeId" form:"operationTypeId"`
   Number          string                   `json:"number"`
   Status          constvar.OperationStatus `json:"status"`
}
type UpdateOperation struct {