无关风月
3 天以前 16207f06b1aae069c05657c178855388a2bcf5b2
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,16 @@
     * 城市管理者id
     */
    private Integer cityManagerId;
    /**
     * 积分商品id
     */
    private Integer goodsId;
    /**
     * 数量
     */
    private Integer count;
    private String useScopeValue;
    private String typeValue;
    private String userPopulationValue;
}