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