From f429658e8bf3c88c4550171f61d6984033940b54 Mon Sep 17 00:00:00 2001
From: wanghc <2466022993@qq.com>
Date: Thu, 09 Mar 2023 09:22:47 +0800
Subject: [PATCH] 浦发分行系统文件上传

---
 cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/controller/PublicController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/controller/PublicController.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/controller/PublicController.java
index f196723..56c268c 100644
--- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/controller/PublicController.java
+++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/controller/PublicController.java
@@ -8,7 +8,7 @@
 import org.springframework.web.bind.annotation.RestController;
 
 import com.jttech.pfcs.services.IPublicService;
-import com.jttech.pfcs.vo.ResponseVo;
+import com.jttech.pfcs.vo.resp.ResponseVo;
 
 /**
  * @author wanghc

--
Gitblit v1.8.0