zss
2024-11-19 e8d0a2f9375da4d04da4a06a0f9fa8ef448512c4
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);