From e273d890983912fb4220fc8f89745a61db275119 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 05 六月 2023 15:32:21 +0800
Subject: [PATCH] 添加Voc文件的实体类、Mapper文件等

---
 src/main/resources/application-file.yml |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/src/main/resources/application-file.yml b/src/main/resources/application-file.yml
index df0f795..47dc22a 100644
--- a/src/main/resources/application-file.yml
+++ b/src/main/resources/application-file.yml
@@ -1,10 +1,8 @@
 #dat閰嶇疆璺緞
-dat: 
-  #filePath2d: 'E:\2022\dat\extract_mesh.dat'
-  #filePath3d: 'E:\2022\dat\correct_jk_47.dat'
+dat:
   filePath2d: 'D:\2022\dat\extract_mesh.dat'
   filePath3d: 'D:\2022\dat\correct_jk_47.dat'
 #csv閰嶇疆璺緞
-csv: 
-  #filePath: 'E:\2022\yssh'
-  filePath: 'D:\2022\yssh'
\ No newline at end of file
+csv:
+  filePath: 'D:\2022\yssh'
+  vocPath: 'D:\2022\voc'

--
Gitblit v1.9.3