Annotation Interface的使用
cn.hamm.airpower.annotation.Description
使用Description的程序包
-
cn.hamm.airpower.model中Description的使用
注释类型为Description的cn.hamm.airpower.model中的类 -
cn.hamm.airpower.model.query中Description的使用
修饰符和类型类说明classQueryPageRequest<M extends RootModel<M>>查询分页请求classQueryPageResponse<M extends RootModel<M>>响应分页类classQueryRequest<M extends RootModel<M>>查询请求 -
cn.hamm.airpower.root中Description的使用
注释类型为Description的cn.hamm.airpower.root中的类注释类型为Description的cn.hamm.airpower.root中的方法修饰符和类型方法说明添加一条新数据接口删除一条已存在的数据接口禁用一条已存在的数据启用一条已存在的数据查询一条详情数据RootEntityController.getList(QueryRequest<E> queryRequest) 不分页查询RootEntityController.getPage(QueryPageRequest<E> queryPageRequest) 分页查询修改一条已存在的数据接口