chenrui
2025-04-10 2f467298075f6eb3bc40ecfa6da88c009f7fd0f8
basic-server/src/main/java/com/ruoyi/basic/service/StandardMethodListService.java
@@ -13,16 +13,13 @@
*/
public interface StandardMethodListService extends IService<StandardMethodList> {
    int addStandardMethodList(Integer standardId, String tree);
    Map<String, List<?>> selectsStandardMethodByFLSSM(String tree);
    Map<String, List<?>> selectsStandardMethodByFLSSM2(String tree);
    int delStandardMethodByFLSSM(Integer id);
    List<StandardMethodList> selectStandardMethodEnum();
    Integer getStandardMethodId(String code);
    boolean existWorkShop(String tree);
}