增加最后一次操作类型
This commit is contained in:
@@ -470,6 +470,10 @@ definitions:
|
||||
type: object
|
||||
dto.CurrentStockResponse:
|
||||
properties:
|
||||
last_operation_source_type:
|
||||
allOf:
|
||||
- $ref: '#/definitions/models.StockLogSourceType'
|
||||
description: 上次库存变动的来源类型
|
||||
last_updated:
|
||||
description: 最后更新时间
|
||||
type: string
|
||||
@@ -1723,9 +1727,17 @@ definitions:
|
||||
description: 备注
|
||||
maxLength: 255
|
||||
type: string
|
||||
source_id:
|
||||
description: '来源ID, 例如: 配方ID, 采购单ID等'
|
||||
type: integer
|
||||
source_type:
|
||||
allOf:
|
||||
- $ref: '#/definitions/models.StockLogSourceType'
|
||||
description: 库存变动来源类型
|
||||
required:
|
||||
- change_amount
|
||||
- raw_material_id
|
||||
- source_type
|
||||
type: object
|
||||
dto.StockLogResponse:
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user