@RestController @RequestMapping(value="/ajax/base/actionlog/") public class ActionLogController extends BaseAjaxController<ActionLog>
| 构造器和说明 |
|---|
ActionLogController() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
delete(int id) |
ActionLogService |
getService() |
int |
save(ActionLog entity) |
detailData, listresolveExceptionpublic ActionLogService getService()
getService 在类中 BaseAjaxController<ActionLog>public boolean delete(@PathVariable
int id)
delete 在类中 BaseAjaxController<ActionLog>public int save(ActionLog entity)
save 在类中 BaseAjaxController<ActionLog>Copyright © 2022. All rights reserved.