1、调整货物类型模板

This commit is contained in:
2026-07-27 15:01:17 +08:00
parent 74416dabaf
commit 221825ebf9
2 changed files with 4 additions and 4 deletions

View File

@@ -51,10 +51,10 @@ public class CargoTypeExcel implements Serializable {
@ExcelProperty("*类型")
private String typeLevelName;
@ExcelProperty("*上级货物类型")
@ExcelProperty("上级货物类型(如为一级则不需填写)")
private String parentCargoName;
@ExcelProperty("*上级货物类型编码")
@ExcelProperty("上级货物类型编码(如为一级则不需填写)")
private String parentCargoCode;
@ExcelProperty("*货物类型")

View File

@@ -50,10 +50,10 @@ public class CargoTypeImportFailureExcel implements Serializable {
@ExcelProperty("*类型")
private String typeLevelName;
@ExcelProperty("*上级货物类型")
@ExcelProperty("上级货物类型(如为一级则不需填写)")
private String parentCargoName;
@ExcelProperty("*上级货物类型编码")
@ExcelProperty("上级货物类型编码(如为一级则不需填写)")
private String parentCargoCode;
@ExcelProperty("*货物类型")