package com.mokamrp.privates.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.stereotype.Controller; /** *

* 企业侧边工具栏 前端控制器 *

* * @author chenlongfei * @since 2021-04-12 */ @Controller @RequestMapping("/chatTool") public class ChatToolController { }