CN112565079B - Intelligent routing system and decision method for bank transaction - Google Patents

Intelligent routing system and decision method for bank transaction Download PDF

Info

Publication number
CN112565079B
CN112565079B CN202011381743.XA CN202011381743A CN112565079B CN 112565079 B CN112565079 B CN 112565079B CN 202011381743 A CN202011381743 A CN 202011381743A CN 112565079 B CN112565079 B CN 112565079B
Authority
CN
China
Prior art keywords
routing
channel
information
configuration information
route
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011381743.XA
Other languages
Chinese (zh)
Other versions
CN112565079A (en
Inventor
胡世昆
施志晖
陈菲琪
孟站
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Sushang Bank Co ltd
Original Assignee
Jiangsu Suning Bank Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu Suning Bank Co Ltd filed Critical Jiangsu Suning Bank Co Ltd
Priority to CN202011381743.XA priority Critical patent/CN112565079B/en
Publication of CN112565079A publication Critical patent/CN112565079A/en
Application granted granted Critical
Publication of CN112565079B publication Critical patent/CN112565079B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/12Shortest path evaluation
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/14Routing performance; Theoretical aspects
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L45/00Routing or path finding of packets in data switching networks
    • H04L45/74Address processing for routing
    • H04L45/742Route cache; Operation thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The invention provides an intelligent routing system and a decision method for bank transaction, wherein the routing system is connected with a service system and comprises the following steps: the core service module is used for carrying out routing decision according to the routing information acquired by the service system and screening out a routing channel; the channel management module is used for acquiring the screened routing channel; and the basic service module judges the screened routing channel to obtain the optimal routing channel. The invention realizes the integration of openRules by java, can efficiently carry out route judgment and route switching by intelligent route use, ensures that the coding of the business process is more clear and hierarchical, greatly improves the quality and maintainability of the code, and has a plurality of benefits on basic development and project construction.

Description

Intelligent routing system and decision method for bank transaction
Technical Field
The invention relates to the technical field of computer information, in particular to an intelligent routing system and a decision method for bank transactions.
Background
With the rapid development of the financial industry, online and offline financial scenes are more abundant, the user product experience is continuously improved, the functions of a bank back-end transaction system are gradually increased, the transaction scenes of credit deposit, financing and cash withdrawal and the like related to financial services are increased besides the traditional authentication card binding, payment and transfer remittance, the channels of various service transactions are different, and the hard coding processing becomes very tedious. At present, for most banks, a traditional transaction system combines a business logic and a processing flow, each business channel selection needs rigid judgment, the business logic and a functional unit are coupled deeply, and a brand new business logic is generated when the business flow is changed, so that the system complexity is higher and higher along with the business development, the code maintainability is poorer and poorer, and great risks and cost investment are brought in development, testing and operation maintenance, so that a set of channels is needed to be managed and maintained, banks related to the channels are managed and maintained, the business logic and the process are separated to realize, the bank financial business requirements are taken as the leading factor, and the requirements of various scenes on the channels are combined to be selected and processed.
Aiming at the management of the intelligent routing and the connection control of the process, various types of rule engine frameworks such as an easy rules engine, a Drools rule engine, an Aviator expression evaluation engine, an MVEL expression analyzer and the like exist in the current market, and the products are often complex in system and function, have much external dependence, need additional learning and use when being integrated with an application system, and cannot be fully adapted to a bank transaction system.
In addition, in view of more and more business scenes of the bank transaction system, channels supported by banks are also increased continuously, and the payment capacities provided by different channels are different in cost, so that the channels are selected more complicated, the system risk and the development cost are reduced, the development efficiency and the centralized management and maintenance of business processes are improved, the defects that the complex functions of the system of the intelligent routing product on the market depend on a large amount of functions are overcome, and an intelligent routing system adapting to the bank transaction system is urgently needed to be provided.
Disclosure of Invention
The invention aims to provide an intelligent routing system and a decision method for bank transaction, which are based on multi-channel routing switching, do not depend on any third-party plug-in, can flexibly and lightweight compile rule engine configuration, simultaneously support online routing rule change, realize no interruption of service and improve user experience.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
in a first aspect, the present invention provides an intelligent routing system for banking transactions, which is connected to a business system, and includes: the core service module is used for carrying out routing decision according to the routing information acquired by the service system and screening out a routing channel; the channel management module is used for acquiring the screened routing channel; and the basic service module judges the screened routing channel to obtain the optimal routing channel.
Preferably, the method further comprises the following steps: and the configuration management module is used for carrying out route configuration according to the imported data and calling the basic service module to store and update the route configuration information.
Preferably, the routing configuration includes: and configuring through the excel file, and analyzing the excel file based on a spring framework and openRules.
As a preferred scheme, the basic service module includes a monitoring module, and the monitoring module monitors the route change queue and updates the route configuration information in the local cache after receiving the route change notification.
As a preferred scheme, the routing information acquired by the service system is a request message, and the request message includes a scene ID, bank card information, and a money amount.
In a second aspect, the invention provides an intelligent routing decision method for banking transactions, which comprises the following steps: the service system acquires the routing information and calls a core service module; the core service module carries out routing decision according to the routing information and screens out a routing channel; the channel management module acquires the screened routing channel and sends the routing channel to the basic service module; and the basic service module judges the screened routing channel to obtain the optimal routing channel.
Preferably, the method further comprises the following steps: the login configuration management module imports data for route configuration; and calling the basic service module to store the routing configuration information into a local cache, and updating the routing configuration information in the local cache.
As a preferred scheme, the routing configuration information includes default configuration information and special configuration information, and the default configuration information is used for arranging default service scenarios and routing information related to current scenarios; the special configuration information is used for arranging the routing information and the process information related to the special service scene.
As a preferred scheme, the making of the routing decision according to the routing information includes: receiving a route decision request; judging whether the necessary parameters of the uploaded routing information are empty, if not, acquiring routing configuration information and carrying out the next step, otherwise, failing to acquire the routing; and judging whether the routing configuration information is empty or not, and if not, acquiring a supported routing channel list, otherwise, failing to acquire the route.
As a preferred scheme, the judging the screened routing channel includes: judging whether the current routing channel supports, if so, carrying out the next step, otherwise, failing to acquire the route; and judging whether the transaction amount exceeds the limit, and if not, acquiring the optimal routing channel.
Compared with the prior art, the invention has the beneficial effects that:
(1) development risks are reduced, through intelligent routing design, newly added channels do not influence original channel design, only corresponding channel configuration needs to be added, routing judgment logic does not need to be concerned, developers can clearly design service requirements, coupling depth among services is reduced, and service requirement iterative maintenance is convenient;
(2) the development efficiency is improved, a developer only pays attention to the service realization without paying attention to the logic of route judgment, and meanwhile, the public component can be directly used, the service flow is easy to design and rearrange, so that the development speed of the developer is higher, and the system maintenance is easier;
(3) routing rules are managed in a unified mode, and under the condition that bank maintenance changes, business implementation codes do not need to be concerned about scattering all places through routing files and background management, so that nodes and circulation of a flow are maintained more easily;
(4) The system complexity is reduced, the routing logic is separated from the flow, flexible expansion can be realized according to the service realization requirement, the routing decision is responsible for channel selection, the code structure of the service realization layer is clearer, the reusability is high, and the complexity of the application system is greatly reduced.
The invention provides an intelligent routing system and a decision method for bank transaction, the system integrates openRules by java, and can efficiently carry out routing judgment and routing switching by using intelligent routing, so that the coding of a service flow is realized more clearly and hierarchically, the quality and maintainability of codes are greatly improved, and the system has a plurality of benefits on basic development and project construction.
Drawings
The disclosure of the present invention is illustrated with reference to the accompanying drawings. It is to be understood that the drawings are designed solely for the purposes of illustration and not as a definition of the limits of the invention. In the drawings, like reference numerals are used to refer to like parts. Wherein:
FIG. 1 is a schematic structural diagram of an intelligent routing system for banking transactions according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of an intelligent routing decision method for banking transactions according to an embodiment of the present invention;
fig. 3 is a schematic flow chart illustrating decision-making determination of a routing channel according to an embodiment of the present invention.
Detailed Description
It is easily understood that, according to the technical solution of the present invention, a person skilled in the art can propose various alternative structural modes and implementation modes without changing the spirit of the present invention. Therefore, the following detailed description and the accompanying drawings are merely illustrative of the technical aspects of the present invention, and should not be construed as limiting or restricting the technical aspects of the present invention.
An embodiment according to the present invention is shown in connection with fig. 1. The invention provides an intelligent routing system 200 for bank transactions, which is connected with a business system 100. The business system 100 is a payment system, and the payment system is responsible for business request receiving, message verification, routing message assembly, routing service invoking and process integration. The service system 100 sends a request to the routing system 200, a routing service is called, and the routing system 200 selects an optimal channel through decision judgment to complete service logic; the routing system 200 sends a request to the service system 100, and inquires acceptance capability and subscription information; the routing system 200 receives the route maintenance information and notifies the local cache to update the local route information, thereby completing the maintenance of the route information.
The routing system 200 includes a core service module 201, a channel management module 202, a base service module 203, and a configuration management module 204.
Specifically, the core service module 201 performs a routing decision according to the routing information acquired by the service system 100, and screens out a routing channel. In the embodiment of the present invention, the routing information acquired by the service system 100 is a request message, and the request message includes information such as a service scene ID, bank card information, and amount of money.
The path management module 202 acquires the screened routing path.
The basic service module 203 judges the screened routing channel to obtain the best routing channel. The basic service module 203 further includes a monitoring module, which monitors the route change queue and updates the route configuration information in the local cache after receiving the route change notification.
The configuration management module 204 performs route configuration according to the imported data, and calls the basic service module 203 to store and update the route configuration information. Wherein, the route configuration comprises: the method comprises the steps of configuring through an excel file, and analyzing and processing the excel file based on a spring framework (a lightweight control reversal and section-oriented container framework) and openRules (a java-based complete open source code business rule management framework). And routing configuration is carried out through the excel file, so that the writing and understanding are facilitated, and the updating can be carried out in real time.
The routing configuration information includes channel information, supported bank lists, money intervals corresponding to each bank, available time configuration and the like, and can be customized according to service scenes.
As shown in fig. 2, the present invention also provides a method for making an intelligent routing decision for banking transactions, which comprises the following steps:
step 1, the service system 100 obtains routing information and calls the core service module 201.
And 2, the core service module 201 performs routing decision according to the routing information and screens out a routing channel.
As shown in fig. 3, the making of the routing decision according to the routing information includes: receiving a route decision request; judging whether the necessary parameters of the uploaded routing information are empty, if not, acquiring routing configuration information and carrying out the next step, otherwise, failing to acquire the routing; and judging whether the routing configuration information is empty or not, and if not, acquiring a supported routing channel list, otherwise, failing to acquire the route.
Step 3, the channel management module 202 acquires the screened routing channel and sends the routing channel to the basic service module 203;
and 4, the basic service module 203 judges the screened routing channel to obtain the optimal routing channel.
As shown in fig. 3, the determining the screened routing channel includes: judging whether the current routing channel supports, if so, carrying out the next step, otherwise, failing to acquire the route; and judging whether the transaction amount exceeds the limit, and if not, acquiring the optimal routing channel.
In the embodiment of the invention, the intelligent routing decision method for bank transaction further comprises the step of performing routing maintenance, which specifically comprises the following steps: an operator logs in the configuration management module 204, and performs routing configuration by manually adding a single piece of data or importing data in batch through excel; and calling the basic service module 203 to store the routing configuration information into a local cache, and updating the routing configuration information in the local cache.
After the operator performs route maintenance through the configuration management module 204, the route configuration information is distributed to the service system 100 through mq, the service system 100 updates the local route configuration information after receiving the route change notification, and performs route channel screening according to the service scenario after the service system 100 receives a specific service request, and selects a specific route channel to perform corresponding service processing.
Because of a plurality of service scenes and a plurality of similar parts of different scenes, a combined workflow concept is added in the design of the workflow, the routing configuration information is divided into default configuration information and special configuration information, and the default configuration information is used for arranging the default service scenes and the routing information related to the current scene; the special configuration information is used for arranging the routing information and the process information related to the special service scene, and obtaining the corresponding process and the routing channel information of the product according to the service product identification. For example: a payment transaction workflow in the payment system is divided into a workflow a and a workflow b, and nodes of the workflow a are public service components such as anti-duplication, account verification, rights and interests, wind control and the like and are arranged through default configuration information; and b, the nodes perform warehousing, sending, bookkeeping and other processing on payment transactions, and are arranged through special configuration information. Therefore, the workflow a can be used by business processes such as correction and return, and the like, thereby reducing the code repetition and improving the system maintainability.
It is easy to understand that a nested mode can also be adopted, that is, the service implementation of a certain node in the workflow can be a sub-workflow, such as transaction transmission in a payment workflow, and can be designed as an independent workflow due to differences of downstream channel assembly messages, communication modes, communication processes, result control and the like.
In summary, the invention discloses an intelligent routing system and a decision method for bank transaction, the system integrates openRules by java, and can efficiently perform routing judgment and routing switching through intelligent routing, so that the coding of a business process is realized more clearly and hierarchically, the quality and maintainability of codes are greatly improved, and the system has a plurality of benefits on basic development and project construction. The method comprises the following specific steps:
(1) development risks are reduced, through intelligent routing design, newly added channels do not influence original channel design, only corresponding channel configuration needs to be added, routing judgment logic does not need to be concerned, developers can clearly design service requirements, coupling depth among services is reduced, and service requirement iterative maintenance is convenient;
(2) development efficiency is improved, developers do not need to pay attention to the logic of route judgment, only pay attention to service implementation, meanwhile, public components can be directly used, service processes are easy to design and rearrange, development speed of the developers is higher, and system maintenance is easier;
(3) Routing rules are managed in a unified mode, and under the condition that bank maintenance changes, business implementation codes do not need to be concerned about scattering all places through routing files and background management, so that nodes and circulation of a flow are maintained more easily;
(4) the system complexity is reduced, the routing logic is separated from the flow, flexible expansion can be realized according to the service realization requirement, the routing decision is responsible for channel selection, the code structure of the service realization layer is clearer, the reusability is high, and the complexity of the application system is greatly reduced.
The technical scope of the present invention is not limited to the above description, and those skilled in the art can make various changes and modifications to the above-described embodiments without departing from the technical spirit of the present invention, and such changes and modifications should fall within the protective scope of the present invention.

Claims (5)

1. An intelligent routing system for banking transactions, connected to a business system, comprising:
the core service module is used for carrying out routing decision according to the routing information acquired by the service system and screening out a routing channel;
the channel management module is used for acquiring the screened routing channel;
the basic service module judges the screened routing channel to obtain the optimal routing channel;
The configuration management module carries out route configuration according to the imported data and calls the basic service module to store and update the route configuration information;
an intelligent routing decision method for bank transactions is operated on the intelligent routing system for bank transactions, and the method comprises the following steps:
the service system acquires the routing information and calls a core service module;
the core service module carries out routing decision according to the routing information and screens out a routing channel;
the channel management module acquires the screened routing channel and sends the routing channel to the basic service module;
the basic service module judges the screened routing channel to obtain the optimal routing channel;
wherein, making a routing decision according to the routing information comprises: receiving a routing decision request; judging whether the necessary parameters of the uploaded routing information are empty, if not, acquiring routing configuration information and carrying out the next step, otherwise, failing to acquire the routing; judging whether the routing configuration information is empty or not, and if not, acquiring a supported routing channel list, otherwise, failing to acquire the route;
judging the screened routing channel, including: judging whether the current routing channel supports, if so, carrying out the next step, otherwise, failing to acquire the route; judging whether the transaction amount exceeds the limit, and if not, acquiring an optimal routing channel;
Also comprises the following steps: the login configuration management module imports data for route configuration; calling a basic service module to store the routing configuration information into a local cache, and updating the routing configuration information in the local cache; the routing configuration information comprises default configuration information and special configuration information, and the default configuration information is used for arranging default service scenes and routing information related to current scenes; the special configuration information is used for arranging the routing information and the process information related to the special service scene.
2. The intelligent routing system for banking transactions according to claim 1, characterised in that said routing arrangement comprises: and configuring through the excel file, and analyzing the excel file based on a spring framework and openRules.
3. The intelligent routing system of bank transactions according to claim 1, wherein said basic service module includes a monitoring module, said monitoring module monitors a route change queue and updates route configuration information in a local cache after receiving a route change notification.
4. The intelligent routing system of bank transactions according to claim 1, characterized in that the routing information obtained by said business system is a request message, said request message including a scene ID, bank card information and amount of money.
5. An intelligent routing decision method for bank transaction is characterized by comprising the following steps:
the service system acquires the routing information and calls a core service module;
the core service module carries out routing decision according to the routing information and screens out a routing channel;
the channel management module acquires the screened routing channel and sends the routing channel to the basic service module;
the basic service module judges the screened routing channel to obtain the optimal routing channel;
wherein, making a routing decision according to the routing information comprises: receiving a route decision request; judging whether the necessary parameters of the uploaded routing information are empty, if not, acquiring routing configuration information and carrying out the next step, otherwise, failing to acquire the routing; judging whether the routing configuration information is empty or not, and if not, acquiring a supported routing channel list, otherwise, failing to acquire the route;
judging the screened routing channel, including: judging whether the current routing channel supports, if so, carrying out the next step, otherwise, failing to acquire the route; judging whether the transaction amount exceeds the limit, and if not, acquiring an optimal routing channel;
Also comprises the following steps: the login configuration management module is used for importing data to perform routing configuration; calling a basic service module to store the routing configuration information into a local cache, and updating the routing configuration information in the local cache; the routing configuration information comprises default configuration information and special configuration information, and the default configuration information is used for arranging default service scenes and routing information related to the current scene; the special configuration information is used for arranging the routing information and the process information related to the special service scene.
CN202011381743.XA 2020-12-01 2020-12-01 Intelligent routing system and decision method for bank transaction Active CN112565079B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011381743.XA CN112565079B (en) 2020-12-01 2020-12-01 Intelligent routing system and decision method for bank transaction

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011381743.XA CN112565079B (en) 2020-12-01 2020-12-01 Intelligent routing system and decision method for bank transaction

Publications (2)

Publication Number Publication Date
CN112565079A CN112565079A (en) 2021-03-26
CN112565079B true CN112565079B (en) 2022-06-28

Family

ID=75045719

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011381743.XA Active CN112565079B (en) 2020-12-01 2020-12-01 Intelligent routing system and decision method for bank transaction

Country Status (1)

Country Link
CN (1) CN112565079B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113553038A (en) * 2021-07-30 2021-10-26 武汉众邦银行股份有限公司 Rule engine implementation method and device based on availability algorithm and storage medium
CN114971527A (en) * 2022-04-25 2022-08-30 北京云链金汇数字科技有限公司 Multi-service scene rule routing strategy management system and method based on Spring

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014177081A1 (en) * 2013-10-25 2014-11-06 中兴通讯股份有限公司 Routing policy configuration method and system
CN105704018A (en) * 2016-01-19 2016-06-22 温州银企互联信息技术有限公司 Intelligent route management method based on order-receiving operation platform
CN111127012A (en) * 2019-12-24 2020-05-08 广州华熙汇控小额贷款有限公司 Intelligent route payment system and intelligent payment method

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20190342203A1 (en) * 2018-05-02 2019-11-07 Source Ltd System and method for optimizing routing of transactions over a computer network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014177081A1 (en) * 2013-10-25 2014-11-06 中兴通讯股份有限公司 Routing policy configuration method and system
CN105704018A (en) * 2016-01-19 2016-06-22 温州银企互联信息技术有限公司 Intelligent route management method based on order-receiving operation platform
CN111127012A (en) * 2019-12-24 2020-05-08 广州华熙汇控小额贷款有限公司 Intelligent route payment system and intelligent payment method

Also Published As

Publication number Publication date
CN112565079A (en) 2021-03-26

Similar Documents

Publication Publication Date Title
US11080711B2 (en) Computerized transaction routing system and methods useful in conjunction therewith
CN112565079B (en) Intelligent routing system and decision method for bank transaction
CA2559274C (en) Intermediary content gateway system and method
CN106067124A (en) A kind of Quick Response Code that scans pays and real time record total mark of consumption and the method for rebating
CN109460841A (en) User's account-opening method, system and storage medium
CN101888320A (en) Enhanced network adapter framework
US11164163B1 (en) Performance optimized automated processing and routing system
CN112184411B (en) Account processing method and device
CN109376187A (en) A kind of querying method and device based on block chain
CN104376452A (en) System and method for managing payment success rate on basis of international card payment channel
CN112288577A (en) Transaction processing method and device for distributed service, electronic equipment and medium
CN112508551A (en) Unified payment gateway system based on intelligent payment routing
CN112989763B (en) Data acquisition method, device, computer equipment and storage medium
CN110336872B (en) Method, device and system for acquiring third-party data
CN111831868A (en) Method and apparatus for financial product configuration
US8341530B1 (en) Customer service center database management
US20230029913A1 (en) Multi-product platform
CN115967625A (en) Rapid arranging method based on cloud network API (application programming interface) capability open architecture
WO2019151702A1 (en) Method for providing payment-integrated savings service using big data-based intangible savings plan electronic payment
CN115222501A (en) Financial accounting method, device, storage medium and accounting server
CN113592450A (en) Invoice checking method and device based on central platform invoice center, storage medium and electronic equipment
US11461297B1 (en) Ensuring database integrity using a data flow in a graph, such as for use by a wireless telecommunications service provider
CN117251204A (en) Version management-based data processing method, device and medium
CN118093698A (en) Data processing method, device, electronic equipment and computer storage medium
CN114092078A (en) Method, device, equipment and storage medium for payment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CP03 Change of name, title or address

Address after: No.4 building, Hexi Financial City, Jianye District, Nanjing City, Jiangsu Province, 210000

Patentee after: Jiangsu Sushang Bank Co.,Ltd.

Country or region after: China

Address before: No.4 building, Hexi Financial City, Jianye District, Nanjing City, Jiangsu Province, 210000

Patentee before: JIANGSU SUNING BANK Co.,Ltd.

Country or region before: China

CP03 Change of name, title or address