From 6cbbff8da2e0fb2645d90a4e250368769ebd2da8 Mon Sep 17 00:00:00 2001
From: wanghc <2466022993@qq.com>
Date: Wed, 08 Mar 2023 17:55:49 +0800
Subject: [PATCH] 浦发分行账单服务对外接口调整

---
 cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java
index 1718ffe..31c2b36 100644
--- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java
+++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/services/ITradeService.java
@@ -1,9 +1,9 @@
 package com.jttech.pfcs.services;
 
-import com.jttech.pfcs.vo.req.ReqEPCSnglTranType;
-import com.jttech.pfcs.vo.req.ReqTranQryType;
-import com.jttech.pfcs.vo.resp.RspEPCSnglTranType;
-import com.jttech.pfcs.vo.resp.RspTranQryType;
+import com.jttech.pfcs.vo.req.trade.ReqEPCSnglTranType;
+import com.jttech.pfcs.vo.req.trade.ReqTranQryType;
+import com.jttech.pfcs.vo.resp.trade.RspEPCSnglTranType;
+import com.jttech.pfcs.vo.resp.trade.RspTranQryType;
 
 /**
  * @author wanghc

--
Gitblit v1.8.0