Merge branch 'cc_20250515_handle' into 'master'
Cc 20250515 handle See merge request hangzhou/java/custom_zxjp!87
This commit is contained in:
@@ -17,4 +17,12 @@ public class UserDTO {
|
||||
private String name;
|
||||
@ApiModelProperty(value = "手机号")
|
||||
private String mobile;
|
||||
|
||||
public UserDTO() {
|
||||
}
|
||||
|
||||
public UserDTO(String name, String mobile) {
|
||||
this.name = name;
|
||||
this.mobile = mobile;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user