Commit f80563d3 by 徐康

Merge remote-tracking branch 'origin/develop' into develop

parents 3a1d51bf be1c82f4
...@@ -158,7 +158,9 @@ public class ActivityCalculationDiscountResponseDto { ...@@ -158,7 +158,9 @@ public class ActivityCalculationDiscountResponseDto {
private Integer type; private Integer type;
private Long thresholdAmount; private Long thresholdAmount;
/**
* 运费月卡入机字段
*/
private String tenderId; private String tenderId;
} }
......
...@@ -21,6 +21,9 @@ public class ActivityDiscountsDto { ...@@ -21,6 +21,9 @@ public class ActivityDiscountsDto {
private String activityName; private String activityName;
private Integer discountAmount; private Integer discountAmount;
private Integer activityType; private Integer activityType;
/**
* 运费月卡入机字段
*/
private String tenderId; private String tenderId;
/** /**
......
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