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

---
 cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/bill/BillApiRespVo.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/req/bill/BillApiRespVo.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/bill/BillApiRespVo.java
similarity index 98%
rename from cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/req/bill/BillApiRespVo.java
rename to cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/bill/BillApiRespVo.java
index 3b2d852..bd10fa0 100644
--- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/req/bill/BillApiRespVo.java
+++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/bill/BillApiRespVo.java
@@ -1,4 +1,4 @@
-package com.jttech.pfcs.vo.req.bill;
+package com.jttech.pfcs.vo.resp.bill;
 
 import com.alibaba.fastjson.annotation.JSONField;
 

--
Gitblit v1.8.0