xiaoyong931011
2023-08-29 25aa27c017a7820b97f773485d40e007bf231f62
src/main/java/cc/mrbird/febs/mall/dto/RegisterDto.java
@@ -15,6 +15,10 @@
public class RegisterDto {
    @NotBlank(message = "账号不能为空")
    @ApiModelProperty(value = "账号", example = "hjsj")
    private String accountLogin;
    @NotBlank(message = "手机号不能为空")
    @ApiModelProperty(value = "手机号", example = "15773001234")
    private String account;