项目预算权限
This commit is contained in:
parent
e82ae3818a
commit
a96f46bd8a
@ -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 {
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user