缺少产线时间冲突爆红问题
This commit is contained in:
@@ -32,6 +32,11 @@ public class WmsSchedulePlanBo extends BaseEntity {
|
||||
*/
|
||||
private Long orderId;
|
||||
|
||||
/**
|
||||
* 版本
|
||||
*/
|
||||
private String version;
|
||||
|
||||
/**
|
||||
* 状态(0=新建,1=已排产,2=生产中,3=已完成)
|
||||
*/
|
||||
|
||||
@@ -48,11 +48,13 @@ public class WmsSchedulePlanDetailBo extends BaseEntity {
|
||||
/**
|
||||
* 计划开始日期
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSX", timezone = "GMT+8")
|
||||
private Date startDate;
|
||||
|
||||
/**
|
||||
* 计划结束日期
|
||||
*/
|
||||
@JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss.SSSX", timezone = "GMT+8")
|
||||
private Date endDate;
|
||||
|
||||
/**
|
||||
|
||||
@@ -70,5 +70,24 @@ public class WmsSchedulePlanDetailVo {
|
||||
@ExcelProperty(value = "备注")
|
||||
private String remark;
|
||||
|
||||
/**
|
||||
* 产线日产能
|
||||
*/
|
||||
private BigDecimal capacity;
|
||||
|
||||
/**
|
||||
* 总产能
|
||||
*/
|
||||
private BigDecimal totalCapacity;
|
||||
|
||||
/**
|
||||
* 目标生产数量
|
||||
*/
|
||||
private BigDecimal planQuantity;
|
||||
|
||||
/**
|
||||
* 天数
|
||||
*/
|
||||
private Integer days;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user