puzhibing
2024-12-06 8ca8432f7dfb2c58ff6c0f9d1f7224b262bdaba4
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/GoodsEvaluate.java
@@ -70,4 +70,14 @@
    private LocalDateTime createTime;
    @ApiModelProperty(value = "头像")
    @TableField(exist = false)
    private String avatar;
    @ApiModelProperty(value = "名字")
    @TableField(exist = false)
    private String userName;
}