|
@@ -22,8 +22,8 @@ import java.io.Serializable;
|
|
|
public class CustomImportDto extends BasicExcelRow implements Serializable {
|
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "客户ID")
|
|
|
- @NotBlank(message = "客户ID不能为空")
|
|
|
+ @ExcelProperty(value = "客户编号")
|
|
|
+ @NotBlank(message = "客户编号不能为空")
|
|
|
private String code;
|
|
|
|
|
|
@ExcelProperty(value = "客户名称")
|