From c72910d2b90f74d23e770717d80921b4fd064d48 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期二, 16 九月 2025 16:24:08 +0800
Subject: [PATCH] 新增用户提现

---
 ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopWithdraw.java |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopWithdraw.java b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopWithdraw.java
index d19a884..148ae9d 100644
--- a/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopWithdraw.java
+++ b/ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopWithdraw.java
@@ -33,7 +33,12 @@
     private Long id;
     @TableField(exist = false)
     private String idStr;
-
+    @ApiModelProperty(value = "提现单号")
+    @TableField("code")
+    private String code;
+    @ApiModelProperty(value = "提现流水号")
+    @TableField("order_number")
+    private String orderNumber;
     @ApiModelProperty(value = "门店id")
     @TableField("shop_id")
     private Integer shopId;
@@ -106,7 +111,7 @@
     @TableField("receiverAccountType")
     private Integer receiverAccountType;
 
-    @ApiModelProperty("收款账户联行号")
+    @ApiModelProperty("收款方开户行编号")
     @TableField("receiverBankChannelNo")
     private String receiverBankChannelNo;
 

--
Gitblit v1.7.1