Update UmsRoleController.java
This commit is contained in:
@@ -6,6 +6,7 @@ import com.macro.mall.model.*;
|
|||||||
import com.macro.mall.service.UmsRoleService;
|
import com.macro.mall.service.UmsRoleService;
|
||||||
import io.swagger.annotations.Api;
|
import io.swagger.annotations.Api;
|
||||||
import io.swagger.annotations.ApiOperation;
|
import io.swagger.annotations.ApiOperation;
|
||||||
|
import io.swagger.v3.oas.annotations.tags.Tag;
|
||||||
import org.springframework.beans.factory.annotation.Autowired;
|
import org.springframework.beans.factory.annotation.Autowired;
|
||||||
import org.springframework.stereotype.Controller;
|
import org.springframework.stereotype.Controller;
|
||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
@@ -17,7 +18,8 @@ import java.util.List;
|
|||||||
* Created by macro on 2018/9/30.
|
* Created by macro on 2018/9/30.
|
||||||
*/
|
*/
|
||||||
@Controller
|
@Controller
|
||||||
@Api(tags = "UmsRoleController", description = "后台用户角色管理")
|
@Api(tags = "UmsRoleController")
|
||||||
|
@Tag(name = "UmsRoleController", description = "后台用户角色管理")
|
||||||
@RequestMapping("/role")
|
@RequestMapping("/role")
|
||||||
public class UmsRoleController {
|
public class UmsRoleController {
|
||||||
@Autowired
|
@Autowired
|
||||||
|
|||||||
Reference in New Issue
Block a user