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/vo/resp/trade/RspTranQryType.java     |    7 +++++--
 cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/SubSvcRetInfoType.java  |    4 +++-
 cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspEPCSnglTranType.java |    8 ++++++--
 cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspSvcHeaderType.java   |    4 +++-
 4 files changed, 17 insertions(+), 6 deletions(-)

diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspEPCSnglTranType.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspEPCSnglTranType.java
index 0872e12..060f143 100644
--- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspEPCSnglTranType.java
+++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspEPCSnglTranType.java
@@ -5,6 +5,7 @@
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
+import java.io.Serializable;
 
 
 /**
@@ -58,7 +59,9 @@
     "rspSvcHeader",
     "svcBody"
 })
-public class RspEPCSnglTranType {
+public class RspEPCSnglTranType implements Serializable {
+
+    private static final long serialVersionUID = 1L;
 
     @XmlElement(name = "RspSvcHeader", required = true)
     protected RspSvcHeaderType rspSvcHeader;
@@ -169,7 +172,8 @@
         "rsrvFldVal5",
         "rsrvFldVal6"
     })
-    public static class SvcBody {
+    public static class SvcBody implements Serializable {
+        private static final long serialVersionUID = 1L;
 
         @XmlElement(name = "PcsStatus1", required = true)
         protected String pcsStatus1;
diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspSvcHeaderType.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspSvcHeaderType.java
index be7f6bf..19bba8f 100644
--- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspSvcHeaderType.java
+++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspSvcHeaderType.java
@@ -1,6 +1,7 @@
 
 package com.jttech.pfcs.vo.resp.trade;
 
+import java.io.Serializable;
 import java.util.ArrayList;
 import java.util.List;
 import javax.xml.bind.annotation.XmlAccessType;
@@ -66,7 +67,8 @@
     "tranSerialNo",
     "subSvcRetInfo"
 })
-public class RspSvcHeaderType {
+public class RspSvcHeaderType implements Serializable {
+    private static final long serialVersionUID = 1L;
 
     @XmlElement(name = "TranDate", required = true)
     protected String tranDate;
diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspTranQryType.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspTranQryType.java
index fe9b11c..4bcf1e0 100644
--- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspTranQryType.java
+++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/RspTranQryType.java
@@ -5,6 +5,7 @@
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
+import java.io.Serializable;
 
 
 /**
@@ -90,7 +91,8 @@
     "rspSvcHeader",
     "svcBody"
 })
-public class RspTranQryType {
+public class RspTranQryType implements Serializable {
+    private static final long serialVersionUID = 1L;
 
     @XmlElement(name = "RspSvcHeader", required = true)
     protected RspSvcHeaderType rspSvcHeader;
@@ -265,7 +267,8 @@
         "rsrvFldVal2",
         "trdStInfo"
     })
-    public static class SvcBody {
+    public static class SvcBody implements Serializable {
+        private static final long serialVersionUID = 1L;
 
         @XmlElement(name = "BussRetCd", required = true)
         protected String bussRetCd;
diff --git a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/SubSvcRetInfoType.java b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/SubSvcRetInfoType.java
index 2fc2b12..de621c8 100644
--- a/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/SubSvcRetInfoType.java
+++ b/cmci-pfcs-gateway/src/main/java/com/jttech/pfcs/vo/resp/trade/SubSvcRetInfoType.java
@@ -5,6 +5,7 @@
 import javax.xml.bind.annotation.XmlAccessorType;
 import javax.xml.bind.annotation.XmlElement;
 import javax.xml.bind.annotation.XmlType;
+import java.io.Serializable;
 
 
 /**
@@ -38,7 +39,8 @@
     "subSvcRetMsg",
     "rsrvContent"
 })
-public class SubSvcRetInfoType {
+public class SubSvcRetInfoType implements Serializable {
+    private static final long serialVersionUID = 1L;
 
     @XmlElement(name = "SubSvcSysId")
     protected String subSvcSysId;

--
Gitblit v1.8.0