| | |
| | | private String documentStatus; |
| | | |
| | | /** 工单审核时间 */ |
| | | @Schema(description = "工单审核时间", type = "String") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "工单审核时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | @Schema(description = "审核时间", type = "String") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "审核时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date approveOn; |
| | | |
| | | /** 工序号 */ |
| | |
| | | @Excel(name = "当前工序责任人") |
| | | private String department; |
| | | |
| | | /** 当前工序状态 */ |
| | | /** 状态 */ |
| | | @Excel(name = "状态") |
| | | private String opStatus; |
| | | |
| | |
| | | @Excel(name = "下一道工序") |
| | | private String nextOpName; |
| | | |
| | | /** 系统完工时间 */ |
| | | @Schema(description = "系统完工时间", type = "String") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "系统完工时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date planEndDay; |
| | | |
| | | |
| | | /** 工单创建时间 */ |
| | | @Schema(description = "工单创建时间", type = "String") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "工单创建时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date orderCreateTime; |
| | | |
| | | |
| | | /** 工单开工时间 */ |
| | | @Schema(description = "工单开工时间", type = "String") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "工单开工时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date startWorkDate; |
| | | |
| | |
| | | |
| | | /** 再次确认完工时间 */ |
| | | @Schema(description = "再次确认完工时间", type = "String") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "再次确认完工时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date workOrderConfirmTime; |
| | | |
| | |
| | | |
| | | /** 计划齐套时间 */ |
| | | @Schema(description = "计划齐套时间", type = "String") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | @Excel(name = "计划齐套时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date planKittingTime; |
| | | |
| | |
| | | private BigInteger mainOrderDelivery; |
| | | |
| | | |
| | | /** 计划完工日 */ |
| | | @Schema(description = "计划完工日", type = "String") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | @Excel(name = "计划完工日", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss") |
| | | private Date planEndDay; |
| | | |
| | | |
| | | /** 下道工序所属部门 */ |