| | |
| | | - CostingMethodStandardPrice |
| | | - CostingMethodFIFO |
| | | - CostingMethodAverageCost |
| | | constvar.FileType: |
| | | enum: |
| | | - file |
| | | - picture |
| | | - thumbnail |
| | | type: string |
| | | x-enum-comments: |
| | | FileType_File: 文件 |
| | | FileType_Picture: 图片 |
| | | FileType_Thumbnail: 缩略图 |
| | | x-enum-varnames: |
| | | - FileType_File |
| | | - FileType_Picture |
| | | - FileType_Thumbnail |
| | | constvar.ForceRemovalStrategy: |
| | | enum: |
| | | - 1 |
| | |
| | | - WhetherTypeAsk |
| | | - WhetherTypeAlways |
| | | - ReservationNever |
| | | models.Attachment: |
| | | properties: |
| | | FileUrl: |
| | | type: string |
| | | ext: |
| | | type: string |
| | | fileName: |
| | | type: string |
| | | fileType: |
| | | $ref: '#/definitions/constvar.FileType' |
| | | id: |
| | | type: integer |
| | | type: object |
| | | models.Company: |
| | | properties: |
| | | createTime: |
| | |
| | | amount: |
| | | description: 数量 |
| | | type: number |
| | | attachmentIDs: |
| | | items: |
| | | type: integer |
| | | type: array |
| | | attachmentList: |
| | | items: |
| | | $ref: '#/definitions/models.Attachment' |
| | | type: array |
| | | barcode: |
| | | description: 条码 |
| | | type: string |