puzhibing
2025-01-13 fc21ab0f288823a22a05b13d33f07362b5c6b91c
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;
}