无关风月
2 天以前 ac3e9a7f0b21fb630049f9e191bd760eefd21467
cloud-server-management/src/main/java/com/dsh/course/feignClient/activity/model/Coupon.java
@@ -77,11 +77,17 @@
    /**
     * 开始时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date startTime;
    /**
     * 结束时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date endTime;
    /**
     * 有效期
     */
    private String timeValue;
    /**
     * 使用范围(1=全国,2=指定城市,3=指定门店)
     */
@@ -126,5 +132,12 @@
     * 城市管理者id
     */
    private Integer cityManagerId;
    /**
     * 数量
     */
    private Integer count;
    private String useScopeValue;
    private String typeValue;
    private String userPopulationValue;
}