public interface DsServiceDao
| Modifier and Type | Method and Description |
|---|---|
Integer |
count(String category) |
int |
deleteByPrimaryKey(String id) |
int |
insert(DsService record) |
int |
insertSelective(DsService record) |
List<DsService> |
selectAll() |
List<DsService> |
selectByName(String name) |
DsService |
selectByPrimaryKey(String id) |
List<DsService> |
selectByType(List<Integer> serviceTypes,
String category) |
int |
updateByPrimaryKey(DsService record) |
int |
updateByPrimaryKeySelective(DsService record) |
int deleteByPrimaryKey(String id)
int insert(DsService record)
int insertSelective(DsService record)
int updateByPrimaryKeySelective(DsService record)
int updateByPrimaryKey(DsService record)
List<DsService> selectByType(@Param(value="serviceTypes") List<Integer> serviceTypes, @Param(value="category") String category)
Copyright © 2025. All rights reserved.