| | |
| | | comment: |
| | | type: string |
| | | companyID: |
| | | type: integer |
| | | type: string |
| | | companyName: |
| | | type: string |
| | | contacterID: |
| | |
| | | description: ProductName string `json:"productName" gorm:"type:varchar(255);not |
| | | null;comment:产品名称"` //产品名称 |
| | | type: number |
| | | auxiliaryAmount: |
| | | type: number |
| | | auxiliaryUnit: |
| | | type: string |
| | | createTime: |
| | | type: string |
| | | fromLocation: |
| | |
| | | type: string |
| | | companyID: |
| | | description: 公司ID-客户 |
| | | type: integer |
| | | type: string |
| | | companyName: |
| | | description: 公司名称-客户名称 |
| | | type: string |
| | |
| | | description: 单位 |
| | | type: string |
| | | type: object |
| | | request.GetList: |
| | | properties: |
| | | keyword: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.GetLocationForms: |
| | | properties: |
| | | keyWord: |
| | |
| | | description: ProductName string `json:"productName" gorm:"type:varchar(255);not |
| | | null;comment:产品名称"` //产品名称 |
| | | type: number |
| | | auxiliaryAmount: |
| | | description: 辅助数量 |
| | | type: number |
| | | auxiliaryUnit: |
| | | description: 辅助单位 |
| | | type: string |
| | | fromLocationId: |
| | | description: |- |
| | | Unit string `json:"unit" gorm:"type:varchar(31);comment:单位"` //单位 |
| | |
| | | type: string |
| | | companyID: |
| | | description: 公司ID-客户 |
| | | type: integer |
| | | type: string |
| | | companyName: |
| | | description: 公司名称-客户名称 |
| | | type: string |
| | |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.PageInfo' |
| | | $ref: '#/definitions/request.GetList' |
| | | produces: |
| | | - application/json |
| | | responses: |