Commit 4c0d9cf5 authored by 夏敏伟's avatar 夏敏伟

调整api tags

parent a4079b79
......@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RestController;
import javax.validation.Valid;
@Api(tags = "新增服务")
@Api(tags = "任务完成情况")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -10,7 +10,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
@Api(tags = "新增服务")
@Api(tags = "考勤")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -9,7 +9,7 @@ import io.swagger.annotations.ApiOperation;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
@Api(tags = "新增服务")
@Api(tags = "考勤规则")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -9,7 +9,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
@Api(tags = "新增服务")
@Api(tags = "房屋信息")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -9,7 +9,7 @@ import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
@Api(tags = "新增服务")
@Api(tags = "场所预警忽略对象")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "工地人员信息")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "设备信息")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "工地信息")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "工地预警流水表")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "区域信息")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "打卡信息")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "考勤模板")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "考勤情况")
@RequestMapping("/rest/index")
@RestController
@Validated
......
......@@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "新增服务")
@Api(tags = "校园信息")
@RequestMapping("/rest/index")
@RestController
@Validated
......
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