增加注释

This commit is contained in:
季圣华
2018-12-25 19:23:31 +08:00
parent 8fe5987832
commit 9790eb6308
7 changed files with 17 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import java.util.List;
/**
* @author ji sheng hua 华夏ERP
*/
@RestController
@RequestMapping(value = "/role")
public class RoleController {