Helius
2022-07-07 f5116aa98e881ea98381f62b737d52bc4d115c09
src/main/java/com/xcong/farmer/cms/modules/system/mapper/ColumnMapper.java
@@ -23,4 +23,6 @@
    IPage<ColumnEntity> selectColumnInPage(Page<ColumnEntity> page, @Param("record") ColumnEntity column);
    List<WebColumnVo> selectWebColumnInListByParentId(@Param("parentId") Long parentidDefault, @Param("companyId") Long companyId);
    List<Long> selectColumnIdsByParentId(@Param("parentId") Long parentId, @Param("companyId") Long companyId);
}