liurunyu
2025-05-27 7caf1072c6cff4e21a52af6d1f9e9fcfa22c07e2
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductScrappingReasonMapper.java
@@ -15,17 +15,12 @@
@Mapper
public interface PltProductScrappingReasonMapper {
    int deleteByPrimaryKey(Long id);
    int insert(PltProductScrappingReason record);
    int insertSelective(PltProductScrappingReason record);
    PltProductScrappingReason selectByPrimaryKey(Long id);
    int updateByPrimaryKeySelective(PltProductScrappingReason record);
    int updateByPrimaryKey(PltProductScrappingReason record);
    Long selectSomeCount(Map<String,Object> params);