zss
2024-12-18 d489e329d2fd9f153bcb475a2167da87d76ec29f
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);
}