Commit be9b3067 by Lem

删除渠道

parent 82ee6949
...@@ -50,9 +50,6 @@ public class DownloadAddressDTO implements Serializable { ...@@ -50,9 +50,6 @@ public class DownloadAddressDTO implements Serializable {
@ApiModelProperty("更新内容描述") @ApiModelProperty("更新内容描述")
private String descr; private String descr;
@ApiModelProperty("渠道")
private String channel;
@ApiModelProperty("推广组名称") @ApiModelProperty("推广组名称")
private String channelName; private String channelName;
...@@ -62,9 +59,4 @@ public class DownloadAddressDTO implements Serializable { ...@@ -62,9 +59,4 @@ public class DownloadAddressDTO implements Serializable {
@ApiModelProperty("是否禁用") @ApiModelProperty("是否禁用")
private Integer deleted; private Integer deleted;
@ApiModelProperty("多渠道对")
private Map<Integer,String> channelMap;
} }
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