| | |
| | | package com.iailab.module.ansteel.coking.dto; |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.Data; |
| | | |
| | |
| | | @Schema(description = "关联ID") |
| | | private String relId; |
| | | |
| | | @Schema(description = "工序名称") |
| | | private String process; |
| | | |
| | | @Schema(description = "异常对象") |
| | | private String exObj; |
| | | |
| | | @Schema(description = "查询时间") |
| | | private String clock; |
| | | |
| | | @Schema(description = "数据类型") |
| | | private String dataType; |
| | | |
| | |
| | | private String pointName; |
| | | |
| | | @Schema(description = "异常时间") |
| | | private Date exDate; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date exTime; |
| | | |
| | | @Schema(description = "异常原因") |
| | | private String exType; |