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