1、调整货物类型模板
This commit is contained in:
@@ -51,10 +51,10 @@ public class CargoTypeExcel implements Serializable {
|
||||
@ExcelProperty("*类型")
|
||||
private String typeLevelName;
|
||||
|
||||
@ExcelProperty("*上级货物类型")
|
||||
@ExcelProperty("上级货物类型(如为一级则不需填写)")
|
||||
private String parentCargoName;
|
||||
|
||||
@ExcelProperty("*上级货物类型编码")
|
||||
@ExcelProperty("上级货物类型编码(如为一级则不需填写)")
|
||||
private String parentCargoCode;
|
||||
|
||||
@ExcelProperty("*货物类型")
|
||||
|
||||
@@ -50,10 +50,10 @@ public class CargoTypeImportFailureExcel implements Serializable {
|
||||
@ExcelProperty("*类型")
|
||||
private String typeLevelName;
|
||||
|
||||
@ExcelProperty("*上级货物类型")
|
||||
@ExcelProperty("上级货物类型(如为一级则不需填写)")
|
||||
private String parentCargoName;
|
||||
|
||||
@ExcelProperty("*上级货物类型编码")
|
||||
@ExcelProperty("上级货物类型编码(如为一级则不需填写)")
|
||||
private String parentCargoCode;
|
||||
|
||||
@ExcelProperty("*货物类型")
|
||||
|
||||
Reference in New Issue
Block a user