导入商户信息,非校验字段可为空
This commit is contained in:
parent
973c185165
commit
fc2b5f0b56
@ -112,7 +112,7 @@ public class OriginalMerchantInfoImportVo implements Serializable {
|
|||||||
* 来源
|
* 来源
|
||||||
*/
|
*/
|
||||||
@ExcelProperty(value = "来源")
|
@ExcelProperty(value = "来源")
|
||||||
@NotBlank(message = "来源不能为空")
|
// @NotBlank(message = "来源不能为空")
|
||||||
private String source;
|
private String source;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user