Crunchy
2024-04-22 a7a6a0c332f268010b4da0161cdee80acf9bc4ce
cnas-server/src/main/java/com/yuanchu/mom/service/StandardMethodService.java
@@ -19,4 +19,10 @@
    List<StandardMethod> selectStandardMethods();
    int addStandardMethod(StandardMethod standardMethod);
    int delStandardMethod(Integer id);
    int upStandardMethod(StandardMethod standardMethod);
}