zss
2024-07-16 cb3c4874188ef564f444c6dc3b6040cd4266c8a2
inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardMethodListMapper.java
@@ -21,12 +21,17 @@
    List<StandardMethodList> selectStandardMethodLists(String tree);
    List<StandardMethodList> selectStandardMethodListsByNull(String tree);
    List<StandardMethodList> selectStandardMethodLists3(String tree);
    List<StandardMethodList> selectStandardMethodLists2(String data1,String data2,String data3,String data4, String data5);
    List<StandardProductList> selectParameterList(String code);
    List<StandardMethodList> selectListEnum();
    Integer getStandardMethodId(String code);
}