| | |
| | | @TableField(exist = false)
|
| | | private Long deptId;
|
| | |
|
| | | private Long currentDeptId;
|
| | |
|
| | | /** 当前登录公司 */
|
| | | private String currentFactoryName;
|
| | |
|
| | | public String getCurrentFactoryName() {
|
| | | return currentFactoryName;
|
| | | }
|
| | |
|
| | | public void setCurrentFactoryName(String currentFactoryName) {
|
| | | this.currentFactoryName = currentFactoryName;
|
| | | }
|
| | |
|
| | | /**
|
| | | * 部门名称
|
| | | */
|
| | | private String deptNames;
|
| | |
|
| | | public Long getCurrentDeptId() {
|
| | | return currentDeptId;
|
| | | }
|
| | |
|
| | | public void setCurrentDeptId(Long currentDeptId) {
|
| | | this.currentDeptId = currentDeptId;
|
| | | }
|
| | |
|
| | | public SysUser()
|
| | | {
|
| | |
|