导入新增三个参数

This commit is contained in:
ys.git 2025-12-16 12:36:32 +08:00
parent aa1e179387
commit 43bb796146

View File

@ -78,6 +78,23 @@ public class DataEntryEngineModelExcel extends MpaasBasePojo {
*/ */
@ExcelProperty("品牌") @ExcelProperty("品牌")
private String brand; private String brand;
/**
* 品牌
*/
@ExcelProperty("排放")
private String emission;
/**
* 品牌
*/
@ExcelProperty("燃烧类型")
private String burnType;
/**
* 品牌
*/
@ExcelProperty("排量")
private String engineCapacity;
/** /**
* 生产日期 * 生产日期