Commit 5ecf2f90 authored by chenyan's avatar chenyan

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

parent f672ce68
...@@ -38,6 +38,12 @@ public class ApiDoc implements Serializable { ...@@ -38,6 +38,12 @@ public class ApiDoc implements Serializable {
@Column(name = "doc_url") @Column(name = "doc_url")
private String docUrl; private String docUrl;
/**
* 文档下载地址
*/
@Column(name = "download_url")
private String downloadUrl;
/** /**
* 路由 * 路由
*/ */
......
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