Fancy
2025-01-07 28f6317f7189d5c4a7e64f57dd6c7fc2011f8632
pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPlt/PltProductUnqualifiedReasonMapper.java
@@ -15,22 +15,15 @@
@Mapper
public interface PltProductUnqualifiedReasonMapper {
    int deleteByPrimaryKey(Long id);
    int insert(PltProductUnqualifiedReason record);
    int insertSelective(PltProductUnqualifiedReason record);
    PltProductUnqualifiedReason selectByPrimaryKey(Long id);
    int updateByPrimaryKeySelective(PltProductUnqualifiedReason record);
    int updateByPrimaryKey(PltProductUnqualifiedReason record);
    Long selectSomeCount(Map<String,Object> params);
    List<PltProductUnqualifiedReason> selectSome(Map<String,Object> params);
    int deleteLogicById(Long id);
}