D_M00106.java 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. /**
  2. * 系统服务
  3. */
  4. package com.miniframe.generate.comm.system;
  5. import com.miniframe.core.BaseMapModel;
  6. import java.io.Serializable;
  7. import java.util.*;
  8. /**
  9. * 用户详情
  10. */
  11. public class D_M00106 extends BaseMapModel implements Serializable {
  12. private static final long serialVersionUID = -1463838678425832212L;
  13. String name;//名称
  14. /**
  15. *名称
  16. */
  17. public void setName(String name) {
  18. this.name=name;
  19. }
  20. /**
  21. *名称
  22. */
  23. public String getName() {
  24. return this.name;
  25. }
  26. String mobileNo;//手机号
  27. /**
  28. *手机号
  29. */
  30. public void setMobileNo(String mobileNo) {
  31. this.mobileNo=mobileNo;
  32. }
  33. /**
  34. *手机号
  35. */
  36. public String getMobileNo() {
  37. return this.mobileNo;
  38. }
  39. String orgCode;//组织编码
  40. /**
  41. *组织编码
  42. */
  43. public void setOrgCode(String orgCode) {
  44. this.orgCode=orgCode;
  45. }
  46. /**
  47. *组织编码
  48. */
  49. public String getOrgCode() {
  50. return this.orgCode;
  51. }
  52. String orgDeptCode;//部门编码
  53. /**
  54. *部门编码
  55. */
  56. public void setOrgDeptCode(String orgDeptCode) {
  57. this.orgDeptCode=orgDeptCode;
  58. }
  59. /**
  60. *部门编码
  61. */
  62. public String getOrgDeptCode() {
  63. return this.orgDeptCode;
  64. }
  65. List <D_M00106_FUNCLIST_RECODE> funcList;//数据
  66. /**
  67. *数据
  68. */
  69. public void setFuncList(List <D_M00106_FUNCLIST_RECODE> funcList) {
  70. this.funcList=funcList;
  71. }
  72. /**
  73. *数据
  74. */
  75. public List <D_M00106_FUNCLIST_RECODE> getFuncList() {
  76. return this.funcList;
  77. }
  78. String passwdState;//密码状态(0-初始密码 1-用户已修改)
  79. /**
  80. *密码状态(0-初始密码 1-用户已修改)
  81. */
  82. public void setPasswdState(String passwdState) {
  83. this.passwdState=passwdState;
  84. }
  85. /**
  86. *密码状态(0-初始密码 1-用户已修改)
  87. */
  88. public String getPasswdState() {
  89. return this.passwdState;
  90. }
  91. String manageUid;//管理的用户ID
  92. /**
  93. *管理的用户ID
  94. */
  95. public void setManageUid(String manageUid) {
  96. this.manageUid=manageUid;
  97. }
  98. /**
  99. *管理的用户ID
  100. */
  101. public String getManageUid() {
  102. return this.manageUid;
  103. }
  104. List <D_M00106_ROLELIST_RECODE> roleList;//数据
  105. /**
  106. *数据
  107. */
  108. public void setRoleList(List <D_M00106_ROLELIST_RECODE> roleList) {
  109. this.roleList=roleList;
  110. }
  111. /**
  112. *数据
  113. */
  114. public List <D_M00106_ROLELIST_RECODE> getRoleList() {
  115. return this.roleList;
  116. }
  117. List <D_M00106_MENULIST_RECODE> menuList;//菜单列表
  118. /**
  119. *菜单列表
  120. */
  121. public void setMenuList(List <D_M00106_MENULIST_RECODE> menuList) {
  122. this.menuList=menuList;
  123. }
  124. /**
  125. *菜单列表
  126. */
  127. public List <D_M00106_MENULIST_RECODE> getMenuList() {
  128. return this.menuList;
  129. }
  130. String userType;//用户类型
  131. /**
  132. *用户类型
  133. */
  134. public void setUserType(String userType) {
  135. this.userType=userType;
  136. }
  137. /**
  138. *用户类型
  139. */
  140. public String getUserType() {
  141. return this.userType;
  142. }
  143. String authenticationState;//认证状态
  144. /**
  145. *认证状态
  146. */
  147. public void setAuthenticationState(String authenticationState) {
  148. this.authenticationState=authenticationState;
  149. }
  150. /**
  151. *认证状态
  152. */
  153. public String getAuthenticationState() {
  154. return this.authenticationState;
  155. }
  156. String certName;//认证名称
  157. /**
  158. *认证名称
  159. */
  160. public void setCertName(String certName) {
  161. this.certName=certName;
  162. }
  163. /**
  164. *认证名称
  165. */
  166. public String getCertName() {
  167. return this.certName;
  168. }
  169. String certNo;//认证证件号
  170. /**
  171. *认证证件号
  172. */
  173. public void setCertNo(String certNo) {
  174. this.certNo=certNo;
  175. }
  176. /**
  177. *认证证件号
  178. */
  179. public String getCertNo() {
  180. return this.certNo;
  181. }
  182. String certType;//认证类型(0-个人,1-企业)
  183. /**
  184. *认证类型(0-个人,1-企业)
  185. */
  186. public void setCertType(String certType) {
  187. this.certType=certType;
  188. }
  189. /**
  190. *认证类型(0-个人,1-企业)
  191. */
  192. public String getCertType() {
  193. return this.certType;
  194. }
  195. String certTime;//认证时间
  196. /**
  197. *认证时间
  198. */
  199. public void setCertTime(String certTime) {
  200. this.certTime=certTime;
  201. }
  202. /**
  203. *认证时间
  204. */
  205. public String getCertTime() {
  206. return this.certTime;
  207. }
  208. String certFile;//认证文件
  209. /**
  210. *认证文件
  211. */
  212. public void setCertFile(String certFile) {
  213. this.certFile=certFile;
  214. }
  215. /**
  216. *认证文件
  217. */
  218. public String getCertFile() {
  219. return this.certFile;
  220. }
  221. String platformId;//平台
  222. /**
  223. *平台
  224. */
  225. public void setPlatformId(String platformId) {
  226. this.platformId=platformId;
  227. }
  228. /**
  229. *平台
  230. */
  231. public String getPlatformId() {
  232. return this.platformId;
  233. }
  234. String platformAccountId;//平台账户
  235. /**
  236. *平台账户
  237. */
  238. public void setPlatformAccountId(String platformAccountId) {
  239. this.platformAccountId=platformAccountId;
  240. }
  241. /**
  242. *平台账户
  243. */
  244. public String getPlatformAccountId() {
  245. return this.platformAccountId;
  246. }
  247. }