liujiandao
2023-10-31 307c699810c39714e82efac9de56f70b93a718a2
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 {