Fancy
2024-07-30 54b274998a6e839227a86a3f39ff2a9f69f32fcc
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductMapper.java
@@ -2,6 +2,7 @@
import com.dy.pmsGlobal.pojoPlt.PltProduct;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
import java.util.Map;
@@ -24,7 +25,7 @@
    String selectMaxCode();
    boolean exists(String name, Long id);
    boolean exists(@Param("name") String name, @Param("id") Long id);
    PltProduct selectByCode(String productCode);
}