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; }