mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
板材导入字段名称统一
This commit is contained in:
+4
-4
@@ -20,12 +20,12 @@ import javax.validation.constraints.NotEmpty;
|
|||||||
@Accessors(chain = false) // 设置 chain = false,避免用户导入有问题
|
@Accessors(chain = false) // 设置 chain = false,避免用户导入有问题
|
||||||
public class PlateImportExcelVO {
|
public class PlateImportExcelVO {
|
||||||
|
|
||||||
@ExcelProperty("*物料编号")
|
@ExcelProperty("*商品编号")
|
||||||
@NotEmpty(message = "物料编号不能为空")
|
@NotEmpty(message = "商品编号不能为空")
|
||||||
private String goodsId;
|
private String goodsId;
|
||||||
|
|
||||||
@ExcelProperty("*物料名称")
|
@ExcelProperty("*商品名称")
|
||||||
@NotEmpty(message = "物料名称不能为空")
|
@NotEmpty(message = "商品名称不能为空")
|
||||||
private String goodsName;
|
private String goodsName;
|
||||||
|
|
||||||
@ExcelProperty("*材质")
|
@ExcelProperty("*材质")
|
||||||
|
|||||||
Reference in New Issue
Block a user