chenrui
2025-03-21 82a57fc77fc3f170c436f205761113c1178d7a7f
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);