Pu Zhibing
2025-01-17 475a9270e97e2baee1ecce8cbbe30dc5399dcf23
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopScore.java
@@ -23,7 +23,7 @@
    @ApiModelProperty(value = "主键")
    @TableId("id")
    private Integer id;
    private Long id;
    @ApiModelProperty(value = "用户id")
    @TableField("app_user_id")