| | |
| | | */ |
| | | private Integer status; |
| | | |
| | | /** |
| | | * 个人全年目标 |
| | | */ |
| | | private String target; |
| | | |
| | | public Long getId() { |
| | | return id; |
| | | } |
| | |
| | | return null; |
| | | } |
| | | |
| | | public String getRoleCode(){ |
| | | RoleService service = SpringUtils.getBean(RoleService.class); |
| | | Role role = service.selectById(this.roleId); |
| | | if (!Cools.isEmpty(role)){ |
| | | return role.getCode(); |
| | | } |
| | | return null; |
| | | } |
| | | |
| | | public void setRoleId(Long roleId) { |
| | | this.roleId = roleId; |
| | | } |
| | |
| | | this.status = status; |
| | | } |
| | | |
| | | public String getTarget() { |
| | | return target; |
| | | } |
| | | |
| | | public void setTarget(String target) { |
| | | this.target = target; |
| | | } |
| | | } |