puzhibing
2025-01-14 0b9eab450f484c397e9515f23c9954a1fe2f5065
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Shop.java
@@ -216,4 +216,11 @@
    @TableField(exist = false)
    private Double distance;
    @TableField(exist = false)
    private Double score;
    @ApiModelProperty(value = "自己打分")
    @TableField(exist = false)
    private String myScore;
}