| Package | Description |
|---|---|
| cn.eppdev.jee.commons.rest |
| Modifier and Type | Method and Description |
|---|---|
RestResult<String> |
BasicController.add(T entity) |
RestResult<Integer> |
BasicController.delete(String id) |
RestResult<T> |
BasicController.get(String id) |
RestResult<com.github.pagehelper.PageInfo<T>> |
BasicController.list(P param) |
RestResult<Integer> |
BasicController.update(T entity) |
Copyright © 2019. All rights reserved.