Commit 69c1fa28 authored by chenyan's avatar chenyan

2024/06/06_api文档实体修改

parent 5ecf2f90
...@@ -23,6 +23,11 @@ public class ApiDocTreeVo { ...@@ -23,6 +23,11 @@ public class ApiDocTreeVo {
*/ */
private String path; private String path;
/**
* 文档下载地址
*/
private String downloadUrl;
/** /**
* 文档类型 * 文档类型
*/ */
......
...@@ -52,6 +52,7 @@ ...@@ -52,6 +52,7 @@
ad.`name`, ad.`name`,
ad.doc_type, ad.doc_type,
ad.doc_url, ad.doc_url,
ad.download_url,
ad.path, ad.path,
ad.json_content, ad.json_content,
ad.rewrite_domain, ad.rewrite_domain,
......
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