public interface DsStatisticDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchInsert(List<DsStatistic> list) |
int |
deleteByPrimaryKey(String id) |
int |
insert(DsStatistic record) |
int |
insertSelective(DsStatistic record) |
List<DsStatistic> |
selectByDsKey(String dsKey) |
DsStatistic |
selectByPrimaryKey(String id) |
int |
updateByPrimaryKey(DsStatistic record) |
int |
updateByPrimaryKeySelective(DsStatistic record) |
int deleteByPrimaryKey(String id)
int insert(DsStatistic record)
int insertSelective(DsStatistic record)
DsStatistic selectByPrimaryKey(String id)
int updateByPrimaryKeySelective(DsStatistic record)
int updateByPrimaryKey(DsStatistic record)
int batchInsert(@Param(value="list")
List<DsStatistic> list)
List<DsStatistic> selectByDsKey(@Param(value="dsKey") String dsKey)
Copyright © 2025. All rights reserved.