shudonghui 1 سال پیش
والد
کامیت
d356370426

BIN
sop-api/src/main/resources/static/custom.xlsx


+ 2 - 2
sop-business/src/main/java/com/qmth/sop/business/bean/dto/CustomImportDto.java

@@ -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 = "客户名称")