| | |
| | | } |
| | | |
| | | type AddDisuse struct { |
| | | ProductId string `json:"productId"` |
| | | ProductName string `json:"productName"` |
| | | ProductId string `json:"productId"` |
| | | //ProductName string `json:"productName"` |
| | | Amount decimal.Decimal `json:"amount"` |
| | | FromLocationId int `json:"fromLocationId"` |
| | | ToLocationId int `json:"toLocationId"` |
| | | SourceNumber string `json:"sourceNumber"` |
| | | Unit string `json:"unit"` |
| | | //Unit string `json:"unit"` |
| | | } |
| | | |
| | | type QueryDisuseList struct { |
| | |
| | | } |
| | | |
| | | type UpdateDisuse struct { |
| | | Id int `json:"id"` |
| | | ProductId string `json:"productId"` |
| | | ProductName string `json:"productName"` |
| | | Amount decimal.Decimal `json:"amount"` |
| | | FromLocationId int `json:"fromLocationId"` |
| | | ToLocationId int `json:"toLocationId"` |
| | | SourceNumber string `json:"sourceNumber"` |
| | | Unit string `json:"unit"` |
| | | Number string `json:"number"` |
| | | Status constvar.OperationStatus `json:"status"` |
| | | OperationDate string `json:"operationDate"` |
| | | Id int `json:"id"` |
| | | ProductId string `json:"productId"` |
| | | //ProductName string `json:"productName"` |
| | | Amount decimal.Decimal `json:"amount"` |
| | | FromLocationId int `json:"fromLocationId"` |
| | | ToLocationId int `json:"toLocationId"` |
| | | SourceNumber string `json:"sourceNumber"` |
| | | //Unit string `json:"unit"` |
| | | Number string `json:"number"` |
| | | Status constvar.OperationStatus `json:"status"` |
| | | OperationDate string `json:"operationDate"` |
| | | } |