public interface DmDictValueDao
| Modifier and Type | Method and Description |
|---|---|
int |
deleteByDictionaryId(Long dictionaryId) |
int |
deleteByIds(List<Long> ids) |
int |
deleteByPrimaryKey(Long fId) |
int |
insert(DmDictValue record) |
int |
insertSelective(DmDictValue record) |
List<DmDictValue> |
queryAllDictValue(Long dictionaryId) |
List<DmDictValue> |
queryByPid(Long dictionaryId,
Long fatherId) |
Long |
queryMaxOrder(Long dictionaryId,
Long fatherId) |
DmDictValue |
queryValue(Long dictionaryId,
Long fatherId,
String code,
String name) |
DmDictValue |
selectByPrimaryKey(Long fId) |
int |
updateByPrimaryKey(DmDictValue record) |
int |
updateByPrimaryKeySelective(DmDictValue record) |
int |
updateOrderByPrimaryKey(Long id,
Long order) |
int deleteByPrimaryKey(Long fId)
int deleteByDictionaryId(Long dictionaryId)
int insert(DmDictValue record)
int insertSelective(DmDictValue record)
DmDictValue selectByPrimaryKey(Long fId)
DmDictValue queryValue(@Param(value="dictionaryId") Long dictionaryId, @Param(value="fatherId") Long fatherId, @Param(value="code") String code, @Param(value="name") String name)
Long queryMaxOrder(@Param(value="dictionaryId") Long dictionaryId, @Param(value="fatherId") Long fatherId)
List<DmDictValue> queryAllDictValue(Long dictionaryId)
List<DmDictValue> queryByPid(@Param(value="dictionaryId") Long dictionaryId, @Param(value="fatherId") Long fatherId)
int updateByPrimaryKeySelective(DmDictValue record)
int updateByPrimaryKey(DmDictValue record)
Copyright © 2025. All rights reserved.