@RestController @RequestMapping(value="searchhistory") public class SearchHistoryController extends Object
Constructor and Description |
---|
SearchHistoryController() |
Modifier and Type | Method and Description |
---|---|
R |
delete(Integer[] ids)
删除
|
R |
info(Integer id)
信息
|
R |
list(Map<String,Object> params)
列表
|
R |
save(SearchHistoryEntity searchHistory)
保存
|
R |
update(SearchHistoryEntity searchHistory)
修改
|
@RequestMapping(value="/save") public R save(@RequestBody SearchHistoryEntity searchHistory)
@RequestMapping(value="/update") public R update(@RequestBody SearchHistoryEntity searchHistory)
Copyright © 2021. All rights reserved.