| | |
| | | package org.jeecg.modules.dry.vo; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import io.swagger.models.auth.In; |
| | | import lombok.Data; |
| | |
| | | @Data |
| | | @ToString |
| | | public class RealTimeDataVo { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | /**工单ID*/ |
| | | private String orderId; |
| | |
| | | |
| | | private Integer ai_time; |
| | | |
| | | private List<DryEquipment> eqpCodes; |
| | | // private List<DryEquipment> eqpCodes; |
| | | |
| | | |
| | | /**接管状态 0:自动 1:手动 */ |
| | |
| | | private Integer workorder_status; |
| | | |
| | | /**各部位状态**/ |
| | | private Map<String, Object> eqp_state; |
| | | // private Map<String, Object> eqp_state; |
| | | |
| | | /**设备状态**/ |
| | | private String eqp_status; |
| | |
| | | private String report_head_num ; //数量--16框/355.8Kg |
| | | private String report_head_machine ; //设备 |
| | | private String report_head_accepter; //接料人 |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") |
| | | private Date report_head_date ; //生产日期 |
| | | private String report_head_leader ; //班组长 |
| | | private String report_head_techer ; //工艺员 |
| | |
| | | private Boolean report_clean_door ; //门窗清理 |
| | | private Boolean report_clean_box ; //箱体清理 |
| | | private Boolean report_clean_record ; //生产记录清理 |
| | | @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd") |
| | | private Date report_clean_date ; //清场日期 |
| | | private String report_clean_man ; //清场人 |
| | | private Boolean report_clean_confirm ; //清场确认 |