| | |
| | | private String workOrderNo; |
| | | |
| | | /** 工序名称 */ |
| | | @Excel(name = "工序名称") |
| | | @Excel(name = "工序名称", width = 50) |
| | | private String processName; |
| | | |
| | | private Integer num; |
| | |
| | | @Excel(name = "工序总工时") |
| | | private BigDecimal processTotalTime; |
| | | |
| | | /** 计划完成日 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "计划完成日", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date processPlanEndDay; |
| | | |
| | | /** 计算完成日 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date computePlanEndDay; |
| | | |
| | | |
| | | |
| | | /** 计划开工日 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "计划开工日", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date processPlanStartDay; |
| | | |
| | | /** 计划完成日 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "计划完工日", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date processPlanEndDay; |
| | | |
| | | /** 订单开工日 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "订单开工日", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "订单完工日", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date orderPlanEndDay; |
| | | |
| | | /** 计算完成日 */ |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date computePlanEndDay; |
| | | |
| | | /** 设计工时 */ |
| | | |
| | | private Long designTimes; |