cloud-server-management/src/main/java/com/dsh/course/feignClient/activity/model/Coupon.java
@@ -85,6 +85,10 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date endTime; /** * 有效期 */ private String timeValue; /** * 使用范围(1=全国,2=指定城市,3=指定门店) */ private Integer useScope; @@ -128,5 +132,12 @@ * 城市管理者id */ private Integer cityManagerId; /** * 数量 */ private Integer count; private String useScopeValue; private String typeValue; private String userPopulationValue; }