刘小明
2024-08-26 591e3b8a10ed15023f3ad9e5a72a887ef89b0bb2
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java
@@ -23,6 +23,8 @@
    List<PltProduct> selectAll(Map<String, Object> params);
    List<PltProduct> selectByOrderId(@Param("orderId") Long orderId);
    String selectMaxCode();
    boolean exists(@Param("name") String name, @Param("id") Long id);