CN112766768A - Contract flow management method and device, electronic equipment and readable storage medium - Google Patents

Contract flow management method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN112766768A
CN112766768A CN202110102853.6A CN202110102853A CN112766768A CN 112766768 A CN112766768 A CN 112766768A CN 202110102853 A CN202110102853 A CN 202110102853A CN 112766768 A CN112766768 A CN 112766768A
Authority
CN
China
Prior art keywords
contract
state
target
regular
management method
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
CN202110102853.6A
Other languages
Chinese (zh)
Other versions
CN112766768B (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.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202110102853.6A priority Critical patent/CN112766768B/en
Publication of CN112766768A publication Critical patent/CN112766768A/en
Application granted granted Critical
Publication of CN112766768B publication Critical patent/CN112766768B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • 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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention provides a contract flow management method, a contract flow management device, electronic equipment and a readable storage medium, wherein the method comprises the following steps: acquiring a regular task execution rule of the contract, and executing regular tasks according to the regular task execution rule so as to update the state of each contract periodically; receiving a query input for a target contract; in response to the query input, obtaining a first state of the target contract; obtaining a second state of the target contract according to the contract information of the target contract; when the first state is the same as the second state, outputting the target contract as the first state; when the first state is different from the second state, outputting the target contract as the second state. The invention can solve the problems of poor fault tolerance, poor real-time performance and large resource occupation in the procedure of periodically modifying the contract.

Description

Contract flow management method and device, electronic equipment and readable storage medium
Technical Field
The present invention relates to the field of information networks, and in particular, to a contract flow management method and apparatus, an electronic device, and a readable storage medium.
Background
The current method for modifying contract status in the market is to modify the contract status through a periodic batch task, and after the contract is approved, the contract status is generally assigned to an initial status. Whether the contract enters the next state is then controlled based on this initial state and the start time, end time, and whether there is a termination agreement for the contract. The existing modification mode is to scan all contracts in batch regularly, judge whether the contract state needs to be modified, and perform corresponding operation. The modification method which purely depends on the regular batch task has the following defects: 1. the fault tolerance is poor, and once a machine fails or a task is deleted by mistake during the execution of a regular task, the task cannot be executed; 2. the real-time performance is poor, generally, regular tasks need to be executed in fixed time, and the contract state cannot be immediately modified during the two execution periods; 3. during execution, a large amount of machine resources are occupied, so that the use amount of a CPU and a memory is increased rapidly in a short time, and the execution of other tasks can be influenced.
Disclosure of Invention
The invention provides a contract process management method, a contract process management device, electronic equipment and a readable storage medium, which are used for solving the problems of poor fault tolerance, poor real-time performance and large resource occupation existing in a contract program which is modified periodically.
According to a first aspect of the present invention, the present invention provides a contract flow management method, including: acquiring a regular task execution rule of the contract, and executing regular tasks according to the regular task execution rule so as to update the state of each contract periodically; receiving a query input for a target contract; in response to the query input, obtaining a first state of the target contract; obtaining a second state of the target contract according to the contract information of the target contract; when the first state is the same as the second state, outputting the target contract as the first state; when the first state is different from the second state, outputting the target contract as the second state.
In some embodiments, before the step of obtaining the regular task execution rule of the contract, and executing the regular task according to the regular task execution rule to update the contract status, the method further comprises: receiving configuration input for execution rules of the periodic task.
In some embodiments, the contract status includes at least one of: a to-do state, a valid state, an expired state, and a terminated state.
In some embodiments, the contract information includes at least one of: the first status, validation time, end time, and termination information of the target contract.
According to a second aspect of the present invention, there is provided a contract flow management apparatus comprising: the first acquisition module is used for acquiring a regular task execution rule of the contract, and executing regular tasks according to the regular task execution rule so as to update the state of each contract regularly; a receiving module for receiving a query input for a target contract; a second obtaining module, configured to obtain a first state of the target contract in response to the query input; the obtaining module is used for obtaining a second state of the target contract according to the contract information of the target contract; the first output module is used for outputting the target contract to be in the first state when the first state is the same as the second state; and the second output module outputs the target contract to be in the second state when the first state is different from the second state.
In some embodiments, the apparatus further comprises: a receiving unit for receiving a configuration input for an execution rule of the periodic task.
In some embodiments, the contract status includes at least one of: a to-do state, a valid state, an expired state, and a terminated state.
In some embodiments, the contract information includes at least one of: the first status, validation time, end time, and termination information of the target contract.
According to a third aspect of the present invention, the present invention provides an electronic device, comprising a processor, a memory, and a program or instructions stored on the memory and executable on the processor, the program or instructions, when executed by the processor, implementing the steps of the contract flow management method as described above.
According to a fourth aspect of the present invention, there is provided a readable storage medium on which a program or instructions are stored, which when executed by a processor, implement the contract flow management method as described above.
Compared with the prior art, the invention has the beneficial effects that: by adopting a mechanism of inertia contract state modification when the contract state is inquired and simultaneously performing periodic batch tasks on the partial contracts simultaneously, the accurate state of the contract can be ensured to be obtained in real time, the high load pressure of the periodic tasks on machine resources can be reduced, and the fault tolerance of the system is also improved.
Drawings
Fig. 1 is a schematic step flow diagram of a contract flow management method according to an embodiment of the present invention.
Fig. 2 is a schematic structural diagram of a contract flow management apparatus according to an embodiment of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As shown in fig. 1, an embodiment of the present invention provides a contract process management method, which includes steps S11 to S16.
Step S11, acquiring a regular task execution rule of the contract, and executing a regular task according to the regular task execution rule to periodically update the status of each contract.
In some embodiments, before step S11, the method further includes: receiving configuration input for execution rules of the periodic task.
Step S12, a query input for the target contract is received.
Step S13, in response to the query input, obtains a first status of the target contract.
Step S14, obtaining a second state of the target contract according to the contract information of the target contract.
Step S15, when the first state is the same as the second state, outputting the target contract as the first state.
Step S16, when the first state is different from the second state, outputting the target contract as the second state.
In some embodiments, the contract status includes at least one of: a to-do state, a valid state, an expired state, and a terminated state. A collaboration between enterprises is typically accompanied by the approval of a main contract, supplementary agreement, termination agreement, credit agreement, and other legal documents, etc. In these agreements, the main contract and the terminating agreement control whether the agreement is in effect or not.
In some embodiments, the contract information includes at least one of: the first status, validation time, end time, and termination information of the target contract.
In the embodiment of the invention, the first state is the current state of the contract, and the second state is calculated according to the current state of the contract, the contract effective time, the contract end time and whether the contract termination equivalent rule exists. The first state and the second state may be the same or different.
The invention ensures that the current state of the contract is obtained in real time by inquiring the mechanism of the contract state which is modified in real time and executing the periodic batch tasks on part of the contract, reduces the high load pressure of the periodic tasks on machine resources and increases the fault tolerance of the system.
As shown in fig. 2, the embodiment of the present invention provides a contract flow management apparatus, which includes a first obtaining module 21, a receiving module 22, a second obtaining module 23, an obtaining module 24, a first outputting module 25, and a second outputting module 26.
The first obtaining module 21 is configured to obtain a regular task execution rule of the contract, and execute a regular task according to the regular task execution rule, so as to periodically update the state of each contract.
In some embodiments, the apparatus is further configured to receive a configuration input for the execution rules of the periodic task.
The receiving module 22 is used to receive query input for a target contract.
The second obtaining module 23 is configured to obtain a first status of the target contract in response to the query input.
The obtaining module 24 is configured to obtain a second state of the target contract according to the contract information of the target contract.
The first output module 25 is configured to output the target contract as the first state when the first state is the same as the second state.
The second output module 26 is configured to output the target contract as the second state when the first state is different from the second state.
In some embodiments, the contract status includes at least one of: a to-do state, a valid state, an expired state, and a terminated state. A collaboration between enterprises is typically accompanied by the approval of a main contract, supplementary agreement, termination agreement, credit agreement, and other legal documents, etc. In these agreements, the main contract and the terminating agreement control whether the agreement is in effect or not.
In some embodiments, the contract information includes at least one of: the first status, validation time, end time, and termination information of the target contract.
In the embodiment of the invention, the first state is the current state of the contract, and the second state is calculated according to the current state of the contract, the contract effective time, the contract end time and whether the contract termination equivalent rule exists. The first state and the second state may be the same or different.
The invention ensures that the current state of the contract is obtained in real time by inquiring the mechanism of the contract state which is modified in real time and executing the periodic batch tasks on part of the contract, reduces the high load pressure of the periodic tasks on machine resources and increases the fault tolerance of the system.
Referring to fig. 3, an embodiment of the invention further provides an electronic device 300, where the electronic device 300 may be a mobile phone, a tablet, a computer, or the like. As shown in fig. 3, the electronic device 300 includes a processor 301, a memory 302. The processor 301 is electrically connected to the memory 302.
The processor 301 is a control center of the electronic device 300, connects various parts of the whole electronic device by using various interfaces and lines, executes various functions of the electronic device and processes data by running or loading an application program stored in the memory 302 and calling the data stored in the memory 302, thereby performing overall monitoring of the electronic device.
In this embodiment, the electronic device 300 is provided with a plurality of memory partitions, where the plurality of memory partitions includes a system partition and a target partition, and the processor 301 in the electronic device 300 loads instructions corresponding to processes of one or more application programs into the memory 302 according to the following steps, and the processor 301 runs the application programs stored in the memory 302, so as to implement various functions:
acquiring a regular task execution rule of the contract, and executing regular tasks according to the regular task execution rule so as to update the state of each contract periodically;
receiving a query input for a target contract;
in response to the query input, obtaining a first state of the target contract;
obtaining a second state of the target contract according to the contract information of the target contract;
when the first state is the same as the second state, outputting the target contract as the first state;
when the first state is different from the second state, outputting the target contract as the second state.
It will be understood by those skilled in the art that all or part of the steps of the methods of the above embodiments may be performed by instructions or by instructions controlling associated hardware, and the instructions may be stored in a computer readable storage medium and loaded and executed by a processor. To this end, embodiments of the present invention provide a readable storage medium, which stores a plurality of instructions that can be loaded by a processor to perform any of the steps of the contract flow management method provided by the embodiments of the present invention.
Wherein the readable storage medium may include: read Only Memory (ROM), Random Access Memory (RAM), magnetic or optical disks, and the like.
Since the instructions stored in the readable storage medium can execute the steps in any contract process management method provided in the embodiment of the present invention, the beneficial effects that can be achieved by any contract process management method provided in the embodiment of the present invention can be achieved, which are detailed in the foregoing embodiments and will not be described again here. The above operations can be implemented in the foregoing embodiments, and are not described in detail herein.
In the foregoing embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The contract flow management method, the contract flow management device, the electronic device and the readable storage medium provided by the embodiment of the invention are described in detail, a specific example is applied in the text to explain the principle and the implementation of the invention, and the description of the embodiment is only used for helping to understand the technical scheme and the core idea of the invention; those of ordinary skill in the art will understand that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A contract flow management method is characterized by comprising the following steps:
acquiring a regular task execution rule of the contract, and executing regular tasks according to the regular task execution rule so as to update the state of each contract periodically;
receiving a query input for a target contract;
in response to the query input, obtaining a first state of the target contract;
obtaining a second state of the target contract according to the contract information of the target contract;
when the first state is the same as the second state, outputting the target contract as the first state;
when the first state is different from the second state, outputting the target contract as the second state.
2. The contract process management method of claim 1, wherein before the step of obtaining the regular task execution rules of the contract, executing the regular tasks according to the regular task execution rules to update the contract status, further comprising:
receiving configuration input for execution rules of the periodic task.
3. The contract process management method of claim 1, wherein the status of the contract includes at least one of: a to-do state, a valid state, an expired state, and a terminated state.
4. The contract process management method of claim 3, wherein the contract information includes at least one of: the first status, validation time, end time, and termination information of the target contract.
5. A contract flow management apparatus, comprising:
the first acquisition module is used for acquiring a regular task execution rule of the contract, and executing regular tasks according to the regular task execution rule so as to update the state of each contract regularly;
a receiving module for receiving a query input for a target contract;
a second obtaining module, configured to obtain a first state of the target contract in response to the query input;
the obtaining module is used for obtaining a second state of the target contract according to the contract information of the target contract;
the first output module is used for outputting the target contract to be in the first state when the first state is the same as the second state;
and the second output module outputs the target contract to be in the second state when the first state is different from the second state.
6. The contract process management apparatus according to claim 5, wherein said apparatus further comprises:
a receiving unit for receiving a configuration input for an execution rule of the periodic task.
7. The contract process management apparatus according to claim 5, wherein the contract information includes at least one of: a to-do state, a valid state, an expired state, and a terminated state.
8. The contract process management apparatus according to claim 5, wherein the contract information includes at least one of: the first status, validation time, end time, and termination information of the target contract.
9. An electronic device comprising a processor, a memory, and a program or instructions stored on the memory and executable on the processor, the program or instructions when executed by the processor implementing the steps of the contract flow management method of any one of claims 1-4.
10. A readable storage medium, storing thereon a program or instructions which, when executed by a processor, implement the steps of the contract flow management method according to any one of claims 1-4.
CN202110102853.6A 2021-01-26 2021-01-26 Contract flow management method and device, electronic equipment and readable storage medium Active CN112766768B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110102853.6A CN112766768B (en) 2021-01-26 2021-01-26 Contract flow management method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110102853.6A CN112766768B (en) 2021-01-26 2021-01-26 Contract flow management method and device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN112766768A true CN112766768A (en) 2021-05-07
CN112766768B CN112766768B (en) 2022-05-17

Family

ID=75705732

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110102853.6A Active CN112766768B (en) 2021-01-26 2021-01-26 Contract flow management method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112766768B (en)

Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108549652A (en) * 2018-03-08 2018-09-18 北京三快在线科技有限公司 Hotel's dynamic data acquisition methods, device, electronic equipment and readable storage medium storing program for executing
CN109298962A (en) * 2018-09-03 2019-02-01 中国平安人寿保险股份有限公司 Monitoring method, computer readable storage medium and the terminal device of timed task
CN109784828A (en) * 2018-12-10 2019-05-21 平安科技(深圳)有限公司 Measure of managing contract, system, equipment and computer readable storage medium
CN110322298A (en) * 2019-05-30 2019-10-11 平安科技(深圳)有限公司 Intelligent management, device and the computer equipment of information trace
CN110555299A (en) * 2019-08-01 2019-12-10 平安科技(深圳)有限公司 electronic contract signing and storing method and device, computer equipment and storage medium
CN110636118A (en) * 2019-08-30 2019-12-31 上海能塔智能科技有限公司 Storage processing method and device of vehicle state information and readable storage medium
CN110727509A (en) * 2019-09-24 2020-01-24 浙江大搜车软件技术有限公司 Task scheduling method and device, computer equipment and storage medium
CN111159304A (en) * 2020-04-01 2020-05-15 支付宝(杭州)信息技术有限公司 Data processing method, device, equipment and system based on block chain
CN111401826A (en) * 2020-02-14 2020-07-10 平安科技(深圳)有限公司 Double-recording method and device for signing electronic contract, computer equipment and storage medium
CN111414241A (en) * 2020-02-27 2020-07-14 平安银行股份有限公司 Batch data processing method, device and system, computer equipment and computer readable storage medium
CN111461659A (en) * 2020-03-31 2020-07-28 好活(昆山)网络科技有限公司 Personal contract business processing method, device, medium and equipment based on big data
CN111815168A (en) * 2020-07-09 2020-10-23 北京中百信信息技术股份有限公司 Information system engineering supervision project quality management system
CN111833034A (en) * 2020-07-02 2020-10-27 泰康保险集团股份有限公司 Batch deduction method, payment server, computer equipment and storage medium
CN111915277A (en) * 2020-08-06 2020-11-10 云账户技术(天津)有限公司 Contract flow management method and device

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108549652A (en) * 2018-03-08 2018-09-18 北京三快在线科技有限公司 Hotel's dynamic data acquisition methods, device, electronic equipment and readable storage medium storing program for executing
CN109298962A (en) * 2018-09-03 2019-02-01 中国平安人寿保险股份有限公司 Monitoring method, computer readable storage medium and the terminal device of timed task
CN109784828A (en) * 2018-12-10 2019-05-21 平安科技(深圳)有限公司 Measure of managing contract, system, equipment and computer readable storage medium
CN110322298A (en) * 2019-05-30 2019-10-11 平安科技(深圳)有限公司 Intelligent management, device and the computer equipment of information trace
CN110555299A (en) * 2019-08-01 2019-12-10 平安科技(深圳)有限公司 electronic contract signing and storing method and device, computer equipment and storage medium
CN110636118A (en) * 2019-08-30 2019-12-31 上海能塔智能科技有限公司 Storage processing method and device of vehicle state information and readable storage medium
CN110727509A (en) * 2019-09-24 2020-01-24 浙江大搜车软件技术有限公司 Task scheduling method and device, computer equipment and storage medium
CN111401826A (en) * 2020-02-14 2020-07-10 平安科技(深圳)有限公司 Double-recording method and device for signing electronic contract, computer equipment and storage medium
CN111414241A (en) * 2020-02-27 2020-07-14 平安银行股份有限公司 Batch data processing method, device and system, computer equipment and computer readable storage medium
CN111461659A (en) * 2020-03-31 2020-07-28 好活(昆山)网络科技有限公司 Personal contract business processing method, device, medium and equipment based on big data
CN111159304A (en) * 2020-04-01 2020-05-15 支付宝(杭州)信息技术有限公司 Data processing method, device, equipment and system based on block chain
CN111833034A (en) * 2020-07-02 2020-10-27 泰康保险集团股份有限公司 Batch deduction method, payment server, computer equipment and storage medium
CN111815168A (en) * 2020-07-09 2020-10-23 北京中百信信息技术股份有限公司 Information system engineering supervision project quality management system
CN111915277A (en) * 2020-08-06 2020-11-10 云账户技术(天津)有限公司 Contract flow management method and device

Also Published As

Publication number Publication date
CN112766768B (en) 2022-05-17

Similar Documents

Publication Publication Date Title
US9535754B1 (en) Dynamic provisioning of computing resources
CN107241315B (en) Access method and device of bank gateway interface and computer readable storage medium
CN110457197B (en) Service testing method, device, computer equipment and storage medium
CN109344066B (en) Method, system and terminal for testing browser page
CN112446786A (en) Abnormal transaction processing method and device, electronic equipment and readable storage medium
CN112465615A (en) Bill data processing method, device and system
CN109828830B (en) Method and apparatus for managing containers
CN113191114B (en) Method and apparatus for validating a system
CN112685391B (en) Service data migration method and device, computer equipment and storage medium
CN112766768B (en) Contract flow management method and device, electronic equipment and readable storage medium
CN113191889A (en) Wind control configuration method, configuration system, electronic device and readable storage medium
CN113157411A (en) Reliable configurable task system and device based on Celery
CN110413398B (en) Task scheduling method and device, computer equipment and storage medium
CN110609707B (en) Online data processing system generation method, device and equipment
CN109308219B (en) Task processing method and device and distributed computer system
CN110716972A (en) Method and device for processing error of high-frequency calling external interface
CN112149951A (en) Risk control method and device, computer equipment and storage medium
CN108694571A (en) A kind of method for processing business and device based on multi-process
CN112114857B (en) Front-end service management method, front-end server and website server
CN111861381B (en) Access method and system of multi-fund channel
CN113407440B (en) Testing system and method for wireless communication module
CN115731044A (en) Service data processing method and device
CN113535277A (en) RPA process automation construction method and system based on data driving
CN114756378A (en) Single machine system transformation method and device
CN115061632A (en) Method, system, terminal and storage medium for optimizing performance of storage area network

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