无关风月
2024-12-30 b87d1e75d7002843536e9ddf455d9f9fa8d5e4d8
applet/src/main/java/com/jilongda/applet/model/TCoupon.java
@@ -46,9 +46,9 @@
    @TableField("amount")
    private BigDecimal amount;
    @ApiModelProperty(value = "门店id 字段为null表示全部")
    @ApiModelProperty(value = "门店id 字段为null表示全部,逗号分隔")
    @TableField("storeId")
    private Integer storeId;
    private String storeId;
    @ApiModelProperty(value = "有效期(天)最高365")
    @TableField("time")