public interface CmMetaTemplateFieldDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchDelete(List<Long> list) |
int |
batchDeleteByTemplateId(List<Long> list) |
int |
batchInsert(List<CmMetaTemplateField> list) |
int |
deleteByPrimaryKey(Long fId) |
int |
deleteByTemplateId(Long templateId) |
int |
insert(CmMetaTemplateField record) |
List<CmMetaTemplateField> |
selectByPid(Long templateId,
Long pid) |
CmMetaTemplateField |
selectByPrimaryKey(Long fId) |
List<CmMetaTemplateField> |
selectByTemplateId(Long templateId) |
int |
updateByPrimaryKey(CmMetaTemplateField record) |
int |
updateOrderByPrimaryKey(Long id,
Integer order) |
int deleteByPrimaryKey(Long fId)
int deleteByTemplateId(Long templateId)
int insert(CmMetaTemplateField record)
CmMetaTemplateField selectByPrimaryKey(Long fId)
int updateByPrimaryKey(CmMetaTemplateField record)
List<CmMetaTemplateField> selectByTemplateId(Long templateId)
int batchInsert(@Param(value="list")
List<CmMetaTemplateField> list)
List<CmMetaTemplateField> selectByPid(@Param(value="templateId") Long templateId, @Param(value="pid") Long pid)
Copyright © 2025. All rights reserved.