request/product_request.go
@@ -28,8 +28,7 @@ type QueryDisuseList struct { PageInfo Number string `json:"number"` SourceNumber string `json:"sourceNumber"` Number string `json:"number"` } type UpdateDisuse struct { @@ -44,3 +43,9 @@ OperationDate string `json:"operationDate"` BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` } type QueryOperationHistory struct { PageInfo ProductId string `json:"productId"` LocationId int `json:"locationId"` }