ÎļþÃû´Ó Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/model/SmUserDO.java ÐÞ¸Ä |
| | |
| | | package com.vci.web.model; |
| | | package com.vci.frameworkcore.model; |
| | | |
| | | import com.vci.starter.web.annotation.*; |
| | | import com.vci.starter.web.constant.FrameWorkLcStatusConstant; |
| | |
| | | name = "plcreateuser" |
| | | ) |
| | | private String creator; |
| | | |
| | | /** |
| | | * å建æ¶é´ |
| | | */ |
| | |
| | | name = "plupdateuser" |
| | | ) |
| | | private String lastModifier; |
| | | |
| | | /** |
| | | * æåä¿®æ¹æ¶é´ |
| | | */ |
| | |
| | | name = "plupdatetime" |
| | | ) |
| | | private Date lastModifyTime; |
| | | |
| | | /** |
| | | * å¯ç æåä¿®æ¹æ¶é´ |
| | | */ |
| | | @Column( |
| | | name = "plpwdupdatetime" |
| | | ) |
| | | public Date pwdUpdateTime; |
| | | |
| | | /** |
| | | * æå±é¨é¨ |
| | |
| | | */ |
| | | @Transient(referColumn = "pkUserPassword.plpasswordstrategyuid") |
| | | private String pkPasswordStrategy; |
| | | |
| | | /** |
| | | * ä¸ä¸ |
| | | */ |
| | | @Column( |
| | | name = "plspecialties" |
| | | ) |
| | | private String specialties; |
| | | |
| | | public void setSpecialties(String specialties) { |
| | | this.specialties = specialties; |
| | | } |
| | | |
| | | public String getSpecialties() { |
| | | return specialties; |
| | | } |
| | | |
| | | public String getOid() { |
| | | return oid; |
| | |
| | | this.pkPasswordStrategy = pkPasswordStrategy; |
| | | } |
| | | |
| | | public void setPwdUpdateTime(Date pwdUpdateTime) { |
| | | this.pwdUpdateTime = pwdUpdateTime; |
| | | } |
| | | |
| | | public Date getPwdUpdateTime() { |
| | | return pwdUpdateTime; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "SmUserDO{" + |
| | |
| | | ", pkPasswordStrategy='" + pkPasswordStrategy + '\'' + |
| | | '}'; |
| | | } |
| | | |
| | | } |