luodangjia
2024-12-10 69b28c03e98ae65e03466a6626fb0989775b9c2b
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsEvaluate.java
@@ -79,5 +79,19 @@
    @TableField(exist = false)
    private String userName;
    @ApiModelProperty(value = "商品名字")
    @TableField(exist = false)
    private String goodsName;
    @ApiModelProperty(value = "商品图片")
    @TableField(exist = false)
    private String goodsImg;
    @TableField(exist = false)
    private String idStr;
    public void setId(Long id) {
        this.id = id;
        this.idStr = String.valueOf(id);
    }
}