From 641206421e76861db238ecf24094b2a04e7c6371 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 26 八月 2026 15:50:26 +0800
Subject: [PATCH] feat(account): 新增付款和回款功能并优化生产计划下发规则

---
 src/main/java/com/ruoyi/basic/pojo/SupplierManage.java |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/main/java/com/ruoyi/basic/pojo/SupplierManage.java b/src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
index cb32b58..e3bdf27 100644
--- a/src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
+++ b/src/main/java/com/ruoyi/basic/pojo/SupplierManage.java
@@ -20,11 +20,6 @@
     @Excel(name = "渚涘簲鍟嗗悕绉�")
     private String supplierName;
 
-    @Schema(description = "渚涘簲鍟嗙被鍨�")
-    @TableField(value = "supplier_type")
-    @Excel(name = "渚涘簲鍟嗙被鍨�")
-    private String supplierType;
-
     @Schema(description = "绾崇◣浜鸿瘑鍒彿")
     @Excel(name = "绾崇◣浜鸿瘑鍒彿")
     private String taxpayerIdentificationNum;
@@ -44,6 +39,10 @@
     @Schema(description = "璐﹀彿")
     @Excel(name = "璐﹀彿")
     private String bankAccountNum;
+
+    @Schema(description = "閾惰仈琛屽彿")
+    @Excel(name = "閾惰仈琛屽彿")
+    private String bankCode;
 
     @Schema(description = "鑱旂郴浜�")
     @Excel(name = "鑱旂郴浜�")
@@ -85,6 +84,10 @@
     @TableField(fill = FieldFill.INSERT)
     private Long tenantId;
 
+    @Schema(description = "渚涘簲鍟嗙被鍨�")
+    @TableField(value = "supplier_type")
+    private String supplierType;
+
     @TableField(fill = FieldFill.INSERT)
     private Long deptId;
 }

--
Gitblit v1.9.3