123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- /**
- * 系统服务
- */
- package com.miniframe.generate.comm.system;
- import com.miniframe.core.BaseMapModel;
- import java.io.Serializable;
- import java.util.*;
- /**
- * 用户详情
- */
- public class D_M00106 extends BaseMapModel implements Serializable {
- private static final long serialVersionUID = -1463838678425832212L;
- String name;//名称
- /**
- *名称
- */
- public void setName(String name) {
- this.name=name;
- }
- /**
- *名称
- */
- public String getName() {
- return this.name;
- }
- String mobileNo;//手机号
- /**
- *手机号
- */
- public void setMobileNo(String mobileNo) {
- this.mobileNo=mobileNo;
- }
- /**
- *手机号
- */
- public String getMobileNo() {
- return this.mobileNo;
- }
- String orgCode;//组织编码
- /**
- *组织编码
- */
- public void setOrgCode(String orgCode) {
- this.orgCode=orgCode;
- }
- /**
- *组织编码
- */
- public String getOrgCode() {
- return this.orgCode;
- }
- String orgDeptCode;//部门编码
- /**
- *部门编码
- */
- public void setOrgDeptCode(String orgDeptCode) {
- this.orgDeptCode=orgDeptCode;
- }
- /**
- *部门编码
- */
- public String getOrgDeptCode() {
- return this.orgDeptCode;
- }
- List <D_M00106_FUNCLIST_RECODE> funcList;//数据
- /**
- *数据
- */
- public void setFuncList(List <D_M00106_FUNCLIST_RECODE> funcList) {
- this.funcList=funcList;
- }
- /**
- *数据
- */
- public List <D_M00106_FUNCLIST_RECODE> getFuncList() {
- return this.funcList;
- }
- String passwdState;//密码状态(0-初始密码 1-用户已修改)
- /**
- *密码状态(0-初始密码 1-用户已修改)
- */
- public void setPasswdState(String passwdState) {
- this.passwdState=passwdState;
- }
- /**
- *密码状态(0-初始密码 1-用户已修改)
- */
- public String getPasswdState() {
- return this.passwdState;
- }
- String manageUid;//管理的用户ID
- /**
- *管理的用户ID
- */
- public void setManageUid(String manageUid) {
- this.manageUid=manageUid;
- }
- /**
- *管理的用户ID
- */
- public String getManageUid() {
- return this.manageUid;
- }
- List <D_M00106_ROLELIST_RECODE> roleList;//数据
- /**
- *数据
- */
- public void setRoleList(List <D_M00106_ROLELIST_RECODE> roleList) {
- this.roleList=roleList;
- }
- /**
- *数据
- */
- public List <D_M00106_ROLELIST_RECODE> getRoleList() {
- return this.roleList;
- }
- List <D_M00106_MENULIST_RECODE> menuList;//菜单列表
- /**
- *菜单列表
- */
- public void setMenuList(List <D_M00106_MENULIST_RECODE> menuList) {
- this.menuList=menuList;
- }
- /**
- *菜单列表
- */
- public List <D_M00106_MENULIST_RECODE> getMenuList() {
- return this.menuList;
- }
- String userType;//用户类型
- /**
- *用户类型
- */
- public void setUserType(String userType) {
- this.userType=userType;
- }
- /**
- *用户类型
- */
- public String getUserType() {
- return this.userType;
- }
- String authenticationState;//认证状态
- /**
- *认证状态
- */
- public void setAuthenticationState(String authenticationState) {
- this.authenticationState=authenticationState;
- }
- /**
- *认证状态
- */
- public String getAuthenticationState() {
- return this.authenticationState;
- }
- String certName;//认证名称
- /**
- *认证名称
- */
- public void setCertName(String certName) {
- this.certName=certName;
- }
- /**
- *认证名称
- */
- public String getCertName() {
- return this.certName;
- }
- String certNo;//认证证件号
- /**
- *认证证件号
- */
- public void setCertNo(String certNo) {
- this.certNo=certNo;
- }
- /**
- *认证证件号
- */
- public String getCertNo() {
- return this.certNo;
- }
- String certType;//认证类型(0-个人,1-企业)
- /**
- *认证类型(0-个人,1-企业)
- */
- public void setCertType(String certType) {
- this.certType=certType;
- }
- /**
- *认证类型(0-个人,1-企业)
- */
- public String getCertType() {
- return this.certType;
- }
- String certTime;//认证时间
- /**
- *认证时间
- */
- public void setCertTime(String certTime) {
- this.certTime=certTime;
- }
- /**
- *认证时间
- */
- public String getCertTime() {
- return this.certTime;
- }
- String certFile;//认证文件
- /**
- *认证文件
- */
- public void setCertFile(String certFile) {
- this.certFile=certFile;
- }
- /**
- *认证文件
- */
- public String getCertFile() {
- return this.certFile;
- }
- String platformId;//平台
- /**
- *平台
- */
- public void setPlatformId(String platformId) {
- this.platformId=platformId;
- }
- /**
- *平台
- */
- public String getPlatformId() {
- return this.platformId;
- }
- String platformAccountId;//平台账户
- /**
- *平台账户
- */
- public void setPlatformAccountId(String platformAccountId) {
- this.platformAccountId=platformAccountId;
- }
- /**
- *平台账户
- */
- public String getPlatformAccountId() {
- return this.platformAccountId;
- }
- }
|