From 361f5449f46da1fe7f4cef954dbf25bbe8b8101d Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 26 八月 2026 16:45:31 +0800
Subject: [PATCH] feat(sales): 添加发货地址字段支持
---
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