PDA按单移位数量修改

This commit is contained in:
秦鸿展
2026-03-14 18:30:12 +08:00
parent 0393c2ee1f
commit 78dc49df94
3 changed files with 31 additions and 1 deletions
@@ -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;