Update UmsRoleController.java

This commit is contained in:
macro 2020-11-24 21:02:58 +08:00
parent cd1f3dfa63
commit 293012c3d3

View File

@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* 后台用户角色管理
* 后台用户角色管理Controller
* Created by macro on 2018/9/30.
*/
@Controller