ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsEvaluate.java
@@ -75,9 +75,13 @@ private String avatar; @ApiModelProperty(value = "名字") @ApiModelProperty(value = "评价用户") @TableField(exist = false) private String userName; @ApiModelProperty(value = "联系电话") @TableField(exist = false) private String phone; @ApiModelProperty(value = "商品名字") @TableField(exist = false) @@ -90,5 +94,10 @@ @TableField(exist = false) private String idStr; public void setId(Long id) { this.id = id; if (id != null){ this.idStr = String.valueOf(id); } } }