From e975b2b18607732086feefe522c93b4b8d3391a5 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 06 六月 2023 14:44:30 +0800
Subject: [PATCH] 患者信息批量上传

---
 smartor/src/main/java/com/smartor/service/IPatArchiveService.java |   29 ++++++++++++++++++++---------
 1 files changed, 20 insertions(+), 9 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/service/IPatArchiveService.java b/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
index 8bd0358..1deee9f 100644
--- a/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
+++ b/smartor/src/main/java/com/smartor/service/IPatArchiveService.java
@@ -1,19 +1,22 @@
 package com.smartor.service;
 
 import java.util.List;
+
 import com.smartor.domain.PatArchive;
+import com.smartor.domain.PatUpInfoVO;
+import org.springframework.web.bind.annotation.RequestParam;
+import org.springframework.web.multipart.MultipartFile;
 
 /**
  * 鎮h�呮。妗圫ervice鎺ュ彛
- * 
+ *
  * @author smartor
  * @date 2023-03-04
  */
-public interface IPatArchiveService 
-{
+public interface IPatArchiveService {
     /**
      * 鏌ヨ鎮h�呮。妗�
-     * 
+     *
      * @param patid 鎮h�呮。妗堜富閿�
      * @return 鎮h�呮。妗�
      */
@@ -21,7 +24,7 @@
 
     /**
      * 鏌ヨ鎮h�呮。妗堝垪琛�
-     * 
+     *
      * @param patArchive 鎮h�呮。妗�
      * @return 鎮h�呮。妗堥泦鍚�
      */
@@ -29,7 +32,7 @@
 
     /**
      * 鏂板鎮h�呮。妗�
-     * 
+     *
      * @param patArchive 鎮h�呮。妗�
      * @return 缁撴灉
      */
@@ -37,7 +40,7 @@
 
     /**
      * 淇敼鎮h�呮。妗�
-     * 
+     *
      * @param patArchive 鎮h�呮。妗�
      * @return 缁撴灉
      */
@@ -45,7 +48,7 @@
 
     /**
      * 鎵归噺鍒犻櫎鎮h�呮。妗�
-     * 
+     *
      * @param patids 闇�瑕佸垹闄ょ殑鎮h�呮。妗堜富閿泦鍚�
      * @return 缁撴灉
      */
@@ -53,9 +56,17 @@
 
     /**
      * 鍒犻櫎鎮h�呮。妗堜俊鎭�
-     * 
+     *
      * @param patid 鎮h�呮。妗堜富閿�
      * @return 缁撴灉
      */
     public int deletePatArchiveByPatid(Long patid);
+
+    /**
+     * 鎮h�呬俊鎭壒閲忔彃鍏�
+     *
+     * @param title
+     * @param file
+     */
+    public PatUpInfoVO fileHandle( String username, MultipartFile file);
 }

--
Gitblit v1.9.3