| | |
| | | "CostingMethodAverageCost" |
| | | ] |
| | | }, |
| | | "constvar.FileType": { |
| | | "type": "string", |
| | | "enum": [ |
| | | "file", |
| | | "picture", |
| | | "thumbnail" |
| | | ], |
| | | "x-enum-comments": { |
| | | "FileType_File": "文件", |
| | | "FileType_Picture": "图片", |
| | | "FileType_Thumbnail": "缩略图" |
| | | }, |
| | | "x-enum-varnames": [ |
| | | "FileType_File", |
| | | "FileType_Picture", |
| | | "FileType_Thumbnail" |
| | | ] |
| | | }, |
| | | "constvar.ForceRemovalStrategy": { |
| | | "type": "integer", |
| | | "enum": [ |
| | |
| | | "ReservationNever" |
| | | ] |
| | | }, |
| | | "models.Attachment": { |
| | | "type": "object", |
| | | "properties": { |
| | | "FileUrl": { |
| | | "type": "string" |
| | | }, |
| | | "ext": { |
| | | "type": "string" |
| | | }, |
| | | "fileName": { |
| | | "type": "string" |
| | | }, |
| | | "fileType": { |
| | | "$ref": "#/definitions/constvar.FileType" |
| | | }, |
| | | "id": { |
| | | "type": "integer" |
| | | } |
| | | } |
| | | }, |
| | | "models.Company": { |
| | | "type": "object", |
| | | "properties": { |
| | |
| | | "description": "数量", |
| | | "type": "number" |
| | | }, |
| | | "attachmentIDs": { |
| | | "type": "array", |
| | | "items": { |
| | | "type": "integer" |
| | | } |
| | | }, |
| | | "attachmentList": { |
| | | "type": "array", |
| | | "items": { |
| | | "$ref": "#/definitions/models.Attachment" |
| | | } |
| | | }, |
| | | "barcode": { |
| | | "description": "条码", |
| | | "type": "string" |