缺少产线时间冲突爆红问题

This commit is contained in:
2025-07-18 21:53:17 +08:00
parent c2b6e54a09
commit b09733d575
18 changed files with 1388 additions and 159 deletions

View File

@@ -70,5 +70,24 @@ public class WmsSchedulePlanDetailVo {
@ExcelProperty(value = "备注")
private String remark;
/**
* 产线日产能
*/
private BigDecimal capacity;
/**
* 总产能
*/
private BigDecimal totalCapacity;
/**
* 目标生产数量
*/
private BigDecimal planQuantity;
/**
* 天数
*/
private Integer days;
}