From 7a72c9b8b5df5f9a16a79838150bbc44c6e87666 Mon Sep 17 00:00:00 2001
From: wanghc <2466022993@qq.com>
Date: Tue, 27 Jun 2023 13:16:38 +0800
Subject: [PATCH] 启动修改

---
 cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/IBillService.java |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/IBillService.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/IBillService.java
index d9b71a9..3a6715d 100644
--- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/IBillService.java
+++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/IBillService.java
@@ -1,7 +1,9 @@
 package com.jttech.pfcs.services;
 
-import com.jttech.pfcs.vo.ResponseVo;
+import com.jttech.pfcs.vo.req.bill.FtpServerParam;
+import com.jttech.pfcs.vo.resp.ResponseVo;
 import com.jttech.pfcs.vo.req.bill.BillApiReqVo;
+import org.springframework.web.multipart.MultipartFile;
 
 /**
  * @author wanghc
@@ -16,4 +18,12 @@
      * @return
      */
     ResponseVo post(BillApiReqVo reqVo);
+
+    /**
+     * 文件上传
+     * @param files
+     * @param pFtpServerParam
+     * @return
+     */
+    ResponseVo fileUpload(MultipartFile[] files, FtpServerParam pFtpServerParam);
 }

--
Gitblit v1.8.0