fuyongxin
2026-06-03 1fd2a709d850c743a6d1da8b65133fc8e51c92d2
ruoyi-modules/ruoyi-gen/src/main/java/com/ruoyi/gen/service/IGenTableService.java
@@ -70,8 +70,9 @@
     * 导入表结构
     * 
     * @param tableList 导入表列表
     * @param tplWebType 前端类型
     */
    public void importGenTable(List<GenTable> tableList);
    public void importGenTable(List<GenTable> tableList, String tplWebType);
    /**
     * 预览代码