zxl
2025-05-26 04b45b8c22594cc5535b164380738a80b0e8cbe2
ycl-server/src/main/java/com/ycl/platform/mapper/DynamicColumnMapper.java
@@ -34,6 +34,7 @@
     */
    List<DynamicColumnVO> getData();
    List<DynamicColumnVO> getDynamicsByIds(@Param("tableName")String tableName,@Param("ids") List<Integer> ids);
    List<String> getHeader(String tableName);
    /**
    *  分页
@@ -44,4 +45,9 @@
    void updateBatch( @Param("updateList") List<DynamicColumnValue> updateList);
    void deleteBatch(@Param("deleteList") List<Integer> deleteList);
    List<DynamicColumnVO> getDynamicColumnByTable(@Param("tableName")String tableName,@Param("id")String id);
    List<DynamicColumnVO> getDynamicColumnByTableName(@Param("tableName")String tableName);
}