public interface CmMetaTemplateDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchDelete(List<Long> list) |
int |
deleteByPrimaryKey(Long fId) |
int |
insert(CmMetaTemplate record) |
CmMetaTemplate |
selectByKey(String key) |
List<CmMetaTemplate> |
selectByKeyword(String keyword) |
CmMetaTemplate |
selectByPrimaryKey(Long fId) |
int |
updateByPrimaryKey(CmMetaTemplate record) |
int deleteByPrimaryKey(Long fId)
int insert(CmMetaTemplate record)
CmMetaTemplate selectByPrimaryKey(Long fId)
int updateByPrimaryKey(CmMetaTemplate record)
List<CmMetaTemplate> selectByKeyword(String keyword)
CmMetaTemplate selectByKey(String key)
Copyright © 2025. All rights reserved.