无关风月
2024-12-31 0c51a577db337520452022d9d6a22b720ef858d4
xinquan-api/xinquan-api-system/src/main/java/com/xinquan/system/api/domain/AppUserWalletRecord.java
@@ -30,6 +30,9 @@
    @ApiModelProperty(value = "用户余额明细id")
    @TableId(value = "id",type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty(value = "uid")
    @TableField(exist = false)
    private String uid;
    @ApiModelProperty(value = "用户id")
    @TableField("app_user_id")
@@ -50,6 +53,9 @@
    @ApiModelProperty(value = "下级用户id 变动原因为分佣时存")
    @TableField("child_app_user_id")
    private Long childAppUserId;
    @ApiModelProperty(value = "关联订单id")
    @TableField("order_id")
    private Long orderId;
}