Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
25955a38
Commit
25955a38
authored
Dec 24, 2020
by
hanghang.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注释新增促销字段,改为对象传参
parent
4304bff9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
order-application-service/src/main/java/cn/freemud/entities/vo/QueryOrderResponseVo.java
+8
-8
No files found.
order-application-service/src/main/java/cn/freemud/entities/vo/QueryOrderResponseVo.java
View file @
25955a38
...
...
@@ -364,14 +364,14 @@ public class QueryOrderResponseVo {
private
String
activityName
;
//支付有礼活动号
private
String
activityNo
;
//
private String activityNo;
/**
* 支付有礼发送方式
* 0-静默发送
* 5-手动发送
*/
private
Integer
activitySendType
;
//
private Integer activitySendType;
//支付有礼领券集合
private
List
<
PayGiftCouponVo
>
coupons
;
...
...
@@ -381,32 +381,32 @@ public class QueryOrderResponseVo {
/**
* 支付有礼奖励类型:1-非码券,2-微信商家券,3-弹窗奖励
*/
private
String
syncWechat
;
//
private String syncWechat;
/**
* 支付有礼活动配图
*/
private
String
activityPicture
;
//
private String activityPicture;
/**
* 支付有礼跳转设置(跳转类型) 0:无 5:跳转页面 10:外部小程序 15:跳转商品 20:跳转H5
*/
private
String
redirectType
;
//
private String redirectType;
/**
* 支付有礼跳转商品
*/
private
PayGiftGoodsConfigVo
goodsConfig
;
//
private PayGiftGoodsConfigVo goodsConfig;
/**
* 支付有礼跳转小程序
*/
private
PayGiftMicroProgramConfigVo
microProgramConfig
;
//
private PayGiftMicroProgramConfigVo microProgramConfig;
/**
* 支付有礼跳转页面5和20跳转外部H5对应的路径或者URL
*/
private
String
redirectPage
;
//
private String redirectPage;
/**
* 收件人省份
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment