Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
performance
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zry
performance
Commits
2e388c4f
Commit
2e388c4f
authored
Oct 11, 2019
by
ruyun.zhang@suvalue.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
备注
parent
e02f61cb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
performance/Performance.Api/Controllers/SecondAllotController.cs
+7
-4
No files found.
performance/Performance.Api/Controllers/SecondAllotController.cs
View file @
2e388c4f
...
...
@@ -11,6 +11,9 @@
namespace
Performance.Api.Controllers
{
/// <summary>
/// 二次绩效
/// </summary>
[
ApiController
]
public
class
SecondAllotController
:
ControllerBase
{
...
...
@@ -70,7 +73,7 @@ public ApiResponse SaveValue([FromBody]List<ag_fixatitem> request)
}
/// <summary>
///
二次绩效分配结果保存
///
提交二次绩效分配结果
/// </summary>
/// <returns></returns>
[
Route
(
"api/second/savecompute"
)]
...
...
@@ -98,7 +101,7 @@ public ApiResponse SaveCompute([FromBody]List<ag_compute> request)
}
/// <summary>
///
使用
二次绩效模板
///
保存已选择
二次绩效模板
/// </summary>
/// <returns></returns>
[
Route
(
"api/temp/usetemp"
)]
...
...
@@ -110,7 +113,7 @@ public ApiResponse UseTemp([CustomizeValidator(RuleSet = "Use"), FromBody]UseTem
}
/// <summary>
///
应用
模板
///
刷新已选择
模板
/// </summary>
/// <returns></returns>
[
Route
(
"api/second/refreshtemp"
)]
...
...
@@ -170,7 +173,7 @@ public ApiResponse WorkloadDelete([CustomizeValidator(RuleSet = "Delete"), FromB
}
/// <summary>
///
二次绩效模板列表
///
选择二次绩效模板
/// </summary>
/// <returns></returns>
[
Route
(
"api/temp/list"
)]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment