Commit 8d43a2b2 by zhangkb

规范后台接口说明

parent 24be51e4
...@@ -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 {
......
...@@ -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 {
......
...@@ -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 {
......
...@@ -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 {
......
...@@ -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 {
......
...@@ -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 {
......
...@@ -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 {
......
...@@ -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 {
......
...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment