@@ -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;