public interface DmGeoTemplateDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByPrimaryKey(String id) |
int |
insert(DmGeoTemplate record) |
int |
insertSelective(DmGeoTemplate record) |
List<DmGeoTemplate> |
selectAll(String keyword,
String category) |
DmGeoTemplate |
selectByCode(String code) |
DmGeoTemplate |
selectByName(String name) |
DmGeoTemplate |
selectByPrimaryKey(String id) |
int |
updateByPrimaryKey(DmGeoTemplate record) |
int |
updateByPrimaryKeySelective(DmGeoTemplate record) |
int deleteByPrimaryKey(String id)
int insert(DmGeoTemplate record)
int insertSelective(DmGeoTemplate record)
DmGeoTemplate selectByPrimaryKey(String id)
int updateByPrimaryKeySelective(DmGeoTemplate record)
int updateByPrimaryKey(DmGeoTemplate record)
List<DmGeoTemplate> selectAll(@Param(value="keyword") String keyword, @Param(value="category") String category)
DmGeoTemplate selectByName(String name)
DmGeoTemplate selectByCode(String code)
Copyright © 2025. All rights reserved.