liujiandao
2023-10-31 8fb1d1a1389c5f981248b459257ceb1ac4e2b28d
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 {