机型新增字段
This commit is contained in:
parent
832e0fd2c3
commit
cdc1fb84da
@ -95,6 +95,24 @@ public class DataEntryEngineModelPojo extends MpaasBasePojo {
|
||||
*/
|
||||
@ExcelProperty("品牌")
|
||||
private String brand;
|
||||
/**
|
||||
* 品牌
|
||||
*/
|
||||
@ExcelProperty("排放")
|
||||
private String emission;
|
||||
|
||||
/**
|
||||
* 品牌
|
||||
*/
|
||||
@ExcelProperty("燃烧类型")
|
||||
private String burnType;
|
||||
|
||||
/**
|
||||
* 品牌
|
||||
*/
|
||||
@ExcelProperty("排量")
|
||||
private String engineCapacity;
|
||||
|
||||
|
||||
/**
|
||||
* 生产日期
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user