CN112181380B - Credit product multi-product parallel development system and credit granting, payment and repayment method thereof - Google Patents

Credit product multi-product parallel development system and credit granting, payment and repayment method thereof Download PDF

Info

Publication number
CN112181380B
CN112181380B CN202011201734.8A CN202011201734A CN112181380B CN 112181380 B CN112181380 B CN 112181380B CN 202011201734 A CN202011201734 A CN 202011201734A CN 112181380 B CN112181380 B CN 112181380B
Authority
CN
China
Prior art keywords
command
product
module
credit
realization
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
CN202011201734.8A
Other languages
Chinese (zh)
Other versions
CN112181380A (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 CN202011201734.8A priority Critical patent/CN112181380B/en
Publication of CN112181380A publication Critical patent/CN112181380A/en
Application granted granted Critical
Publication of CN112181380B publication Critical patent/CN112181380B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • G06F8/24Object-oriented
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/34Graphical or visual programming
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/03Credit; Loans; Processing thereof

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Human Computer Interaction (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a credit product multi-product parallel development system and a credit granting, paying and repayment method thereof, wherein the system comprises a definition layer, a realization layer and a component service layer, wherein the definition layer is used for defining a product template and a command template; the realization layer comprises a product realization module and a command realization module, the product realization module is used for generating a plurality of products according to the product template, the command realization module is used for generating a plurality of commands of the products according to the command template, and the assembly service layer comprises a plurality of public service modules and is used for running public service commands except the product commands. The invention realizes the development of multiple products in parallel in one system, and product development teams do not influence each other and can help each other, thereby improving the efficiency and quality of product development.

Description

Credit product multi-product parallel development system and credit granting, paying and repayment method thereof
Technical Field
The invention relates to the technical field of financial credit, in particular to a multi-product parallel development system of a credit product and a credit granting, paying-out and repaying method thereof.
Background
The evolution of the architecture of the personal credit product system is continuously evolving along with the growth of business, and all the starting points are to meet business requirements. At first, the credit system has a small number of products, when new products are developed, at most one product is developed in a single version, the main concern is that the business requirements are still met, each product is independently and newly added with an independent module, and a unified framework is not used for effectively managing the products. With the continuous development of credit systems, the speed of newly-added products is increased, a plurality of products need to be developed in parallel in a single version, and under the condition that developers are increased, the defects of the original architectural design are gradually revealed, so that the requirements of parallel development cannot be met, and great loss is caused to banks. The newly developed product needs to consider the original product, which causes a great deal of resource waste, code redundancy, is easy to make mistakes, and has urgent need of unified management and architecture design of the product.
The core functions of the credit system comprise 3 functions, namely credit granting, payment, repayment and the like. Most of product development work is completed after the 3 core functions are completed, and if effective management is not performed, a large amount of redundancy and complexity of codes can be caused, code expansion and maintenance in the later period are not facilitated, and multiple products are difficult to develop quickly and parallelly in high quality.
Disclosure of Invention
In view of the above problems, the invention provides a credit product multi-product parallel development system and a credit granting, payment and repayment method thereof, which are suitable for distributed system deployment, integrate various middleware, support various databases, and can complete loan operation business without influencing user experience.
In order to solve the technical problems, the technical scheme adopted by the invention is as follows:
in a first aspect, the invention provides a credit product multi-product parallel development system, which comprises a definition layer, an implementation layer and a component service layer, wherein the definition layer is used for defining a product template and a command template; the realization layer comprises a product realization module and a command realization module, the product realization module is used for generating a plurality of products according to the product template, the command realization module is used for generating a plurality of commands of the products according to the command template, and the assembly service layer comprises a plurality of public service modules and is used for running public service commands except the product commands.
In a second aspect, the invention provides a credit granting method of a credit product multi-product parallel development system, which comprises the following steps:
step 1, calling a network credit granting interface by using a network credit online module;
step 2, the product realization module executes the credit granting filter command, and returns an execution result to the online network credit module after the command is processed by the command realization module;
step 3, the product realization module executes the credit granting synchronous command, and returns an execution result to the online network credit module after the command realization module processes the command;
step 4, receiving the synchronous credit granting execution result by the online network credit module and pushing the synchronous credit granting execution result to a system inlet;
and 5, executing the credit granting asynchronous command through the product implementation module, and pushing the credit granting result to a system inlet after the credit granting asynchronous command is processed by the command implementation module.
As a preferred solution, in step 2, the command implementation module includes: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
Preferably, in step 3, the processing procedure of the command implementation module includes: and calling the synchronous credit granting realization command, executing the credit granting command in the command realization module, and returning the execution result of the credit granting command to the product realization module.
Preferably, in step 5, the processing procedure of the command implementation module includes: and calling an asynchronous credit granting realization command, executing a credit granting wind control rule in a command realization module, generating a limit, and updating credit granting information.
In a third aspect, the invention provides a loan method for a credit product multi-product parallel development system, which comprises the following steps:
step 1, calling a network credit loan payment interface by using a network credit online module;
step 2, executing the payment filter command through the product implementation module, and returning an execution result to the online financial transaction;
step 3, executing the synchronous paying command through the product realization module, and returning an execution result to the online financial transaction;
step 4, receiving the synchronous loan execution result by the online module for the online loan and pushing the synchronous loan execution result to a system entrance;
and 5, executing the deposit asynchronous command through the product implementation module, and pushing a deposit result to a system inlet after the deposit asynchronous command is processed by the command implementation module.
Preferably, in step 2, the processing procedure of the command implementation module includes: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
Preferably, in step 3, the processing procedure of the command implementation module includes: and calling the synchronous deposit realization command, executing the deposit command in the command realization module, and returning the deposit command execution result to the product realization module.
Preferably, in step 5, the processing procedure of the command implementation module includes: and calling an asynchronous loan realization command, executing a loan wind control rule in a command realization module, and generating loan and borrow information.
In a fourth aspect, the invention provides a repayment method for a credit product multi-product parallel development system, which comprises the following steps:
step 1, calling a network loan repayment interface by using a network loan online module;
step 2, executing a repayment filter command through the product implementation module, and returning an execution result to the online module after the repayment filter command is processed by the command implementation module;
step 3, executing a repayment synchronous command through the product realization module, and returning an execution result to the online network loan module after the repayment synchronous command is processed by the command realization module;
and 4, receiving the synchronous repayment execution result by the online network loan module and pushing the synchronous repayment execution result to a system entrance.
Compared with the prior art, the invention has the beneficial effects that: the system interface uniformly provides a multi-product common template to the outside, and an interface layer does not need to pay more attention to products; each product realizes the parallel development of a plurality of products through independent product management, and can share a common part mutually under the condition of mutual noninterference; the method of the product is decoupled from the commands, the business logic of the product corresponds to one method of the product, and the method can be a result of the common execution of a plurality of commands; the system has the advantages that the public capacity is modularized, a plurality of service assemblies provide capacity for a plurality of products, personalized customization and generalized assemblies are flexibly combined, the research and development workload is saved to the maximum extent, the research and development speed is increased, and the maintainability and the expandability of the system are improved under the condition of reducing the code amount. The invention realizes the development of multiple products in parallel in one system, and product development teams do not influence each other and can help each other, thereby improving the efficiency and quality of product development.
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 diagram of the structure of a credit product multi-product parallel development system according to an embodiment of the present invention;
FIG. 2 is a flow chart of the credit granting method of the credit product multi-product parallel development system according to the embodiment of the invention;
FIG. 3 is a flow chart of a loan method of a credit product multi-product parallel development system according to an embodiment of the invention;
FIG. 4 is a flow chart of a repayment method of the credit product multi-product parallel development system according to the embodiment of the 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 all of the present invention or as limitations or limitations on the technical aspects of the present invention.
An embodiment according to the present invention is shown in connection with fig. 1. The invention provides a credit product multi-product parallel development system, which comprises a definition layer, an implementation layer and a component service layer, wherein the definition layer is used for defining a product template and a command template; the realization layer comprises a product realization module and a command realization module, the product realization module is used for generating a plurality of products according to the product template, the command realization module is used for generating a plurality of commands of the products according to the command template, and the assembly service layer comprises a plurality of public service modules which are used for running the public service commands except the product commands.
The definition layer defines a basic model of a product in a system and plays a role of a product development template. The realization layer realizes different products according to the definition layer template, the product realization template realizes different business logics according to different products, and the command realization template realizes different functions according to different products. The logic comprising part of the commands is the same among different products and the commands can be commonly realized. Such as: if the credit limit inquiry commands of two or more products are implemented in the same way, a public credit limit inquiry command is used. The component service layer provides public services which are not directly related to products and are needed by the system, such as signing electronic signatures, sending short messages and mails.
As shown in fig. 2, the present invention provides a credit granting method of a credit product multi-product parallel development system, comprising:
step 1, calling a network credit granting interface by using a network credit online module.
And step 2, executing the credit granting filter command through the product implementation module, and returning an execution result to the online module after the command implementation module processes the credit granting filter command. Wherein, the command realization module comprises the following processing procedures: and reading the filter list from the database and returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
In the embodiment of the invention, the execution trust filter can protect the main system from normal work, and the execution trust filter intercepts the unsatisfactory request data before and mainly comprises blacklist data, client limit checking, initial review rules and the like. The class to be executed by the filter is configured in the database, the class object is firstly inquired from the database and obtained in a reflection mode, the class method is executed, the inquired configuration data is stored in the cache, and the inquiry is directly obtained from the cache again, so that the operation pressure of the database end is reduced.
And step 3, executing the credit granting synchronous command through the product realization module, and returning an execution result to the online. Wherein, the command realization module comprises the following processing procedures: and calling the synchronous credit granting realization command, executing the credit granting command in the command realization module, and returning the execution result of the credit granting command to the product realization module.
Step 4, receiving the synchronous credit granting execution result by the online network credit module and pushing the synchronous credit granting execution result to a system inlet;
and 5, executing a credit granting asynchronous command through the product implementation module, pushing a credit granting result to a system inlet after the command implementation module processes the command, and informing a client result through short message pushing after asynchronous credit granting is finished. Wherein, the command realization module processing procedure comprises: and calling an asynchronous credit granting realization command, executing a credit granting wind control rule in a command realization module, generating a limit, and updating credit granting information.
In the embodiment of the invention, the credit granting process comprises time-consuming operations such as inquiring external data, calling wind control rules and the like, the synchronous credit granting can greatly reduce the customer experience degree, and the synchronization only returns to 'processing'; and asynchronous credit granting is adopted, the service requirement can be met, and asynchronous threads are started through the MQ message queue to perform asynchronous credit granting.
The calling of the wind control rule specifically comprises the following steps: and (4) acquiring qualification information of the client, existence of other blacklist records and the like by inquiring an external data source. The acquired client information is configured in the database, firstly inquired from the database, secondly inquired and acquired from the cache, and a stream processing mode is used, a plurality of external data sources are used for parallel inquiry, so that the response speed is improved. The wind control model of the credit authorization comprises wind control parameters and wind control rules required by the assembly core system, and after the client information is loaded into the wind control model, the processing core returns the result and generates credit authorization information, client limit information and the like.
As shown in fig. 3, the present invention provides a loan method of a credit product multi-product parallel development system, comprising:
step 1, calling a network credit loan deposit interface by using a network credit online module.
And 2, executing the payment filter command through the product implementation module, and returning an execution result to the online module after the payment filter command is processed by the command implementation module. Wherein, the command realization module processing procedure comprises: and reading the filter list from the database, returning the filter list to the command realization module, executing the filter command by reflection in the command realization module according to the returned filter list, and returning the execution result of the filter command to the product realization module.
In the embodiment of the invention, parameters (including client information, withdrawal amount, product type and the like), client credit information, client limit information, account normality and the like sent by a system inlet are checked by executing a putting filter command.
And step 3, executing the deposit synchronous command through the product implementation module, and returning an execution result to the online. Wherein, the command realization module comprises the following processing procedures: and calling the synchronous deposit realizing command, executing the deposit command in the command realizing module, and returning the deposit command executing result to the product realizing module.
Step 4, receiving the synchronous loan execution result by the online module for the online loan and pushing the synchronous loan execution result to a system entrance;
and 5, executing the asynchronous deposit command through the product implementation module, and pushing the deposit result to a system inlet after the deposit result is processed by the command implementation module. Wherein, the command realization module processing procedure comprises: and calling an asynchronous loan realization command, executing a loan wind control rule in a command realization module, and generating loan and borrow information.
In the embodiment of the present invention, a time-consuming process such as a related transaction data verification operation is processed in the synchronous deposit, for example: and (4) verifying the deposit condition, and processing the time-consuming process in asynchronous deposit.
The calling of the wind control rule specifically comprises the following steps: and judging the client qualification information before paying by inquiring external data sources, such as credit investigation, blacklist and the like. Calling a loan wind control model, assembling wind control parameters required by a core system, calling wind control rules, processing a result returned by the core, generating a loan record, determining a final loan interest rate, calling a fund exchange platform loan interface, generating borrowing information, pushing customer data to a user center, sending a short message to inform the customer of the completion of loan, and completing loan.
As shown in fig. 4, the present invention provides a repayment method for a credit product multi-product parallel development system, comprising:
step 1, calling a network loan repayment interface by adopting a network loan online module.
And 2, executing the repayment filter command through the product implementation module, and returning an execution result to the online module after the repayment filter command is processed by the command implementation module. And executing a repayment filter command for checking whether the customer information and the borrow information are matched with the repayment parameters (such as a borrow number, a repayment amount and a repayment mode).
And 3, executing a repayment synchronous command through the product implementation module, and returning an execution result to the online network loan module after the repayment synchronous command is processed by the command implementation module.
And 4, receiving the synchronous repayment execution result by the online module and pushing the result to the system entrance. And processing the returned information by calling a fund exchange platform repayment interface, generating a repayment record, modifying the borrowing information, and sending a short message to inform the client that the repayment is completed.
In summary, the beneficial effects of the invention include: the system interface uniformly provides a multi-product common template to the outside, and an interface layer does not need to pay more attention to products; each product realizes the parallel development of a plurality of products through independent product management, and can share a common part mutually under the condition of mutual noninterference; the method of the product is decoupled from the commands, the business logic of the product corresponds to one method of the product, and the method can be a result of the common execution of a plurality of commands; the system has the advantages that the public capacity is modularized, a plurality of service assemblies provide capacity for a plurality of products, personalized customization and universalization assemblies are flexibly combined, research and development workload is saved to the maximum extent, research and development speed is increased, and maintainability and expandability of the system are improved under the condition of reducing code amount.
It should be understood that the integrated system, if implemented as a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partly contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product, which is stored in a storage medium and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
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 (8)

1. The credit product multi-product parallel development system is characterized by comprising a definition layer, an implementation layer and a component service layer, wherein the definition layer is used for defining a product template and a command template; the realization layer comprises a product realization module and a command realization module, the product realization module is used for generating a plurality of products according to the product template, the command realization module is used for generating a plurality of commands of the products according to the command template, the product realization template realizes different business logics according to different products, the command realization template realizes different functions according to different products, and the component service layer comprises a plurality of public service modules and is used for operating public service commands except the product commands;
the command realization module processing process comprises the following steps: reading a filter list from the database, returning the filter list to the command realization module, executing a filter command in the command realization module through reflection according to the returned filter list, and returning the execution result of the filter command to the product realization module;
the product implementation module executes the process including: and executing synchronous or asynchronous commands, wherein the synchronous commands process a non-time-consuming flow, and the asynchronous commands process a time-consuming flow.
2. A credit granting method applied to the credit product multi-product parallel development system of claim 1, comprising:
step 1, calling a network credit granting interface by using a network credit online module;
step 2, the credit granting filter command is executed through the product implementation module, and the execution result is returned to the online module after being processed by the command implementation module;
step 3, the product realization module executes the credit granting synchronous command, and returns an execution result to the online network credit module after the command realization module processes the command;
step 4, receiving a synchronous credit execution result by the online business;
step 5, executing a credit granting asynchronous command through the product implementation module, and pushing a credit granting result to a system inlet after the command implementation module processes the credit granting asynchronous command;
in step 2, the trust execution filter intercepts the request data which does not meet the requirement, and the request data comprises blacklist data, client limit checking and initial checking rules.
3. The credit product multi-product parallel development system granting method according to claim 2, wherein in step 3, the command realization module process comprises: and calling the synchronous credit granting realization command, executing the credit granting command in the command realization module, and returning the execution result of the credit granting command to the product realization module.
4. The credit granting method for credit product multi-product parallel development system according to claim 2, wherein in step 5, the command implementation module process comprises: and calling an asynchronous credit granting realization command, executing a credit granting wind control rule in a command realization module, generating a limit, and updating credit granting information.
5. A loan method adapted for the credit product multi-product parallel development system of claim 1, comprising:
step 1, calling a network credit loan payment interface by adopting a network credit online module;
step 2, executing the order of the loan filter through the product implementation module, and returning an execution result to the online module after the order implementation module processes the order; the method comprises the steps that parameters sent by a system entrance, client credit information, client limit information and account information are checked to be matched or not and checked to be normal or not by executing a payment filter command;
step 3, executing the paying synchronous command through the product implementation module, and returning an execution result to the online credit;
step 4, receiving the synchronous paying execution result by the online;
and 5, executing the asynchronous deposit command through the product implementation module, and pushing the deposit result to a system inlet after the deposit result is processed by the command implementation module.
6. The loan method of the credit product multi-product parallel development system according to claim 5, wherein in step 3, the command implementation module process comprises: and calling the synchronous deposit realizing command, executing the deposit command in the command realizing module, and returning the deposit command executing result to the product realizing module.
7. The loan method of the credit product multi-product parallel development system according to claim 5, wherein in step 5, the command implementation module process comprises: and calling an asynchronous loan realization command, executing a loan wind control rule in a command realization module, and generating loan and borrow information.
8. A repayment method applied to the credit product multi-product parallel development system of claim 1, comprising:
step 1, calling a network loan repayment interface by using a network loan online module;
step 2, executing a repayment filter command through a product implementation module, and returning an execution result to the online loan module after the repayment filter command is processed by the command implementation module; executing a repayment filter command for checking whether the client information and the borrowing information are matched with the repayment parameter;
step 3, executing a repayment synchronous command through the product implementation module, and returning an execution result to the online network loan module after the repayment synchronous command is processed by the command implementation module;
and 4, receiving the synchronous repayment execution result by the online module and pushing the result to the system entrance.
CN202011201734.8A 2020-11-02 2020-11-02 Credit product multi-product parallel development system and credit granting, payment and repayment method thereof Active CN112181380B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011201734.8A CN112181380B (en) 2020-11-02 2020-11-02 Credit product multi-product parallel development system and credit granting, payment and repayment method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011201734.8A CN112181380B (en) 2020-11-02 2020-11-02 Credit product multi-product parallel development system and credit granting, payment and repayment method thereof

Publications (2)

Publication Number Publication Date
CN112181380A CN112181380A (en) 2021-01-05
CN112181380B true CN112181380B (en) 2022-07-22

Family

ID=73916909

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011201734.8A Active CN112181380B (en) 2020-11-02 2020-11-02 Credit product multi-product parallel development system and credit granting, payment and repayment method thereof

Country Status (1)

Country Link
CN (1) CN112181380B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113129134B (en) * 2021-05-18 2024-05-17 工银科技有限公司 Credit product data processing method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108346029A (en) * 2017-01-23 2018-07-31 纬创软件(北京)有限公司 A kind of customization credit system of support credit factory mode
CN108932120A (en) * 2018-07-11 2018-12-04 深圳前海桔子信息技术有限公司 A kind of loan product development system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108346029A (en) * 2017-01-23 2018-07-31 纬创软件(北京)有限公司 A kind of customization credit system of support credit factory mode
CN108932120A (en) * 2018-07-11 2018-12-04 深圳前海桔子信息技术有限公司 A kind of loan product development system

Also Published As

Publication number Publication date
CN112181380A (en) 2021-01-05

Similar Documents

Publication Publication Date Title
US8620713B2 (en) Mechanism to control delegation and revocation of tasks in workflow system
US6990466B1 (en) Method and system for integrating core banking business processes
US9697042B2 (en) Extensibility of business process and application logic
CN111580874B (en) System safety control method and system for data application and computer equipment
US8862613B2 (en) Extensibility of business process and application logic
CN110730097B (en) Internet technology architecture construction method and device, electronic equipment and medium
CN111400011A (en) Real-time task scheduling method, system, equipment and readable storage medium
CN108830715A (en) Disk processing method and system are returned in batch documents part
CN112181380B (en) Credit product multi-product parallel development system and credit granting, payment and repayment method thereof
CN112965986B (en) Service consistency processing method, device, equipment and storage medium
CN110674173A (en) Method and system for caching data on wind control cloud
CN110866813A (en) Intelligent accounting system for managing accountants
CN115617480A (en) Task scheduling method, device and system and storage medium
CN115858489A (en) Transaction processing method and device based on data migration, computer equipment and medium
CN111722914B (en) Timed task distribution method, timed task distribution system, computer equipment and storage medium
WO2022200891A1 (en) Reducing transaction aborts in execute-order-validate blockchain models
WO2020155167A1 (en) Application of cross-organizational transactions to blockchain
CN111695901A (en) Accounting voucher processing method, device, equipment and storage medium
CN111353766A (en) Service process processing system and method of distributed service system
CN111598699A (en) Divide moist system based on cluster
CN117742843B (en) Method and system for generating delivery service business form
CN110060128B (en) Data management method and system
CN117787884A (en) Cross-system digital workflow integration system, workflow management method and system
CN113269627A (en) Accounting processing method and device
CN114168579A (en) Comprehensive query method and system

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