ruoyi-system/src/main/java/com/ruoyi/system/model/TbAccountDetail.java
@@ -45,7 +45,7 @@ /** * 1提现 2售卖商品 3平台退款 4分佣 */ @ApiModelProperty("1提现 2售卖商品 3平台退款 4分佣 5购买商品") @ApiModelProperty("1提现 2售卖商品 3平台退款 4分佣 5购买商品 6后台修改") private Integer category; /** * 1待审核 2通过(完成) 3拒绝 (取消) @@ -62,6 +62,7 @@ private Date createTime; @TableField("source_id") @ApiModelProperty("来源 下单用户id category = 1为提现表id") private String sourceId; @TableField("order_price")