|
@@ -2,6 +2,7 @@ package com.ruoyi.gas.domain.vo;
|
|
|
|
|
|
import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
+import com.ruoyi.common.core.domain.BaseEntity;
|
|
|
import com.ruoyi.gas.domain.GValveWellPosition;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -20,7 +21,7 @@ import java.util.List;
|
|
|
@Data
|
|
|
@ApiModel("阀井巡查视图对象")
|
|
|
@ExcelIgnoreUnannotated
|
|
|
-public class GValveWellInspectionVo {
|
|
|
+public class GValveWellInspectionVo extends BaseEntity {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
@@ -60,6 +61,7 @@ public class GValveWellInspectionVo {
|
|
|
@ExcelProperty(value = "备注")
|
|
|
@ApiModelProperty("备注")
|
|
|
private String remark;
|
|
|
+ private String createByName;
|
|
|
|
|
|
|
|
|
}
|