|
@@ -51,7 +51,6 @@ public class WarningVo extends BaseEntity implements Serializable {
|
|
* 机号
|
|
* 机号
|
|
*/
|
|
*/
|
|
@ExcelProperty(value = "机号")
|
|
@ExcelProperty(value = "机号")
|
|
- @FieldMapper(type = MapperConstant.AIRCRAFT_ID_TO_NO, mapper = "aircraftId")
|
|
|
|
private String aircraftNo;
|
|
private String aircraftNo;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -76,7 +75,6 @@ public class WarningVo extends BaseEntity implements Serializable {
|
|
* 状态
|
|
* 状态
|
|
*/
|
|
*/
|
|
@ExcelProperty(value = "状态", converter = ExcelDictConvert.class)
|
|
@ExcelProperty(value = "状态", converter = ExcelDictConvert.class)
|
|
- @ExcelDictFormat(dictType = "common_type")
|
|
|
|
private String status;
|
|
private String status;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -88,13 +86,13 @@ public class WarningVo extends BaseEntity implements Serializable {
|
|
/**
|
|
/**
|
|
* 创建人名称
|
|
* 创建人名称
|
|
*/
|
|
*/
|
|
- @FieldMapper(type = MapperConstant.USER_ID_TO_NAME, mapper = "createBy")
|
|
|
|
|
|
+
|
|
private String createByName;
|
|
private String createByName;
|
|
|
|
|
|
/**
|
|
/**
|
|
* 创建人名称
|
|
* 创建人名称
|
|
*/
|
|
*/
|
|
- @FieldMapper(type = MapperConstant.USER_ID_TO_NAME, mapper = "updateBy")
|
|
|
|
|
|
+
|
|
private String updateByName;
|
|
private String updateByName;
|
|
|
|
|
|
}
|
|
}
|