Pu Zhibing
2024-12-20 49f2eff2cf52e0f1719dfad43cafff11b378252c
ruoyi-api/ruoyi-api-account/src/main/java/com/ruoyi/account/api/model/UserPoint.java
@@ -66,6 +66,10 @@
    @TableField("object_id")
    private Long objectId;
    @ApiModelProperty(value = "拓展字段")
    @TableField("extention")
    private String extention;
    @ApiModelProperty(value = "用户名称")
    @TableField(exist = false)
    private String userName;