@@ -62,13 +62,6 @@ public class DataImportVo extends BaseEntity implements Serializable {
@ExcelProperty(value = "架次号")
private String sortieNo;
- /**
- * 机号
- */
- @ExcelProperty(value = "机号")
- @FieldMapper(type = MapperConstant.AIRCRAFT_ID_TO_NO, mapper = "aircraftId")
- private String aircraftNo;
-
/**
* 飞行日期
*/