public interface DeleteController<E,PK>
| 限定符和类型 | 方法和说明 |
|---|---|
default ResponseMessage<E> |
deleteByPrimaryKey(PK id) |
DeleteService<E,PK> |
getService() |
@Authorize(ignore=true) DeleteService<E,PK> getService()
@Authorize(action="delete") @DeleteMapping(path="/{id:.+}") default ResponseMessage<E> deleteByPrimaryKey(@PathVariable PK id)
Copyright © 2018. All rights reserved.