Commit 2332e1be by 周晓航

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

parents 0583abf4 354b0058
...@@ -48,7 +48,6 @@ public class ActivitysDtoNew { ...@@ -48,7 +48,6 @@ public class ActivitysDtoNew {
private MicroProgramConfig microProgramConfig; private MicroProgramConfig microProgramConfig;
@Data @Data
@NoArgsConstructor @NoArgsConstructor
static class GoodsConfig { static class GoodsConfig {
...@@ -81,5 +80,10 @@ public class ActivitysDtoNew { ...@@ -81,5 +80,10 @@ public class ActivitysDtoNew {
*/ */
private String redirectUrl; 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