| | |
| | | @Mapper |
| | | public interface PltStationMapper { |
| | | |
| | | int deleteByPrimaryKey(Long id); |
| | | |
| | | int insert(PltStation record); |
| | | |
| | | int insertSelective(PltStation record); |
| | | |
| | | PltStation selectByPrimaryKey(Long id); |
| | |
| | | |
| | | int updateByPrimaryKeySelective(PltStation record); |
| | | |
| | | int updateByPrimaryKey(PltStation record); |
| | | |
| | | Long selectSomeCount(Map<String,Object> params); |
| | | |
| | | List<PltStation> selectSome(Map<String,Object> params); |
| | | |
| | | int deleteLogicById(Long id); |
| | | |
| | | List<PltStation> selectAll(); |
| | | |
| | | String selectMaxCode(); |
| | | |
| | | List<PltStation> selectStationList(PltStation record); |
| | | } |