| | |
| | | "model.SalesRefund": { |
| | | "type": "object", |
| | | "properties": { |
| | | "Source": { |
| | | "$ref": "#/definitions/model.SalesReturn" |
| | | }, |
| | | "amountTotal": { |
| | | "description": "价税合计", |
| | | "type": "number" |
| | |
| | | "description": "物料类型", |
| | | "type": "string" |
| | | }, |
| | | "MaxInventory": { |
| | | "description": "最大库存", |
| | | "type": "integer" |
| | | }, |
| | | "MinInventory": { |
| | | "description": "安全库存", |
| | | "type": "integer" |
| | | }, |
| | | "Name": { |
| | | "type": "string" |
| | | }, |
| | | "Node": { |
| | | "description": "备注", |
| | | "type": "string" |
| | | }, |
| | | "Number": { |
| | |
| | | "SalePrice": { |
| | | "description": "销售价格", |
| | | "type": "number" |
| | | }, |
| | | "Specs": { |
| | | "description": "规格", |
| | | "type": "string" |
| | | }, |
| | | "Type": { |
| | | "description": "型号", |
| | | "type": "string" |
| | | }, |
| | | "Unit": { |
| | | "type": "string" |
| | |
| | | Description: "", |
| | | InfoInstanceName: "swagger", |
| | | SwaggerTemplate: docTemplate, |
| | | LeftDelim: "{{", |
| | | RightDelim: "}}", |
| | | } |
| | | |
| | | func init() { |