phpcjl
2024-12-13 499b4cacc8e66d1ce48647f629b6449a3e6f9653
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/UserAddress.java
@@ -31,6 +31,13 @@
    @TableId("id")
    private Long id;
    @TableField(exist = false)
    private String idStr;
    @TableField(exist = false)
    private String uid;
    @ApiModelProperty(value = "用户id")
    @TableField("app_user_id")
    private Long appUserId;