Pu Zhibing
2025-01-13 19dc96e814330dd957515b5eb4a57396af41b3b3
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java
@@ -219,4 +219,8 @@
    @TableField(exist = false)
    private Double score;
    @ApiModelProperty(value = "自己打分")
    @TableField(exist = false)
    private String myScore;
}