|
@@ -4,7 +4,6 @@ import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
import com.alibaba.excel.annotation.ExcelProperty;
|
|
|
import lombok.Data;
|
|
|
import lombok.NoArgsConstructor;
|
|
|
-import org.eco.common.excel.annotation.ExcelDictFormat;
|
|
|
import org.eco.common.excel.convert.ExcelDictConvert;
|
|
|
|
|
|
import java.io.Serial;
|
|
@@ -61,4 +60,13 @@ public class ModelImportVo implements Serializable {
|
|
|
*/
|
|
|
@ExcelProperty(value = "备注")
|
|
|
private String remark;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 参数特征
|
|
|
+ */
|
|
|
+ private String paramType;
|
|
|
+ /**
|
|
|
+ * 机型
|
|
|
+ */
|
|
|
+ private String aircraftType;
|
|
|
}
|