package com.jwl.driver.server.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.stereotype.Controller; /** *

* 系统配置表; 前端控制器 *

* * @author Automated procedures * @since 2023-08-10 */ @Controller @RequestMapping("//tdSysConfig") public class TdSysConfigController { }