Skip to content
Snippets Groups Projects

feat 申报书新接口 归口部门审批 根据当前登录人所在部门集合获取项目经费集合(分页)

Merged 班迪 requested to merge feature/xueyawei into develop
Compare and
6 files
+ 82
8
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -156,6 +156,15 @@ public interface IProjectPlan {
@PostMapping(path = "/queryProjectInfoPlanPageByCurrentUserDept")
Result<ProjectPlanBookOut> queryProjectInfoPlanPageByCurrentUserDept(ProjectInfoPlanQry projectInfoPlanQry);
/**
* 归口部门审批 根据当前登录人所在部门集合获取项目经费集合(分页)
*
* @param projectInfoPlanQry 项目计划书入参Qry
* @return {@link Result<ProjectPlanBookOut>}
*/
@PostMapping(path = "/queryProjectInfoPlanPageByCurrentUserRelevantDept")
Result<ProjectPlanBookOut> queryProjectInfoPlanPageByCurrentUserRelevantDept(ProjectInfoPlanQry projectInfoPlanQry);
/**
* 根据当前登录人所在部门集合获取日常经费集合(分页)
*