Commit 00d81a6d authored by 赵啸非's avatar 赵啸非

添加动态列表查询接口

parent cf8ab579
......@@ -67,6 +67,11 @@ public class AppController extends BaseCRUDJsonBodyMappingController<AppService,
return super.infoAfter(id, model, entity, context);
}
@Override
protected int doListAfter(AppEntity query, Map<String, Object> model, Context context) throws AppException {
return super.doListAfter(query, model, context);
}
/**
* app应用部署
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment