用户信息增强和基础controller

This commit is contained in:
2020-07-16 17:35:33 +08:00
parent 8b04c70a07
commit 06c48f8606
9 changed files with 190 additions and 70 deletions
@@ -6,7 +6,7 @@ import org.springframework.stereotype.Controller;
* 用户消息控制器
*/
@Controller
public class UserMsgController {
public class UserMsgController extends BaseController {
//首页最新消息
}