package com.ruoyi.system.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 代码生成业务表字段 前端控制器 *

* * @author xiaochen * @since 2025-05-28 */ @RestController @RequestMapping("/gen-table-column") public class GenTableColumnController { }