Commit 3a74c411 by zhoujinghao

swagger修改注释内容

1 parent 5cb08284
......@@ -20,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
*/
@RestController
@RequestMapping("app/nafmii/user")
@Api(tags = "2.0.0", description = "用户登陆注册操作操作【zjh】")
@Api(tags = "2.0.1", description = "用户登陆注册操作操作【zjh】")
public class UserController {
@Autowired
private UserService userService;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!