mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-07 07:28:03 +08:00
Merge branch 'dev' into feature-business-minigram
This commit is contained in:
@@ -83,6 +83,8 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
*/
|
||||
private String payMode;
|
||||
|
||||
private List<String> payModeList;
|
||||
|
||||
/**
|
||||
* 订单编号列表
|
||||
*/
|
||||
@@ -98,6 +100,11 @@ public class QueryOrderDTO extends BaseEntity {
|
||||
*/
|
||||
private String endSettleTime;
|
||||
|
||||
/**
|
||||
* 审核标志
|
||||
*/
|
||||
private String reviewFlag;
|
||||
|
||||
/**
|
||||
* 会员组编号
|
||||
*/
|
||||
|
||||
@@ -30,4 +30,9 @@ public class UpdateOrderReviewDTO {
|
||||
* 结束日期
|
||||
*/
|
||||
private String endTime;
|
||||
|
||||
/**
|
||||
* 比率
|
||||
*/
|
||||
private Double ratio;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user