| | |
| | | @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); |
| | | |
| | | } |