zss
2025-07-31 17cbd5b9f612f3d29f02f2722357ea334ede2b41
inspect-server/src/main/java/com/yuanchu/mom/service/StandardTreeService.java
@@ -19,6 +19,7 @@
public interface StandardTreeService extends IService<StandardTree> {
    List<FactoryDto> selectStandardTreeList();
    List<SampleTypeDto> selectStandardTreeList2();
    int addStandardTree(StandardTree standardTree);