From a422a984cfa2a5a2bbe89c6fa6947363e559bb4f Mon Sep 17 00:00:00 2001
From: shiyunteng <shiyunteng@example.com>
Date: 星期五, 22 五月 2026 09:29:14 +0800
Subject: [PATCH] feat:faet:出库加批次号,合同履约加销方购方履约,到货单据必填校验,验收单据必填校验,单位新增法人、委托代理人字段 、合同出库新增erp出库ID

---
 platformx-boot/src/main/resources/application-dev.yml |   15 +++++++++++----
 1 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/platformx-boot/src/main/resources/application-dev.yml b/platformx-boot/src/main/resources/application-dev.yml
index 84c40c0..8b6f823 100644
--- a/platformx-boot/src/main/resources/application-dev.yml
+++ b/platformx-boot/src/main/resources/application-dev.yml
@@ -2,6 +2,7 @@
   data:
     redis:
       host: 127.0.0.1
+      password: 123456
       database: 0
   # 鏁版嵁搴撶浉鍏抽厤缃�
   datasource:
@@ -37,8 +38,14 @@
 swagger:
   token-url: ${swagger.gateway}/admin/oauth2/token
 
+#bip 閰嶇疆
+bip:
+  url:
+  codes: 111111111111111111111111,222222222222222222
+  appKey:
+  appSecret:
 
-easy-es:
-  compatible: true # 鍏煎妯″紡寮�鍏�,榛樿涓篺alse,鑻ユ偍鐨別s瀹㈡埛绔増鏈皬浜�8.x,鍔″繀璁剧疆涓簍rue鎵嶅彲姝e父浣跨敤,8.x鍙婁互涓婂垯鍙拷鐣ユ椤归厤缃�
-  enable: true #榛樿涓簍rue,鑻ヤ负false鍒欒涓轰笉鍚敤鏈鏋�
-  address : 192.168.0.7:9200 # es鐨勮繛鎺ュ湴鍧�,蹇呴』鍚鍙� 鑻ヤ负闆嗙兢,鍒欏彲浠ョ敤閫楀彿闅斿紑 渚嬪:127.0.0.1:9200,127.0.0.2:9200
+# 鏂囦欢涓婁紶閰嶇疆
+file:
+  local:
+    base-path: D:\\Users\\platformx\\Downloads\\img
\ No newline at end of file

--
Gitblit v1.9.1