| | |
| | | |
| | | private Timestamp updateTime; |
| | | |
| | | private String createName; |
| | | |
| | | private String updateName; |
| | | |
| | | private int autoLogOut; |
| | | |
| | | public int getId() { |
| | | return id; |
| | | } |
| | |
| | | public void setUpdateTime(Timestamp updateTime) { |
| | | this.updateTime = updateTime; |
| | | } |
| | | |
| | | public String getCreateName() { |
| | | return createName; |
| | | } |
| | | |
| | | public void setCreateName(String createName) { |
| | | this.createName = createName; |
| | | } |
| | | |
| | | public String getUpdateName() { |
| | | return updateName; |
| | | } |
| | | |
| | | public void setUpdateName(String updateName) { |
| | | this.updateName = updateName; |
| | | } |
| | | |
| | | public int getAutoLogOut() { |
| | | return autoLogOut; |
| | | } |
| | | |
| | | public void setAutoLogOut(int autoLogOut) { |
| | | this.autoLogOut = autoLogOut; |
| | | } |
| | | } |