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/SubSvcRetInfoType.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) 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