平台建店 fix
This commit is contained in:
@@ -60,7 +60,7 @@ public class BuildInformationRequest {
|
||||
private String juridicalIdCardReverse;
|
||||
|
||||
@NotBlank(message = "法人身份证号 不能为空")
|
||||
@Length(min = 18 ,max = 18, message = "法人身份证号长度必须为18位")
|
||||
@Length(max = 18, message = "法人身份证号长度必须为18位")
|
||||
@ApiModelProperty("法人身份证号")
|
||||
private String juridicalIdCardNo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user