public interface SysParamDao
| Modifier and Type | Method and Description |
|---|---|
int |
batchDelete(List<Long> list) |
int |
deleteByGroupId(Long groupId) |
int |
deleteByKeyGroupId(String key,
Long groupId) |
int |
deleteByPrimaryKey(Long fId) |
int |
insert(SysParam record) |
int |
insertSelective(SysParam record) |
List<SysParam> |
selectAll() |
List<SysParam> |
selectByGroupId(Long groupId) |
SysParam |
selectByKeyGroupId(String key,
Long groupId) |
SysParam |
selectByPrimaryKey(Long fId) |
SysParam |
selectGroup(String key) |
List<SysParam> |
selectParams(String key) |
int |
updateByPrimaryKey(SysParam record) |
int |
updateByPrimaryKeySelective(SysParam record) |
int deleteByPrimaryKey(Long fId)
int insert(SysParam record)
int insertSelective(SysParam record)
int updateByPrimaryKeySelective(SysParam record)
int updateByPrimaryKey(SysParam record)
SysParam selectByKeyGroupId(@Param(value="key") String key, @Param(value="groupId") Long groupId)
int deleteByKeyGroupId(@Param(value="key")
String key,
@Param(value="groupId")
Long groupId)
int deleteByGroupId(@Param(value="groupId")
Long groupId)
Copyright © 2025. All rights reserved.