CN114237574A - Financial transaction production management system, method, apparatus, medium, and program product - Google Patents

Financial transaction production management system, method, apparatus, medium, and program product Download PDF

Info

Publication number
CN114237574A
CN114237574A CN202111574471.XA CN202111574471A CN114237574A CN 114237574 A CN114237574 A CN 114237574A CN 202111574471 A CN202111574471 A CN 202111574471A CN 114237574 A CN114237574 A CN 114237574A
Authority
CN
China
Prior art keywords
business
service
module
code
financial
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.)
Granted
Application number
CN202111574471.XA
Other languages
Chinese (zh)
Other versions
CN114237574B (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.)
CCB Finetech Co Ltd
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202111574471.XA priority Critical patent/CN114237574B/en
Publication of CN114237574A publication Critical patent/CN114237574A/en
Application granted granted Critical
Publication of CN114237574B publication Critical patent/CN114237574B/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/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Stored Programmes (AREA)

Abstract

本发明实施例涉及计算机技术领域,公开了一种金融业务生产管理系统、方法、设备、介质和程序产品,其中,系统包括:业务要素数据存储模块用于存储业务要素;业务配置模块,用于展示业务配置交互界面,根据用户在业务配置交互界面的操作指令配置待开发业务的目标业务要素;业务代码生成模块,用于读取目标业务要素,并根据目标业务要素生成业务代码;业务代码编译模块,用于对业务代码进行编译,并将编译结果打包为应用程序包;业务应用部署模块,用于应用程序包部署到预设金融业务生产环境中。本实施例技术方案可以为金融业务的开发提供一个统一的开发框架模型,降低业务开发的难度,减少业务开发的重复工作,从而提高业务开发的效率。

Figure 202111574471

Embodiments of the present invention relate to the field of computer technology, and disclose a financial business production management system, method, device, medium and program product, wherein the system includes: a business element data storage module for storing business elements; a business configuration module for Display the business configuration interactive interface, and configure the target business elements of the business to be developed according to the user's operation instructions on the business configuration interactive interface; the business code generation module is used to read the target business elements and generate business codes according to the target business elements; business code compilation The module is used to compile the business code and package the compilation result into an application package; the business application deployment module is used to deploy the application package to the preset financial business production environment. The technical solution of this embodiment can provide a unified development framework model for the development of financial services, so as to reduce the difficulty of business development and reduce the repetitive work of business development, thereby improving the efficiency of business development.

Figure 202111574471

Description

Financial transaction production management system, method, apparatus, medium, and program product
Technical Field
Embodiments of the present invention relate to the field of computer technologies, and in particular, to a financial transaction production management system, method, device, medium, and program product.
Background
Currently, in the development of financial services, specific coding development, testing, deployment and operation are performed for the business logic flow of each financial industry to be developed. Each service function needs to be newly developed, and compiling, packaging, deploying and other operations need to be performed in the development process.
However, in the financial industry, various business scenes are involved, and in continuous and rapid updating iteration, the problem of repeated work and the risk of error and leakage exist when each business is developed from a basic function, which results in huge workload of business development and lower development efficiency.
Disclosure of Invention
The embodiment of the invention provides a financial business production management system, a financial business production management method, financial business production management equipment, a financial business production management medium and a financial business production management program product, which are used for providing a unified development framework model for the development of financial businesses, reducing the difficulty of business development and reducing the repeated work of business development, thereby improving the efficiency of business development.
In a first aspect, an embodiment of the present invention provides a financial transaction production management system, where the system includes:
the system comprises a service element data storage module, a service configuration module, a service code generation module, a service code compiling module and a service application deployment module;
the service element data storage module is used for storing service elements, wherein the service elements comprise operation actions, operation logics and operation objects in service operation logics;
the service configuration module is used for displaying a service configuration interactive interface and configuring target service elements of a service to be developed according to an operation instruction of a user on the service configuration interactive interface;
the business code generating module is used for reading the target business element and generating a business code according to the target business element;
the service code compiling module is used for compiling the service codes and packaging compiling results into application program packages, and the application program packages are provided with corresponding version numbers;
and the business application deployment module is used for deploying the application program package into a preset financial business production environment.
Optionally, the service element data storage module is further configured to: and classifying the service elements, and storing the classified service elements in a data table form.
Optionally, the service configuration module is further configured to:
and performing storage management on the target service element through an oracle database, and generating a service data table according to the field name and the field format of each data item in the target service element and a preset format.
Optionally, the service code generation module is further configured to perform code generation in steps according to the functional structure of the target service element and the logic sequence in the service to be developed.
Optionally, the service code generation module is further configured to feed back a service code generation state and a result in real time in a code generation process.
Optionally, the service application deployment module is further configured to manage the application package according to the version number.
Optionally, the system further includes a user right management module, configured to verify an identity of a user logging in the system.
In a second aspect, an embodiment of the present invention provides a financial transaction production management method, where the method includes:
acquiring a service development instruction of a user, and configuring service elements of a service to be developed in a preset service element storage unit according to the service development instruction;
generating a service code by using a code generation tool adapted to a framework system of the system according to the service element, and automatically completing the compiling of the service code;
and packaging the compiled service codes into an application program package, and deploying the application program package into a preset financial service production environment to complete financial service development.
Optionally, the generating a service code according to the service element includes:
and generating service codes in steps according to the functional structure of the service elements and the logic sequence of the service elements in the service to be developed.
Optionally, after generating the service code according to the service element, the method further includes:
determining target service data according to the data object element information in the service elements;
and storing the target service data into a preset database according to a preset format.
Optionally, in the process of generating a service code according to the service element, the method further includes:
and feeding back the service code generation state and result in real time.
Optionally, before acquiring a service development instruction of a user, the method further includes:
and acquiring the identity identification information of the user, and verifying the identity identification information.
In a third aspect, an embodiment of the present invention further provides a computer device, where the computer device includes:
one or more processors;
a memory for storing one or more programs;
when executed by the one or more processors, cause the one or more processors to implement a financial transaction production management method as provided by any of the embodiments of the invention.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the financial transaction production management method according to any embodiment of the present invention.
In a fifth aspect, an embodiment of the present invention further provides a computer program product, on which a computer program is stored, and when the computer program is executed by a processor, the computer program implements the financial transaction production management method provided in any embodiment of the present invention.
The embodiment of the invention has the following advantages or beneficial effects:
in the embodiment of the invention, the financial service development system is composed of a service element data storage module, a service configuration module, a service code generation module, a service code compiling module and a service application deployment module. The service element data storage module is used for storing service elements; the service configuration module is used for displaying a service configuration interactive interface and configuring target service elements of the service to be developed according to an operation instruction of a user on the service configuration interactive interface; the business code generating module is used for reading the target business element and generating a business code according to the target business element; the business code compiling module is used for compiling the business codes and packaging compiling results into an application program package, and the application program package is provided with a corresponding version number; and the business application deployment module is used for deploying the application program package into a preset financial business production environment. Therefore, the financial service development system provided by the embodiment of the invention is a unified development platform which combines all processes of service configuration, code generation and compilation and automatic deployment, so that the service development has a unified model architecture, the service can be rapidly developed and brought on line, the existing service achievements are reused, the error and leakage risks of redevelopment are reduced, and the service development difficulty is reduced by bringing service element configuration and codes into unified management. The problem of among the prior art when developing financial service the same function module is repeated development, development efficiency is low is solved.
Drawings
FIG. 1 is a schematic structural diagram of a financial transaction production management system according to an embodiment of the present invention;
FIG. 2 is a flowchart of a financial transaction production management method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a schematic structural diagram of a financial transaction production management system according to an embodiment of the present invention, which is applicable to a situation of developing financial transactions. The system can be realized by software and/or hardware, and is integrated in a computer device with application development function.
As shown in fig. 1, the financial transaction production management system includes the following modules:
the service element data storage module 110, the service configuration module 120, the service code generation module 130, the service code compiling module 140 and the service application deployment module 150.
The five modules form a unified development platform for integrating all links of service configuration, code generation and compilation and automatic deployment. Specifically, the service element data storage module 110 is used for storing the service elements. The service elements include operation actions, operation logics and operation objects in the service operation logics. For example, in the development of a transfer service application, a transfer-out account, a transfer-out amount setting operation, a transfer-out operation, a transfer-in account, a transfer confirmation operation and the like are all service elements in the development process of the transfer service application.
The business elements stored and managed in the business element data storage module 110 may be business elements used in historical financial business development, which are sorted and stored in advance, or business elements added or set by a user according to business requirements during business development. All the service elements are classified and stored in the form of a data table.
The service configuration module 120 provides a service configuration interactive interface, and can configure target service elements of the service to be developed according to the operation instruction of the user on the service configuration interactive interface. Specifically, the service configuration interactive interface may include a user login entry, and may also provide a user with an instruction of the service development system for the user to read. In addition, in the financial business development process, the user can be guided to develop the business step by step according to the business development flow. The service elements of each category are also classified and set according to a uniform code development framework, and the service elements possibly used in service development can be displayed for users in a data list or pull-down menu mode. The user can select the service elements in turn according to the service logic of the financial service to be developed by clicking the related buttons or controls on the service configuration interactive interface.
For the target service element determined by the service to be developed, the service configuration module 120 further stores the corresponding target service element into a preset database according to a preset management policy of the target service element. If the target service element is stored and managed through the oracle database, a service data table is generated according to the field name and the field format of each data item of the target service element and the preset format. In one example, data elements required by the service logic, such as a queue number (each module communication queue), a transaction code (service type code), a field name, a field format, and the like, may be arranged into a database table for storing service configuration content and performing unified management.
Further, after the target service element of the service to be developed is determined, the target service element may be read by the service code generation module 130, and a service code may be generated according to the target service element. Specifically, the code generation is realized according to the configuration of the business elements, and a template which can be matched with a financial business development environment can be adopted to generate executable software codes so as to complete processes of data interface receiving and sending, safety management, data processing and other links required in the operation of financial businesses. Here, it should be noted that the reason why the executable service code can be generated from the service element arrangement information is that, in the present embodiment, each service element after the service arrangement is structured into the data table, and the management target service element and the subsequent code generation are arranged based on the data table. The data table can be used for storing the service configuration scientifically and reasonably. In addition, in the process of generating the service code, the functional modules for realizing the service are divided, and the service is regulated into a uniform flow, so that the code can be generated through configuration content. In the process of generating the business code, the process of generating the code and the generated result can be displayed in real time. Particularly, a service element for which a service code cannot be generated smoothly is presented.
The service code compiling module 140 is configured to compile the service code generated by the service code generating module 130, and package a compiling result into an application package, where the application package is provided with a corresponding version number. The version number of the application can be used as an identifier of the application program, and can also be used for managing the application version number in the application running stage. The specific compiling process is a process of generating a target program that can be recognized by a computer from a source program written in a source language of the business code by using a compiler. The compiler program divides the working process of translating a source program into a target program into five stages, including lexical analysis, syntax analysis, semantic check and intermediate code generation, code optimization and target code generation. In the process, information such as syntax errors found in the code compiling process can be prompted, so that a user can be reminded of manual intervention and correction operation in time, and the financial business production management process can be smoothly progressed. In a specific embodiment, after the service element configures the content, oracle database table content is generated and stored in the database server. When generating and compiling a service code, firstly, logging in a database server to read service configuration content; then, a business code is generated based on the business logic. Further, the executable program is generated by compiling and linking using a GNU Compiler suite (GCC) Compiler used on the service development server.
The executable program, i.e., the compiled application package, can be deployed into a preset financial service production environment for production and use through the service application deployment module 150. In the process of deploying the application program, an environment management interface and an interface can be provided for a user, so that the user can configure server information (IP, account number and password and the like), manage the application program package according to the version number of the application program package, determine a target object to be operated, select a deployment requirement and automatically deploy.
In an optional implementation manner, the financial business production management system further includes a user authority management module, configured to verify an identity of a user logging into the system, so as to enhance security of the system.
According to the technical scheme of the embodiment, the financial business production management system is composed of a business element data storage module, a business configuration module, a business code generation module, a business code compiling module and a business application deployment module. The service element data storage module is used for storing service elements; the service configuration module is used for displaying a service configuration interactive interface and configuring target service elements of the service to be developed according to an operation instruction of a user on the service configuration interactive interface; the business code generating module is used for reading the target business element and generating a business code according to the target business element; the business code compiling module is used for compiling the business codes and packaging compiling results into an application program package, and the application program package is provided with a corresponding version number; and the business application deployment module is used for deploying the application program package into a preset financial business production environment. Therefore, the financial business production management system provided by the embodiment of the invention is a unified development platform which combines all processes of business configuration, code generation and compilation and automatic deployment, so that the business development has a unified model architecture, the business can be rapidly developed and put on line, the existing business results are reused, the error and leakage risks of redevelopment are reduced, and the business development difficulty is reduced by bringing the business element configuration and the codes into unified management. The problem of among the prior art when developing financial service the same function module is repeated development, development efficiency is low is solved.
Example two
Fig. 2 is a flowchart of a financial transaction production management method according to a second embodiment of the present invention, which belongs to the same inventive concept as the financial transaction production management system in the foregoing embodiment, and further describes a process of performing service development. The method can be executed by a financial business production management system, which can be realized by software and/or hardware and is integrated in a computer device with an application development function.
As shown in fig. 2, the financial transaction production management method includes the following steps:
s210, acquiring a service development instruction of a user, and configuring a service element of a service to be developed in a preset service element storage unit according to the service development instruction.
When a user develops a financial service, the user may operate on a designated financial service production management platform, for example, the financial service production management system provided in the above embodiment, a framework of the financial service production management system is a platform based on module queue communication, and the platform may be configured according to a user production environment platform.
The financial business production management system provides a man-machine interactive interface, and a user can click related buttons or controls on the business configuration interactive interface, sequentially select business elements according to business logic of financial business to be developed, and send a business development instruction to the business development system. When the financial business production management system obtains the business development instruction, the business elements of the business to be developed can be determined according to the business development instruction, and a data table of the target business elements is established. Specifically, the service elements include operation actions, operation logics and operation objects in the service operation logic. For example, in the development of a transfer service application, a transfer-out account, a transfer-out amount setting operation, a transfer-out operation, a transfer-in account, a transfer confirmation operation and the like are all service elements in the development process of the transfer service application. Further, the determined service elements are stored and managed through an oracle database, and a service data table is generated according to the field names and the field formats of the service element data items and the preset format. For example, in implementation, data elements required by business logic, such as queue numbers (module communication queues), transaction codes (business type codes), field names, field formats and the like, are arranged into a database table for storing business configuration contents and managing uniformly.
Preferably, before the user performs the service element configuration, the financial development system may take the identification information of the user during the identity login and check the identification information.
And S220, generating a service code by utilizing a code generation tool adapted to the framework system of the system according to the service element, and automatically completing the compiling of the service code.
Specifically, the target service element may be read from the service element data table of the service to be developed determined in the above step, and the service code may be generated according to the target service element. Specifically, the code generation is realized according to the configuration of the business elements, and a software code template which can be matched with the production management environment of the financial business can be adopted to generate executable software codes, so that processes of data interface receiving and sending, safety management, data processing and other links required in the operation of the financial business are completed. In this embodiment, each service element after service configuration is structured into a data table, and a management target service element and subsequent code generation are configured based on the data table. The data table can be used for storing the service configuration scientifically and reasonably. In addition, in the process of generating the service code, the functional modules for realizing the service are divided, and the service is regulated into a uniform flow, so that the code can be generated through configuration content. In the process of generating the business code, the process of generating the code and the generated result can be displayed in real time. Particularly, a service element for which a service code cannot be generated smoothly is presented. Furthermore, the service code generated by the service code generation module 130 is compiled, and the compiled result is packaged into an application program package, where the application program package is provided with a corresponding version number. The version number of the application can be used as an identifier of the application program, and can also be used for managing the application version number in the application running stage.
And S230, packaging the compiled service codes into an application program package, and deploying the application program package into a preset financial service production environment to complete financial service development.
The compiled application program package can be deployed to a preset financial business production environment through a business application deployment function module of the financial business production management system for production and use. In the process of deploying the application program, an environment management interface and an interface can be provided for a user, so that the user can configure server information (IP, account number and password and the like), manage the application program package according to the version number of the application program package, determine a target object to be operated, select a deployment requirement and automatically deploy.
Through the steps, the full-process automation process of financial business production management is completed, and the management of the integrated session is realized from the business definition and the automatic generation of software to the deployment of business software. The contents of the business modules (interface module, security module, business configuration module), configuration contents (queue information, interface field, security processing), database (oracle) management, and the like, which are applied to the implementation of the financial business production management, are adapted to the software framework and platform in the financial field.
According to the technical scheme of the embodiment, after a service development instruction of a user is obtained, service elements of a service to be developed are configured in a preset service element storage unit according to the service development instruction; then, according to the service elements, a code generation tool of a framework system of the adaptation system is utilized to quickly generate service codes, and the compiling of the service codes is automatically completed; finally, the compiled service codes are packaged to obtain an application program package, and the application program package is deployed in a preset financial service production environment to complete financial service production management and realize the process automation of service development. In addition, in the automatic business development process, the business element configuration and the codes are managed in a unified way, the existing business results can be reused, the error and leakage risks of re-development are reduced, the business development difficulty is reduced, and the business is developed quickly and is on-line. The technical scheme of the embodiment solves the problems that the same functional module is repeatedly developed when financial services are developed in the prior art, and the development efficiency is low.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention. FIG. 3 illustrates a block diagram of an exemplary computer device 12 suitable for use in implementing embodiments of the present invention. The computer device 12 shown in FIG. 3 is only an example and should not impose any limitation on the scope of use or functionality of embodiments of the present invention. The computer device 12 may be any terminal device with computing capability, such as a terminal device of an intelligent controller, a server, a mobile phone, and the like.
As shown in FIG. 3, computer device 12 is in the form of a general purpose computing device. The components of computer device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. Computer device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 3, and commonly referred to as a "hard drive"). Although not shown in FIG. 3, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. System memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in system memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
Computer device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with computer device 12, and/or with any devices (e.g., network card, modem, etc.) that enable computer device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, computer device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via network adapter 20. As shown, network adapter 20 communicates with the other modules of computer device 12 via bus 18. It should be understood that although not shown in FIG. 3, other hardware and/or software modules may be used in conjunction with computer device 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 16 executes various functional applications and data processing by executing programs stored in the system memory 28, for example, implementing a financial transaction production management method provided by the embodiment of the present invention, the method including:
acquiring a service development instruction of a user, and configuring service elements of a service to be developed in a preset service element storage unit according to the service development instruction;
generating a service code by using a code generation tool adapted to a framework system of the system according to the service element, and automatically completing the compiling of the service code;
and packaging the compiled service codes into an application program package, and deploying the application program package into a preset financial service production environment to complete financial service development.
Example four
The fourth embodiment provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements a financial transaction production management method according to any embodiment of the present invention, including:
acquiring a service development instruction of a user, and configuring service elements of a service to be developed in a preset service element storage unit according to the service development instruction;
generating a service code by using a code generation tool adapted to a framework system of the system according to the service element, and automatically completing the compiling of the service code;
and packaging the compiled service codes into an application program package, and deploying the application program package into a preset financial service production environment to complete financial service development.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. The computer-readable storage medium may be, for example but not limited to: an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination thereof. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It will be understood by those skilled in the art that the modules or steps of the invention described above may be implemented by a general purpose computing device, they may be centralized on a single computing device or distributed across a network of computing devices, and optionally they may be implemented by program code executable by a computing device, such that it may be stored in a memory device and executed by a computing device, or it may be separately fabricated into various integrated circuit modules, or it may be fabricated by fabricating a plurality of modules or steps thereof into a single integrated circuit module. Thus, the present invention is not limited to any specific combination of hardware and software.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (15)

1.一种金融业务生产管理系统,其特征在于,所述系统包括:1. A financial business production management system, wherein the system comprises: 业务要素数据存储模块、业务配置模块、业务代码生成模块、业务代码编译模块和业务应用部署模块;Business element data storage module, business configuration module, business code generation module, business code compilation module and business application deployment module; 其中,所述业务要素数据存储模块用于存储业务要素,其中,所述业务要素包括业务运行逻辑中的操作动作、运算逻辑以及操作对象;Wherein, the business element data storage module is used to store business elements, wherein the business elements include operation actions, operation logic and operation objects in the business operation logic; 所述业务配置模块,用于展示业务配置交互界面,根据用户在所述业务配置交互界面的操作指令配置待开发业务的目标业务要素;The service configuration module is used to display the service configuration interactive interface, and configure the target service elements of the service to be developed according to the operation instructions of the user on the service configuration interactive interface; 所述业务代码生成模块,用于读取所述目标业务要素,并根据所述目标业务要素生成业务代码;The business code generation module is used to read the target business element, and generate a business code according to the target business element; 所述业务代码编译模块,用于对所述业务代码进行编译,并将编译结果打包为应用程序包,所述应用程序包设置有对应的版本号;The business code compilation module is used for compiling the business code, and packaging the compilation result into an application package, where the application package is provided with a corresponding version number; 所述业务应用部署模块,用于所述应用程序包部署到预设金融业务生产环境中。The business application deployment module is used for deploying the application package into a preset financial business production environment. 2.根据权利要求1所述的系统,其特征在于,所述业务要素数据存储模块还用于:对所述业务要素进行分类,并将分类后的业务要素以数据表的形式进行存储。2 . The system according to claim 1 , wherein the business element data storage module is further configured to: classify the business elements, and store the classified business elements in the form of a data table. 3 . 3.根据权利要求1所述的系统,其特征在于,所述业务配置模块还用于:3. The system according to claim 1, wherein the service configuration module is further used for: 通过oracle数据库对所述目标业务要素进行存储管理,根据所述目标业务要素中的各数据项的字段名称、字段格式按照预设格式生成业务数据表。The target business element is stored and managed through an oracle database, and a business data table is generated in a preset format according to the field name and field format of each data item in the target business element. 4.根据权利要求1所述的系统,其特征在于,所述业务代码生成模块还用于根据所述目标业务要素的功能结构和在所述待开发业务中的逻辑顺序,分步骤进行代码生成。4. The system according to claim 1, wherein the business code generation module is further configured to perform code generation in steps according to the functional structure of the target business element and the logical sequence in the business to be developed . 5.根据权利要求4所述的系统,其特征在于,所述业务代码生成模块还用于在代码生成的过程中实时反馈业务代码生成状态和结果。5 . The system according to claim 4 , wherein the business code generation module is further configured to feed back the business code generation status and results in real time during the code generation process. 6 . 6.根据权利要求1所述的系统,其特征在于,所述业务应用部署模块还用于根据所述版本号对应用程序包进行管理。6 . The system according to claim 1 , wherein the business application deployment module is further configured to manage the application package according to the version number. 7 . 7.根据权利要求1所述的系统,其特征在于,所述系统还包括用户权限管理模块,用于对登录所述系统的用户身份进行验证。7 . The system according to claim 1 , wherein the system further comprises a user rights management module, which is used for verifying the identity of a user logging into the system. 8 . 8.一种金融业务生产管理方法,适用于权利要求1-7中任一所述的金融业务生产管理系统,其特征在于,所述方法包括:8. A financial business production management method, applicable to the financial business production management system according to any one of claims 1-7, wherein the method comprises: 获取用户的业务开发指令,并根据所述业务开发指令在预设业务要素存储单元中配置待开发业务的业务要素;Acquiring the user's service development instruction, and configuring the service element of the service to be developed in the preset service element storage unit according to the service development instruction; 根据所述业务要素,利用适配所述系统的框架体系的代码生成工具,生成业务代码,并自动完成对所述业务代码的编译;According to the business element, use a code generation tool adapted to the framework system of the system to generate business code, and automatically complete the compilation of the business code; 将编译完成的业务代码打包为应用程序包,并将所述应用程序包部署到预设金融业务生产环境中,完成金融业务开发。The compiled business code is packaged into an application package, and the application package is deployed to a preset financial business production environment to complete financial business development. 9.根据权利要求8所述的方法,其特征在于,所述根据所述业务要素生成业务代码,包括:9. The method according to claim 8, wherein the generating a business code according to the business element comprises: 根据所述业务要素的功能结构和所述业务要素在所述待开发业务中的逻辑顺序,分步骤生成业务代码。According to the functional structure of the business element and the logical sequence of the business element in the to-be-developed business, the business code is generated step by step. 10.根据权利要求8所述的方法,其特征在于,在根据所述业务要素生成业务代码之后,所述方法还包括:10. The method according to claim 8, wherein after generating a business code according to the business element, the method further comprises: 根据所述业务要素中的数据对象要素信息确定目标业务数据;Determine the target business data according to the data object element information in the business element; 将所述目标业务数据按照预设格式保存到预设数据库中。The target service data is saved in a preset database according to a preset format. 11.根据权利要求8所述的方法,其特征在于,在根据所述业务要素生成业务代码的过程中,所述方法还包括:11. The method according to claim 8, wherein, in the process of generating a business code according to the business element, the method further comprises: 实时反馈业务代码生成状态和结果。Real-time feedback of business code generation status and results. 12.根据权利要求8所述的方法,其特征在于,在获取用户的业务开发指令之前,所述方法还包括:12. The method according to claim 8, characterized in that, before acquiring the user's service development instruction, the method further comprises: 获取所述用户的身份识别信息,并对所述身份识别信息进行校验。Acquire the identity information of the user, and verify the identity information. 13.一种计算机设备,其特征在于,所述计算机设备包括:13. A computer device, characterized in that the computer device comprises: 一个或多个处理器;one or more processors; 存储器,用于存储一个或多个程序;memory for storing one or more programs; 当所述一个或多个程序被所述一个或多个处理器执行,使得所述一个或多个处理器实现如权利要求8-12中任一所述的金融业务生产管理方法。When the one or more programs are executed by the one or more processors, the one or more processors implement the financial business production management method according to any one of claims 8-12. 14.一种计算机可读存储介质,其上存储有计算机程序,其特征在于,该程序被处理器执行时实现如权利要求8-12中任一所述的金融业务生产管理方法。14. A computer-readable storage medium on which a computer program is stored, characterized in that, when the program is executed by a processor, the financial business production management method according to any one of claims 8-12 is implemented. 15.一种计算机程序产品,包括计算机程序,所述计算机程序在被处理器执行时实现如权利要求8-12中任一所述的金融业务生产管理方法。15. A computer program product comprising a computer program which, when executed by a processor, implements the financial business production management method according to any one of claims 8-12.
CN202111574471.XA 2021-12-21 2021-12-21 Financial business production management system, method, equipment, medium and program products Active CN114237574B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111574471.XA CN114237574B (en) 2021-12-21 2021-12-21 Financial business production management system, method, equipment, medium and program products

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111574471.XA CN114237574B (en) 2021-12-21 2021-12-21 Financial business production management system, method, equipment, medium and program products

Publications (2)

Publication Number Publication Date
CN114237574A true CN114237574A (en) 2022-03-25
CN114237574B CN114237574B (en) 2024-12-24

Family

ID=80760650

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111574471.XA Active CN114237574B (en) 2021-12-21 2021-12-21 Financial business production management system, method, equipment, medium and program products

Country Status (1)

Country Link
CN (1) CN114237574B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114860247A (en) * 2022-04-06 2022-08-05 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090265683A1 (en) * 2008-04-21 2009-10-22 Oracle International Corporation Methods and systems for supporting multiple deployment models of enterprise business applications
CN109656538A (en) * 2017-10-11 2019-04-19 阿里巴巴集团控股有限公司 Generation method, device, system, equipment and the medium of application program
CN111026403A (en) * 2019-12-10 2020-04-17 北京锐安科技有限公司 Packing deployment method and device, computer equipment and storage medium
KR102237877B1 (en) * 2019-12-06 2021-04-09 주식회사 오픈드래프트 Intelligent software auto development system with real-time collaboration support and method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090265683A1 (en) * 2008-04-21 2009-10-22 Oracle International Corporation Methods and systems for supporting multiple deployment models of enterprise business applications
CN109656538A (en) * 2017-10-11 2019-04-19 阿里巴巴集团控股有限公司 Generation method, device, system, equipment and the medium of application program
KR102237877B1 (en) * 2019-12-06 2021-04-09 주식회사 오픈드래프트 Intelligent software auto development system with real-time collaboration support and method thereof
CN111026403A (en) * 2019-12-10 2020-04-17 北京锐安科技有限公司 Packing deployment method and device, computer equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114860247A (en) * 2022-04-06 2022-08-05 北京百度网讯科技有限公司 Data processing method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN114237574B (en) 2024-12-24

Similar Documents

Publication Publication Date Title
US11789715B2 (en) Systems and methods for transformation of reporting schema
US20230367559A1 (en) Development environment for real-time dataflow programming language
US7770151B2 (en) Automatic generation of solution deployment descriptors
US7620885B2 (en) Automatic generation of documentation for component-based computing solution
KR102237877B1 (en) Intelligent software auto development system with real-time collaboration support and method thereof
US10572249B2 (en) Software kit release management
US7451403B1 (en) System and method for developing user interfaces purely by modeling as meta data in software application
US20240045850A1 (en) Systems and methods for database orientation transformation
US20180074804A1 (en) Systems and methods for dynamically replacing code objects for code pushdown
US7526759B2 (en) Debugging prototyped system solutions in solution builder wizard environment
US8527452B2 (en) Construction of rules for use in a complex event processing system
CN111026670B (en) Test case generation method, test case generation device and storage medium
CN112435072A (en) Model creating method and device, electronic equipment and storage medium
CN114968192A (en) Project creation method and device, computer equipment and storage medium
CN115344300A (en) Branch pipeline construction method, device, equipment and storage medium
US20060020931A1 (en) Method and apparatus for managing complex processes
CN114237574B (en) Financial business production management system, method, equipment, medium and program products
US10606569B2 (en) Declarative configuration elements
US11740894B2 (en) Build-independent software framework for creating custom adapters
CN115686462A (en) React-Native based engineering architecture method and system
CN114579470A (en) A unit testing method, device, electronic device and storage medium
CN112988139A (en) Method and device for developing event processing file
CN118034672B (en) Spark-based visual data processing analysis method and system
US11888937B2 (en) Domain specific provider contracts for core data services
Samson et al. Automatic generation of test oracles from component based software architectures

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