value
2024-05-15 8aee63afe0cd9f2ea2535fa3b67daba254c0ee72
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);
}