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/services/ITradeService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 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 3c71245..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 @@ -2,8 +2,8 @@ import com.jttech.pfcs.vo.req.trade.ReqEPCSnglTranType; import com.jttech.pfcs.vo.req.trade.ReqTranQryType; -import com.jttech.pfcs.vo.resp.RspEPCSnglTranType; -import com.jttech.pfcs.vo.resp.RspTranQryType; +import com.jttech.pfcs.vo.resp.trade.RspEPCSnglTranType; +import com.jttech.pfcs.vo.resp.trade.RspTranQryType; /** * @author wanghc -- Gitblit v1.8.0