鞍钢鲅鱼圈能源管控系统后端代码
潘志宝
3 天以前 8ee5c63c9d911d623c61d2256812aa88407eed5f
ansteel-biz/src/main/java/com/iailab/module/ansteel/coking/dto/CokingTraceDataDTO.java
@@ -1,5 +1,6 @@
package com.iailab.module.ansteel.coking.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
@@ -24,6 +25,15 @@
   @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;
@@ -34,7 +44,8 @@
   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;