Helius
2022-07-09 1671aed2ab9724d4ea9426d729fe975e06217a2c
src/main/java/com/xcong/farmer/cms/modules/system/service/IReleaseService.java
@@ -7,5 +7,9 @@
    void releaseColumn(Long id, int type, Long companyId);
    void releaseColumns(int type, Long companyId);
    void releaseIndex(Long companyId);
    void releaseAll(Long companyId);
}