feat:意向阶段数据
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