luofl
2025-02-11 4fa0ffe4d6a52ff46ee38bc3e1944fc1b9b6a7b7
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/CouponInfo.java
@@ -36,7 +36,6 @@
    @ApiModelProperty(value = "删除标志(0=否,1=是)")
    @TableField("del_flag")
    @TableLogic
    private Integer delFlag;
    @ApiModelProperty(value = "添加时间")
@@ -149,6 +148,9 @@
    @TableField(exist = false)
    private List<AppUser> appUserList;
    @TableField(exist = false)
    private String phone;
    public String getIdStr(){
        return String.valueOf(id);