导入新增三个参数
This commit is contained in:
parent
aa1e179387
commit
43bb796146
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 生产日期
|
* 生产日期
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user