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