| 123456789101112131415161718192021 |
- package com.mokamrp.privates.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.stereotype.Controller;
- /**
- * <p>
- * 企业侧边工具栏 前端控制器
- * </p>
- *
- * @author chenlongfei
- * @since 2021-04-12
- */
- @Controller
- @RequestMapping("/chatTool")
- public class ChatToolController {
- }
|