分配时保存库存数量;
This commit is contained in:
+1
-2
@@ -427,8 +427,7 @@ public class OutMaterialDetail extends BaseVOEntity {
|
|||||||
/**
|
/**
|
||||||
* 库存数量(仅用于前端展示,从material_inventory表中带出)
|
* 库存数量(仅用于前端展示,从material_inventory表中带出)
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty("库存数量")
|
@ApiModelProperty("分配时库存数量")
|
||||||
@TableField(exist = false)
|
|
||||||
private BigDecimal inventoryQuantity;
|
private BigDecimal inventoryQuantity;
|
||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
|
|||||||
+1
-1
@@ -165,7 +165,7 @@ public class OutMaterialDetailDO extends BaseVOEntity {
|
|||||||
@Excel(name = "容器类型名称 数据字典")
|
@Excel(name = "容器类型名称 数据字典")
|
||||||
private String containerTypeName;
|
private String containerTypeName;
|
||||||
|
|
||||||
@ApiModelProperty("库存数量(仅展示)")
|
@ApiModelProperty("分配时库存数量(仅展示)")
|
||||||
private BigDecimal inventoryQuantity;
|
private BigDecimal inventoryQuantity;
|
||||||
|
|
||||||
@ApiModelProperty("分配仓库id")
|
@ApiModelProperty("分配仓库id")
|
||||||
|
|||||||
Reference in New Issue
Block a user