1 жил өмнө
parent
commit
84008d961f

+ 7 - 1
platform-dao/src/main/java/com/platform/dao/vo/export/sb/ExportSbMeasureLogVO2.java

@@ -57,11 +57,17 @@ public class ExportSbMeasureLogVO2 implements Serializable {
     @Excel(name = "处理人")
     private String updateUserName;
 
+    /**
+     * 操作内容
+     */
+    @Excel(name = "操作内容")
+    private String content;
+
     /**
      * 异常描述
      */
     @Excel(name = "异常描述")
-    private LocalDateTime exceptionDescription;
+    private String exceptionDescription;