123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- /**
- * 系统服务
- */
- package com.miniframe.generate.comm.system;
- import com.miniframe.core.BaseMapModel;
- import java.io.Serializable;
- /**
- * 个人信息查询
- */
- public class D_B00001 extends BaseMapModel implements Serializable {
- private static final long serialVersionUID = -1463838678425832212L;
- String nickName;//昵称
- /**
- *昵称
- */
- public void setNickName(String nickName) {
- this.nickName=nickName;
- }
- /**
- *昵称
- */
- public String getNickName() {
- return this.nickName;
- }
- String userType;//用户类型
- /**
- *用户类型
- */
- public void setUserType(String userType) {
- this.userType=userType;
- }
- /**
- *用户类型
- */
- public String getUserType() {
- return this.userType;
- }
- String regTime;//注册时间
- /**
- *注册时间
- */
- public void setRegTime(String regTime) {
- this.regTime=regTime;
- }
- /**
- *注册时间
- */
- public String getRegTime() {
- return this.regTime;
- }
- 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;
- }
- String userName;//用户名
- /**
- *用户名
- */
- public void setUserName(String userName) {
- this.userName=userName;
- }
- /**
- *用户名
- */
- public String getUserName() {
- return this.userName;
- }
- String mobileNo;//手机
- /**
- *手机
- */
- public void setMobileNo(String mobileNo) {
- this.mobileNo=mobileNo;
- }
- /**
- *手机
- */
- public String getMobileNo() {
- return this.mobileNo;
- }
- String headProfile;//头像
- /**
- *头像
- */
- public void setHeadProfile(String headProfile) {
- this.headProfile=headProfile;
- }
- /**
- *头像
- */
- public String getHeadProfile() {
- return this.headProfile;
- }
- String orgCodeText;//所属组织名称
- /**
- *所属组织名称
- */
- public void setOrgCodeText(String orgCodeText) {
- this.orgCodeText=orgCodeText;
- }
- /**
- *所属组织名称
- */
- public String getOrgCodeText() {
- return this.orgCodeText;
- }
- String orgDeptCodeText;//所属组织下部门名称
- /**
- *所属组织下部门名称
- */
- public void setOrgDeptCodeText(String orgDeptCodeText) {
- this.orgDeptCodeText=orgDeptCodeText;
- }
- /**
- *所属组织下部门名称
- */
- public String getOrgDeptCodeText() {
- return this.orgDeptCodeText;
- }
- 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 inviteCode;//我的邀请码
- /**
- *我的邀请码
- */
- public void setInviteCode(String inviteCode) {
- this.inviteCode=inviteCode;
- }
- /**
- *我的邀请码
- */
- public String getInviteCode() {
- return this.inviteCode;
- }
- String score;//积分
- /**
- *积分
- */
- public void setScore(String score) {
- this.score=score;
- }
- /**
- *积分
- */
- public String getScore() {
- return this.score;
- }
- String telNo;//联系电话
- /**
- *联系电话
- */
- public void setTelNo(String telNo) {
- this.telNo=telNo;
- }
- /**
- *联系电话
- */
- public String getTelNo() {
- return this.telNo;
- }
- String userState;//用户状态
- /**
- *用户状态
- */
- public void setUserState(String userState) {
- this.userState=userState;
- }
- /**
- *用户状态
- */
- public String getUserState() {
- return this.userState;
- }
- String personWords;//个性签名
- /**
- *个性签名
- */
- public void setPersonWords(String personWords) {
- this.personWords=personWords;
- }
- /**
- *个性签名
- */
- public String getPersonWords() {
- return this.personWords;
- }
- }
|