Commit 2332e1be by 周晓航

Merge branch 'KA-V39需求-支付有礼-新增字段'

parents 0583abf4 354b0058
......@@ -13,7 +13,7 @@ import lombok.NoArgsConstructor;
public class ActivitysDtoNew {
/**
* 活动号
* 活动号
*/
private String activityId;
......@@ -48,7 +48,6 @@ public class ActivitysDtoNew {
private MicroProgramConfig microProgramConfig;
@Data
@NoArgsConstructor
static class GoodsConfig {
......@@ -81,5 +80,10 @@ public class ActivitysDtoNew {
*/
private String redirectUrl;
/**
* 跳转链接
*/
private String page;
}
}
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