项目预算权限

This commit is contained in:
chen 2024-07-24 09:44:33 +08:00
parent e82ae3818a
commit a96f46bd8a
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public class ProjectBudgetImplementController implements ProjectBudgetImplementA
}
}
@PostMapping(Api.PROJECT_WEEKLY_BUDGET_ADD)
@Override
public String add(@RequestHeader Long userId,@RequestBody ProjectBudgetImplementAddDto projectBudgetImplement) throws XQException {

View File

@ -18,6 +18,7 @@ public class ResultListReqUtil<T>{
@ApiModelProperty(value = "总记录数", required = true, position = 3)
private long total;
@ApiModelProperty(value = "总页数", required = true, position = 3)
private int pages;