Compare commits

...

2 Commits

Author SHA1 Message Date
luozhun 849ae8593c Merge remote-tracking branch 'origin/main' 2024-12-19 09:24:23 +08:00
luozhun f525f578d2 取消手机号限制 2024-12-19 09:23:48 +08:00
1 changed files with 0 additions and 3 deletions

View File

@ -2,7 +2,6 @@ package com.changhu.module.miniProgram.pojo.params;
import com.changhu.common.db.enums.Sex;
import com.changhu.common.validator.annotation.IdCard;
import com.changhu.common.validator.annotation.IsMobile;
import io.swagger.v3.oas.annotations.media.Schema;
import jakarta.validation.constraints.NotBlank;
import jakarta.validation.constraints.NotNull;
@ -34,8 +33,6 @@ public class SecurityUserSaveOrUpdateParams {
@Schema(description = "名称")
private String name;
@NotBlank(message = "手机号不能为空")
@IsMobile
@Schema(description = "手机号")
private String telephone;