|
|
@@ -2,6 +2,7 @@ package cn.start.tz.module.pressure2.controller.admin.equipboiler.vo;
|
|
|
|
|
|
import cn.start.tz.framework.excel.core.annotations.DictFormat;
|
|
|
import cn.start.tz.framework.excel.core.convert.DictConvert;
|
|
|
+import com.alibaba.excel.annotation.ExcelIgnore;
|
|
|
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
@@ -40,6 +41,10 @@ public class EquipBoilerPageRespVO {
|
|
|
@ExcelProperty("设备注册代码")
|
|
|
private String equipCode;
|
|
|
|
|
|
+ @Schema(description = "设备名称")
|
|
|
+ @ExcelIgnore
|
|
|
+ private String equipName;
|
|
|
+
|
|
|
@Schema(description = "使用证号")
|
|
|
@ExcelProperty("使用证号")
|
|
|
private String useRegisterNo;
|