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