Commit 3c99ef66 by huluobin

链接类型

parent 730d25b9
......@@ -25,6 +25,9 @@ public class BaseBroadcast implements Serializable {
@ApiModelProperty("外链")
private String url;
@ApiModelProperty("链接type 1-外部链接 2-小程序内部链接 ")
private String urlType;
@ApiModelProperty("图片地址")
private String picturePath;
......
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