|
@@ -27,7 +27,7 @@ public class ResponseDepartmentItemVO {
|
|
@ApiModelProperty("部门名称")
|
|
@ApiModelProperty("部门名称")
|
|
private String name;
|
|
private String name;
|
|
|
|
|
|
- @ApiModelProperty(value = "部门类型", notes = "com.persagy.fm.department.constant.enums.DeptTypeEnum")
|
|
|
|
|
|
+ @ApiModelProperty(value = "部门类型", notes = "com.persagy.fm.department.constant.enums.DepTypeEnum")
|
|
private String type;
|
|
private String type;
|
|
|
|
|
|
@ApiModelProperty("上级部门id")
|
|
@ApiModelProperty("上级部门id")
|
|
@@ -36,7 +36,7 @@ public class ResponseDepartmentItemVO {
|
|
@ApiModelProperty("上级部门名称")
|
|
@ApiModelProperty("上级部门名称")
|
|
private String parentShowName;
|
|
private String parentShowName;
|
|
|
|
|
|
- @ApiModelProperty("数据来源")
|
|
|
|
|
|
+ @ApiModelProperty(value = "数据来源", notes = "com.persagy.fm.department.constant.enums.ResourceFromEnum")
|
|
private String resourceFrom;
|
|
private String resourceFrom;
|
|
|
|
|
|
@ApiModelProperty("负责人列表")
|
|
@ApiModelProperty("负责人列表")
|
|
@@ -65,4 +65,5 @@ public class ResponseDepartmentItemVO {
|
|
|
|
|
|
@ApiModelProperty(value="关联的项目")
|
|
@ApiModelProperty(value="关联的项目")
|
|
private List<ProjectSimpleObjVO> projects;
|
|
private List<ProjectSimpleObjVO> projects;
|
|
|
|
+
|
|
}
|
|
}
|