PDA按单移位数量修改
This commit is contained in:
@@ -74,6 +74,14 @@ public class ShiftManagePO extends BaseVOEntity {
|
||||
@Excel(name = "移位物料种数")
|
||||
private Integer shiftMaterialQuantity;
|
||||
|
||||
@ApiModelProperty("待移位物料种数(列表展示用,= 物料种数 - 移位物料种数)")
|
||||
@TableField(exist = false)
|
||||
private Integer waitShiftMaterialQuantity;
|
||||
|
||||
@ApiModelProperty("待移位数量(列表展示用,= 计划数量 - 移位数量)")
|
||||
@TableField(exist = false)
|
||||
private BigDecimal waitShiftQuantity;
|
||||
|
||||
@ApiModelProperty("移位状态:1-已创建 2-待移位 3-移位中 4-已完成")
|
||||
@Excel(name = "移位状态:1-已创建 2-待移位 3-移位中 4-已完成")
|
||||
private Integer shiftStatus;
|
||||
|
||||
Reference in New Issue
Block a user