机型新增字段

This commit is contained in:
ys.git 2025-12-11 18:32:57 +08:00
parent 832e0fd2c3
commit cdc1fb84da

View File

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