public interface ReportChartMapper
extends com.viontech.keliu.base.BaseMapper
| 限定符和类型 | 方法和说明 |
|---|---|
int |
countByExample(ReportChartExample example) |
int |
deleteByExample(ReportChartExample example) |
int |
deleteByPrimaryKey(Long id) |
int |
insert(ReportChart record) |
int |
insertSelective(ReportChart record) |
List<ReportChart> |
selectByExample(ReportChartExample example) |
ReportChart |
selectByPrimaryKey(Long id) |
int |
updateByExample(ReportChart record,
ReportChartExample example) |
int |
updateByExampleSelective(ReportChart record,
ReportChartExample example) |
int |
updateByPrimaryKey(ReportChart record) |
int |
updateByPrimaryKeySelective(ReportChart record) |
int countByExample(ReportChartExample example)
int deleteByExample(ReportChartExample example)
int deleteByPrimaryKey(Long id)
int insert(ReportChart record)
int insertSelective(ReportChart record)
List<ReportChart> selectByExample(ReportChartExample example)
ReportChart selectByPrimaryKey(Long id)
int updateByExampleSelective(@Param(value="record")
ReportChart record,
@Param(value="example")
ReportChartExample example)
int updateByExample(@Param(value="record")
ReportChart record,
@Param(value="example")
ReportChartExample example)
int updateByPrimaryKeySelective(ReportChart record)
int updateByPrimaryKey(ReportChart record)
Copyright © 2019. All rights reserved.