8f43a931fd43c89adf51a89776de4c236f184bb0.svn-base 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. package eVVM.apk.ui.bean;
  2. /**
  3. * Created by Android Studio.
  4. * User: zbb
  5. * Date: 2019/6/4
  6. * Describe: User
  7. */
  8. public class User {
  9. /**
  10. * address : string
  11. * age : 0
  12. * auditId : 0
  13. * auditName : string
  14. * auditRemark : string
  15. * auditTime : 2019-06-04T02:02:13.323Z
  16. * authCertificate : string
  17. * certificate : string
  18. * contacts : string
  19. * createTime : 2019-06-04T02:02:13.324Z
  20. * email : string
  21. * factoryEmail : string
  22. * factoryId : 0
  23. * factoryStatus : 0
  24. * factoryTelephone : string
  25. * hospitalId : 0
  26. * id : 0
  27. * idCard : string
  28. * name : string
  29. * password : string
  30. * phoneModel : string
  31. * phoneType : 0
  32. * pushToken : string
  33. * remark : string
  34. * role : {"description":"string","id":0,"name":"string","parentId":0}
  35. * roleId : 0
  36. * roleName : string
  37. * roleParentName : string
  38. * sex : 0
  39. * status : 0
  40. * telephone : string
  41. * token : string
  42. * userName : string
  43. */
  44. private String address;
  45. private int age;
  46. private int auditId;
  47. private String auditName;
  48. private String auditRemark;
  49. private String auditTime;
  50. private String authCertificate;
  51. private String certificate;
  52. private String contacts;
  53. private String createTime;
  54. private String email;
  55. private String factoryEmail;
  56. private int factoryId;
  57. private int factoryStatus;
  58. private String factoryTelephone;
  59. private int hospitalId;
  60. private int id;
  61. private String idCard;
  62. private String name;
  63. private String password;
  64. private String phoneModel;
  65. private int phoneType;
  66. private String pushToken;
  67. private String remark;
  68. private RoleBean role;
  69. private int roleId;
  70. private String roleName;
  71. private String roleParentName;
  72. private int sex;
  73. private int status;
  74. private String telephone;
  75. private String token;
  76. private String userName;
  77. public String getAddress() {
  78. return address;
  79. }
  80. public void setAddress(String address) {
  81. this.address = address;
  82. }
  83. public int getAge() {
  84. return age;
  85. }
  86. public void setAge(int age) {
  87. this.age = age;
  88. }
  89. public int getAuditId() {
  90. return auditId;
  91. }
  92. public void setAuditId(int auditId) {
  93. this.auditId = auditId;
  94. }
  95. public String getAuditName() {
  96. return auditName;
  97. }
  98. public void setAuditName(String auditName) {
  99. this.auditName = auditName;
  100. }
  101. public String getAuditRemark() {
  102. return auditRemark;
  103. }
  104. public void setAuditRemark(String auditRemark) {
  105. this.auditRemark = auditRemark;
  106. }
  107. public String getAuditTime() {
  108. return auditTime;
  109. }
  110. public void setAuditTime(String auditTime) {
  111. this.auditTime = auditTime;
  112. }
  113. public String getAuthCertificate() {
  114. return authCertificate;
  115. }
  116. public void setAuthCertificate(String authCertificate) {
  117. this.authCertificate = authCertificate;
  118. }
  119. public String getCertificate() {
  120. return certificate;
  121. }
  122. public void setCertificate(String certificate) {
  123. this.certificate = certificate;
  124. }
  125. public String getContacts() {
  126. return contacts;
  127. }
  128. public void setContacts(String contacts) {
  129. this.contacts = contacts;
  130. }
  131. public String getCreateTime() {
  132. return createTime;
  133. }
  134. public void setCreateTime(String createTime) {
  135. this.createTime = createTime;
  136. }
  137. public String getEmail() {
  138. return email;
  139. }
  140. public void setEmail(String email) {
  141. this.email = email;
  142. }
  143. public String getFactoryEmail() {
  144. return factoryEmail;
  145. }
  146. public void setFactoryEmail(String factoryEmail) {
  147. this.factoryEmail = factoryEmail;
  148. }
  149. public int getFactoryId() {
  150. return factoryId;
  151. }
  152. public void setFactoryId(int factoryId) {
  153. this.factoryId = factoryId;
  154. }
  155. public int getFactoryStatus() {
  156. return factoryStatus;
  157. }
  158. public void setFactoryStatus(int factoryStatus) {
  159. this.factoryStatus = factoryStatus;
  160. }
  161. public String getFactoryTelephone() {
  162. return factoryTelephone;
  163. }
  164. public void setFactoryTelephone(String factoryTelephone) {
  165. this.factoryTelephone = factoryTelephone;
  166. }
  167. public int getHospitalId() {
  168. return hospitalId;
  169. }
  170. public void setHospitalId(int hospitalId) {
  171. this.hospitalId = hospitalId;
  172. }
  173. public int getId() {
  174. return id;
  175. }
  176. public void setId(int id) {
  177. this.id = id;
  178. }
  179. public String getIdCard() {
  180. return idCard;
  181. }
  182. public void setIdCard(String idCard) {
  183. this.idCard = idCard;
  184. }
  185. public String getName() {
  186. return name;
  187. }
  188. public void setName(String name) {
  189. this.name = name;
  190. }
  191. public String getPassword() {
  192. return password;
  193. }
  194. public void setPassword(String password) {
  195. this.password = password;
  196. }
  197. public String getPhoneModel() {
  198. return phoneModel;
  199. }
  200. public void setPhoneModel(String phoneModel) {
  201. this.phoneModel = phoneModel;
  202. }
  203. public int getPhoneType() {
  204. return phoneType;
  205. }
  206. public void setPhoneType(int phoneType) {
  207. this.phoneType = phoneType;
  208. }
  209. public String getPushToken() {
  210. return pushToken;
  211. }
  212. public void setPushToken(String pushToken) {
  213. this.pushToken = pushToken;
  214. }
  215. public String getRemark() {
  216. return remark;
  217. }
  218. public void setRemark(String remark) {
  219. this.remark = remark;
  220. }
  221. public RoleBean getRole() {
  222. return role;
  223. }
  224. public void setRole(RoleBean role) {
  225. this.role = role;
  226. }
  227. public int getRoleId() {
  228. return roleId;
  229. }
  230. public void setRoleId(int roleId) {
  231. this.roleId = roleId;
  232. }
  233. public String getRoleName() {
  234. return roleName;
  235. }
  236. public void setRoleName(String roleName) {
  237. this.roleName = roleName;
  238. }
  239. public String getRoleParentName() {
  240. return roleParentName;
  241. }
  242. public void setRoleParentName(String roleParentName) {
  243. this.roleParentName = roleParentName;
  244. }
  245. public int getSex() {
  246. return sex;
  247. }
  248. public void setSex(int sex) {
  249. this.sex = sex;
  250. }
  251. public int getStatus() {
  252. return status;
  253. }
  254. public void setStatus(int status) {
  255. this.status = status;
  256. }
  257. public String getTelephone() {
  258. return telephone;
  259. }
  260. public void setTelephone(String telephone) {
  261. this.telephone = telephone;
  262. }
  263. public String getToken() {
  264. return token;
  265. }
  266. public void setToken(String token) {
  267. this.token = token;
  268. }
  269. public String getUserName() {
  270. return userName;
  271. }
  272. public void setUserName(String userName) {
  273. this.userName = userName;
  274. }
  275. public static class RoleBean {
  276. /**
  277. * description : string
  278. * id : 0
  279. * name : string
  280. * parentId : 0
  281. */
  282. private String description;
  283. private int id;
  284. private String name;
  285. private int parentId;
  286. public String getDescription() {
  287. return description;
  288. }
  289. public void setDescription(String description) {
  290. this.description = description;
  291. }
  292. public int getId() {
  293. return id;
  294. }
  295. public void setId(int id) {
  296. this.id = id;
  297. }
  298. public String getName() {
  299. return name;
  300. }
  301. public void setName(String name) {
  302. this.name = name;
  303. }
  304. public int getParentId() {
  305. return parentId;
  306. }
  307. public void setParentId(int parentId) {
  308. this.parentId = parentId;
  309. }
  310. }
  311. }