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