Package | Description |
---|---|
com.platform.controller | |
com.platform.service | |
com.platform.service.impl |
Modifier and Type | Method and Description |
---|---|
R |
SearchHistoryController.save(SearchHistoryEntity searchHistory)
保存
|
R |
SearchHistoryController.update(SearchHistoryEntity searchHistory)
修改
|
Modifier and Type | Method and Description |
---|---|
SearchHistoryEntity |
SearchHistoryService.queryObject(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<SearchHistoryEntity> |
SearchHistoryService.queryList(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
void |
SearchHistoryService.save(SearchHistoryEntity searchHistory) |
void |
SearchHistoryService.update(SearchHistoryEntity searchHistory) |
Modifier and Type | Method and Description |
---|---|
SearchHistoryEntity |
SearchHistoryServiceImpl.queryObject(Integer id) |
Modifier and Type | Method and Description |
---|---|
List<SearchHistoryEntity> |
SearchHistoryServiceImpl.queryList(Map<String,Object> map) |
Modifier and Type | Method and Description |
---|---|
void |
SearchHistoryServiceImpl.save(SearchHistoryEntity searchHistory) |
void |
SearchHistoryServiceImpl.update(SearchHistoryEntity searchHistory) |
Copyright © 2021. All rights reserved.