Excel导入时产品编号的规定1

This commit is contained in:
ys.git 2025-12-17 17:37:02 +08:00
parent b9c70953ba
commit 151539abb9

View File

@ -22,7 +22,7 @@ public class DataEntryEngineModelExcel extends MpaasBasePojo {
/** /**
* 产品型号全称 * 产品型号全称
*/ */
@ExcelProperty("产品型号(全称)") @ExcelProperty("产品型号")
private String modelName; private String modelName;
/** /**
@ -34,7 +34,7 @@ public class DataEntryEngineModelExcel extends MpaasBasePojo {
/** /**
* (状态代号)产品编号 * (状态代号)产品编号
*/ */
@ExcelProperty("(状态代号)产品编号") @ExcelProperty("状态代号/产品编号")
private String productNumber; private String productNumber;
/** /**