无关风月
2025-01-09 b8d7a4bde52a99f0669e5b95a9db4c375664c3bc
applet/src/main/java/com/jilongda/applet/model/TCouponReceive.java
@@ -50,9 +50,9 @@
    @TableField("amount")
    private BigDecimal amount;
    @ApiModelProperty(value = "门店id 字段为null表示全部")
    @ApiModelProperty(value = "门店id 字段为null表示全部,逗号分隔")
    @TableField("storeId")
    private Integer storeId;
    private String storeId;
    @ApiModelProperty(value = "有效期截止日期")
    @TableField("endTime")