Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangkb
indicators
Commits
8d43a2b2
Commit
8d43a2b2
authored
Jun 30, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
规范后台接口说明
parent
24be51e4
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
9 deletions
+9
-9
DriveIndCalResultCtrl.java
...obile/indicators/api/hytobacco/DriveIndCalResultCtrl.java
+1
-1
IndCatalogCtrl.java
...om/keymobile/indicators/api/hytobacco/IndCatalogCtrl.java
+1
-1
IndScorecardCtrl.java
.../keymobile/indicators/api/hytobacco/IndScorecardCtrl.java
+1
-1
IndicatorsDefCtrl.java
...keymobile/indicators/api/hytobacco/IndicatorsDefCtrl.java
+1
-1
IndicatorsRelCtrl.java
...keymobile/indicators/api/hytobacco/IndicatorsRelCtrl.java
+1
-1
IndicatorsValueCtrl.java
...ymobile/indicators/api/hytobacco/IndicatorsValueCtrl.java
+1
-1
ObjScoreRuleCtrl.java
.../keymobile/indicators/api/hytobacco/ObjScoreRuleCtrl.java
+1
-1
ShortboardRuleCtrl.java
...eymobile/indicators/api/hytobacco/ShortboardRuleCtrl.java
+1
-1
ShortboardUnitCtrl.java
...eymobile/indicators/api/hytobacco/ShortboardUnitCtrl.java
+1
-1
No files found.
src/main/java/com/keymobile/indicators/api/hytobacco/DriveIndCalResultCtrl.java
View file @
8d43a2b2
...
@@ -17,7 +17,7 @@ import com.keymobile.indicators.service.hytobacco.DriveIndCalResultService;
...
@@ -17,7 +17,7 @@ import com.keymobile.indicators.service.hytobacco.DriveIndCalResultService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"对标单元指标计算接口"
})
@Api
(
tags
={
"
规则管理-
对标单元指标计算接口"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/driveIndCal"
)
@RequestMapping
(
value
=
"/driveIndCal"
)
public
class
DriveIndCalResultCtrl
{
public
class
DriveIndCalResultCtrl
{
...
...
src/main/java/com/keymobile/indicators/api/hytobacco/IndCatalogCtrl.java
View file @
8d43a2b2
...
@@ -17,7 +17,7 @@ import com.keymobile.indicators.service.hytobacco.IndCatalogService;
...
@@ -17,7 +17,7 @@ import com.keymobile.indicators.service.hytobacco.IndCatalogService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"指标目录定义接口"
})
@Api
(
tags
={
"
规则管理-
指标目录定义接口"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/indCatalog"
)
@RequestMapping
(
value
=
"/indCatalog"
)
public
class
IndCatalogCtrl
{
public
class
IndCatalogCtrl
{
...
...
src/main/java/com/keymobile/indicators/api/hytobacco/IndScorecardCtrl.java
View file @
8d43a2b2
...
@@ -18,7 +18,7 @@ import com.keymobile.indicators.service.hytobacco.ScorecardCatalogService;
...
@@ -18,7 +18,7 @@ import com.keymobile.indicators.service.hytobacco.ScorecardCatalogService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"
评分卡
CRUD"
})
@Api
(
tags
={
"
规则管理-指标积分规则
CRUD"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/indScorecard"
)
@RequestMapping
(
value
=
"/indScorecard"
)
public
class
IndScorecardCtrl
{
public
class
IndScorecardCtrl
{
...
...
src/main/java/com/keymobile/indicators/api/hytobacco/IndicatorsDefCtrl.java
View file @
8d43a2b2
...
@@ -18,7 +18,7 @@ import com.keymobile.indicators.service.hytobacco.DriveIndDefService;
...
@@ -18,7 +18,7 @@ import com.keymobile.indicators.service.hytobacco.DriveIndDefService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"指标定义接口"
})
@Api
(
tags
={
"
规则管理-
指标定义接口"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/indDef"
)
@RequestMapping
(
value
=
"/indDef"
)
public
class
IndicatorsDefCtrl
{
public
class
IndicatorsDefCtrl
{
...
...
src/main/java/com/keymobile/indicators/api/hytobacco/IndicatorsRelCtrl.java
View file @
8d43a2b2
...
@@ -13,7 +13,7 @@ import com.keymobile.indicators.service.hytobacco.IndicatorsRelService;
...
@@ -13,7 +13,7 @@ import com.keymobile.indicators.service.hytobacco.IndicatorsRelService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"指标关系接口"
})
@Api
(
tags
={
"
规则管理-
指标关系接口"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/indRel"
)
@RequestMapping
(
value
=
"/indRel"
)
public
class
IndicatorsRelCtrl
{
public
class
IndicatorsRelCtrl
{
...
...
src/main/java/com/keymobile/indicators/api/hytobacco/IndicatorsValueCtrl.java
View file @
8d43a2b2
...
@@ -14,7 +14,7 @@ import com.keymobile.indicators.service.hytobacco.IndicatorsValueService;
...
@@ -14,7 +14,7 @@ import com.keymobile.indicators.service.hytobacco.IndicatorsValueService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"指标值录入接口"
})
@Api
(
tags
={
"
规则管理-
指标值录入接口"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/indicatorsValue"
)
@RequestMapping
(
value
=
"/indicatorsValue"
)
public
class
IndicatorsValueCtrl
{
public
class
IndicatorsValueCtrl
{
...
...
src/main/java/com/keymobile/indicators/api/hytobacco/ObjScoreRuleCtrl.java
View file @
8d43a2b2
...
@@ -18,7 +18,7 @@ import com.keymobile.indicators.service.hytobacco.ScoreRuleService;
...
@@ -18,7 +18,7 @@ import com.keymobile.indicators.service.hytobacco.ScoreRuleService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"单位评分规则CRUD"
})
@Api
(
tags
={
"
规则管理-
单位评分规则CRUD"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/objScoreRule"
)
@RequestMapping
(
value
=
"/objScoreRule"
)
public
class
ObjScoreRuleCtrl
{
public
class
ObjScoreRuleCtrl
{
...
...
src/main/java/com/keymobile/indicators/api/hytobacco/ShortboardRuleCtrl.java
View file @
8d43a2b2
...
@@ -18,7 +18,7 @@ import com.keymobile.indicators.service.hytobacco.ShortboardRuleService;
...
@@ -18,7 +18,7 @@ import com.keymobile.indicators.service.hytobacco.ShortboardRuleService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"短板筛选规则CRUD"
})
@Api
(
tags
={
"
规则管理-
短板筛选规则CRUD"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/shortboardRule"
)
@RequestMapping
(
value
=
"/shortboardRule"
)
public
class
ShortboardRuleCtrl
{
public
class
ShortboardRuleCtrl
{
...
...
src/main/java/com/keymobile/indicators/api/hytobacco/ShortboardUnitCtrl.java
View file @
8d43a2b2
...
@@ -19,7 +19,7 @@ import com.keymobile.indicators.service.hytobacco.ShortboardUnitService;
...
@@ -19,7 +19,7 @@ import com.keymobile.indicators.service.hytobacco.ShortboardUnitService;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.Api
;
import
io.swagger.annotations.ApiOperation
;
import
io.swagger.annotations.ApiOperation
;
@Api
(
tags
={
"短板筛选单元CRUD"
})
@Api
(
tags
={
"
规则管理-
短板筛选单元CRUD"
})
@RestController
@RestController
@RequestMapping
(
value
=
"/shortboardUnit"
)
@RequestMapping
(
value
=
"/shortboardUnit"
)
public
class
ShortboardUnitCtrl
{
public
class
ShortboardUnitCtrl
{
...
...
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