Commit be1c82f4 by huiyang.chen

Merge branch '2020/09/24-运费券-huiyang' into develop

# Conflicts:
#	shopping-cart-application-service/src/main/java/cn/freemud/entities/dto/ActivityCalculationDiscountResponseDto.java
#	shopping-cart-application-service/src/main/java/cn/freemud/entities/dto/activity/ActivityDiscountsDto.java
parents f654d0a9 423c03eb
...@@ -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