Commit e603a319 authored by chenwj's avatar chenwj

dapp新增字段discription

parent 1876a84b
......@@ -31,6 +31,8 @@ public class DappsDTO implements Serializable {
private Integer hots;
@ApiModelProperty(value = "dapp所属链")
private String chain;
@ApiModelProperty(value = "dapp介绍")
private String discription;
@ApiModelProperty(value = "是否显示(show、hide)")
private String display;
@ApiModelProperty(value = "排序(排序,最小靠前)")
......
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