无关风月
6 天以前 6e23a1d4d7c2e56f229b5391efdc38210f70fc8d
applet/src/main/java/com/jilongda/applet/model/TCoupon.java
@@ -36,7 +36,7 @@
    @ApiModelProperty(value = "优惠券名称")
    @TableField("name")
    private Integer name;
    private String name;
    @ApiModelProperty(value = "发放方式 1注册发放 2全局发放 3指定发放 4扫码发放")
    @TableField("type")
@@ -46,11 +46,11 @@
    @TableField("amount")
    private BigDecimal amount;
    @ApiModelProperty(value = "门店id 字段为null表示全部")
    @ApiModelProperty(value = "门店id 字段为null表示全部,逗号分隔")
    @TableField("storeId")
    private Integer storeId;
    private String storeId;
    @ApiModelProperty(value = "有效期(天)最高365")
    @ApiModelProperty(value = "有效期(天)最高365 0无限期")
    @TableField("time")
    private Integer time;