xuhy
2025-01-10 b1fc19cdadad26cb8a27cd96f98b4edf38b173bd
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")