平台建店 fix

This commit is contained in:
shuo.wang
2024-10-11 16:20:21 +08:00
parent 5389367022
commit 7fb971a804
2 changed files with 2 additions and 2 deletions

View File

@@ -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;