File was renamed from phis-feign/src/main/java/com/hz/his/dto/user/completeInfo/UserInfoComplete.java |
| | |
| | | package com.hz.his.dto.user.completeInfo; |
| | | package com.hz.his.dto.user.usercompleteInfo; |
| | | |
| | | public class UserInfoComplete { |
| | | |
| | | /*** |
| | | * 用户扫码完善资料 dto |
| | | */ |
| | | public class UserInfoCompleteDto { |
| | | |
| | | //用户ID |
| | | private String userId; |
| | |
| | | private String name; |
| | | //性别 0=未知 1=男 2=女 |
| | | private Integer gender; |
| | | //手机号 |
| | | private String tel; |
| | | //邮箱 |
| | | private String email; |
| | | //证件类型 |
| | |
| | | this.gender = gender; |
| | | } |
| | | |
| | | public String getTel() { |
| | | return tel; |
| | | } |
| | | |
| | | public void setTel(String tel) { |
| | | this.tel = tel; |
| | | } |
| | | |
| | | public String getEmail() { |
| | | return email; |
| | | } |