无关风月
2025-04-03 b01f752252eaadd1fa31eda6a9ad43146660b721
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;
}