| | |
| | | description: 仓库ID |
| | | type: integer |
| | | type: object |
| | | models.LocationProductAmount: |
| | | properties: |
| | | amount: |
| | | description: 库存数量 |
| | | type: number |
| | | createDate: |
| | | description: 日期 |
| | | type: string |
| | | createTime: |
| | | type: string |
| | | id: |
| | | type: integer |
| | | location: |
| | | $ref: '#/definitions/models.Location' |
| | | locationId: |
| | | description: |- |
| | | LocationProductId int `json:"locationProductId" gorm:"type:int;not null;comment:上架规则id"` //上架规则id |
| | | LocationProduct LocationProduct `json:"locationProduct" gorm:"foreignKey:LocationProductId;references:Id"` |
| | | type: integer |
| | | product: |
| | | $ref: '#/definitions/models.Material' |
| | | productCategory: |
| | | $ref: '#/definitions/models.ProductCategory' |
| | | productCategoryId: |
| | | description: 产品种类id |
| | | type: integer |
| | | productId: |
| | | description: 产品id |
| | | type: string |
| | | updateTime: |
| | | type: string |
| | | type: object |
| | | models.LogisticCompany: |
| | | properties: |
| | | contact: |
| | |
| | | summary: 应用、验证 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/locationProductAmount/getLocationProductAmount: |
| | | post: |
| | | parameters: |
| | | - description: 入参 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetRuleList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/util.Response' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/models.LocationProductAmount' |
| | | type: object |
| | | summary: 获取位置产品信息 |
| | | tags: |
| | | - 库存盘点 |
| | | /api-wms/v1/locationProductAmount/getRuleList: |
| | | post: |
| | | parameters: |