jiangshuai
2023-10-21 e695d7c697196a36f8cdafc90e6a403a12707591
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 {