Commit b157908d authored by chenyan's avatar chenyan

Merge remote-tracking branch 'origin/dev' into rs_gdweb_platform

parents eba957c7 5ecf2f90
......@@ -38,6 +38,12 @@ public class ApiDoc implements Serializable {
@Column(name = "doc_url")
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