eims/ruoyi-modules/lb-eims/src/main/java/org/dromara/eims/domain/vo/EimsInspectStVo.java
@@ -99,6 +99,18 @@ private String specialNote; /** * 运行时间 */ @ExcelProperty(value = "运行时间") private Integer runTimes; /** * 故障时间 */ @ExcelProperty(value = "故障时间") private Integer faultTimes; /** * 备注 */ @ExcelProperty(value = "备注") @@ -117,6 +129,10 @@ */ private Integer unCheckCount; /** * 待确认点检记录 */ private Integer dqrCount; /** * 结果-正常数 */ private Integer normalNum;