zss
2025-03-25 7d5f9679128b3084c502b2bf6b076453a439cefc
inspect-server/src/main/java/com/yuanchu/mom/mapper/StandardProductListMapper.java
@@ -22,6 +22,8 @@
    List<StandardProductList> selectDetail(@Param("ids") List<Integer> ids, @Param("state") int state, @Param("model") String model);
    List<StandardProductList> selectDetail2(@Param("ids") List<Integer> ids, @Param("state") int state, @Param("tree") String tree);
    String selectStandardMethodById(Integer standardMethodListId);
}