Excel导入时产品编号的规定1
This commit is contained in:
parent
b9c70953ba
commit
151539abb9
@ -22,7 +22,7 @@ public class DataEntryEngineModelExcel extends MpaasBasePojo {
|
||||
/**
|
||||
* 产品型号(全称)
|
||||
*/
|
||||
@ExcelProperty("产品型号(全称)")
|
||||
@ExcelProperty("产品型号")
|
||||
private String modelName;
|
||||
|
||||
/**
|
||||
@ -34,7 +34,7 @@ public class DataEntryEngineModelExcel extends MpaasBasePojo {
|
||||
/**
|
||||
* (状态代号)产品编号
|
||||
*/
|
||||
@ExcelProperty("(状态代号)产品编号")
|
||||
@ExcelProperty("状态代号/产品编号")
|
||||
private String productNumber;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user