Explorar el Código

实体字段类型更改

lisonglin hace 1 día
padre
commit
03f1fecd8a

+ 2 - 2
common/common-se/src/main/java/com/hdkj/lt/bf/entity/FhzgSeBlockVoltageEvent.java

@@ -58,8 +58,8 @@ public class FhzgSeBlockVoltageEvent implements Serializable {
     private String feederId;
     private String feederName;
 
-    /** 越限日期 yyyymmdd */
-    private String overLimitDate;
+    /** 越限日期(datetime) */
+    private LocalDateTime overLimitDate;
 
     /** 成片开始时间(片内最早越限) */
     private LocalDateTime eventStartTime;