Movatterモバイル変換


[0]ホーム

URL:


CN114022146A - The generation method and system of online banking payment file based on Jasper - Google Patents

The generation method and system of online banking payment file based on Jasper
Download PDF

Info

Publication number
CN114022146A
CN114022146ACN202111295195.3ACN202111295195ACN114022146ACN 114022146 ACN114022146 ACN 114022146ACN 202111295195 ACN202111295195 ACN 202111295195ACN 114022146 ACN114022146 ACN 114022146A
Authority
CN
China
Prior art keywords
target
template
jasper
bank
online
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.)
Pending
Application number
CN202111295195.3A
Other languages
Chinese (zh)
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.)
Hangzhou Maycur Technologies Ltd
Original Assignee
Hangzhou Maycur Technologies 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 Hangzhou Maycur Technologies LtdfiledCriticalHangzhou Maycur Technologies Ltd
Priority to CN202111295195.3ApriorityCriticalpatent/CN114022146A/en
Publication of CN114022146ApublicationCriticalpatent/CN114022146A/en
Pendinglegal-statusCriticalCurrent

Links

Images

Classifications

Landscapes

Abstract

The invention discloses a method and a system for generating an online bank payment file based on Jasper, wherein the method comprises the following steps: acquiring a serial number, and acquiring target bank information based on the serial number; extracting a corresponding variable list based on the target bank information to obtain a target list; extracting corresponding variable data based on the serial number and the target list to obtain target data; extracting a corresponding Jasper online bank template based on the target bank information to obtain a target template; and generating a target online bank payment file based on the target data and the target template. The method and the system perform generation of the online bank payment file based on the pre-configured Jasper online bank template, do not need to perform development and maintenance according to the online bank payment file format codes of all banks, and through the design of the variable list, in the process of synthesizing the target online bank payment file, the target data is obtained based on the target list according to the required query without performing full query, so that the hardware resources are effectively reduced.

Description

Jasper-based online bank payment file generation method and system
Technical Field
The invention relates to the field of information processing, in particular to a Jasper-based online bank payment file generation technology.
Background
In the prior art, a generation scheme of an online banking payment file is that data is read in real time based on a Java POI technology, and then a corresponding excel or txt file is generated.
Because the online bank payment file of each bank is independently developed and maintained based on the Java POI technology, and the product providing the online bank payment function usually needs to relate to a plurality of banks nowadays, in the development and maintenance work of the product, the code maintenance of each newly-increased or maintained online bank payment file is extremely complex, the maintenance cost is high, and the code defect is easy to occur;
disclosure of Invention
The invention provides a generation technology of an online bank payment file aiming at the defects that the code maintenance of the online bank payment file which is newly added or maintained in the prior art is extremely complex, the maintenance cost is high, the code defect is easy to occur and the like.
In order to solve the technical problem, the invention is solved by the following technical scheme:
a method for generating an online bank payment file based on Jasper comprises the following steps:
acquiring a serial number, and acquiring target bank information based on the serial number, wherein the serial number is the serial number of the serial to be paid;
extracting a corresponding variable list based on the target bank information to obtain a target list;
extracting corresponding variable data based on the serial number and the target list to obtain target data;
extracting a corresponding Jasper online bank template based on the target bank information to obtain a target template; the target template corresponds to the target list; and generating a target online bank payment file based on the target data and the target template, namely rendering the target template by using the target data to obtain a corresponding target online bank payment file.
When a certain product relates to 28 banks, 3 online bank payment files of each bank and 84 online bank payment file format codes in total, development and maintenance are carried out according to the online bank payment file format codes in the prior art, so that the development and maintenance cost is extremely high, and the code defect is easy to occur.
According to the method and the device, the Jasper online bank template is created for each bank by using the Jasper template technology, and the created Jasper online bank template shares a data interface, so that a target online bank payment file is generated, development is not needed on the basis of online bank payment file format codes of each bank, only one-time code development is needed, and development and maintenance work is effectively simplified.
According to the method and the device, through the design of the variable lists, in the process of synthesizing the target online bank payment file, the target data can be obtained through query as required only according to the corresponding variable lists, the full query is not needed, the hardware resources can be reduced, and the file generation performance is improved.
As an implementable manner, before acquiring the serial number, the method further comprises a template configuration step, and the specific steps are as follows:
receiving an uploaded Jasper online bank template, wherein the Jasper online bank template is mapped with bank information;
related staff can configure corresponding Jasper online bank templates for the online bank payment files according to format requirements of corresponding banks on the online bank payment files, and upload the constructed Jasper online bank templates to a template resource library, so that the Jasper online bank templates mapped with the Jasper online bank templates are extracted from the template resource library based on target bank information and serve as target templates in the process of generating the online bank payment files.
And analyzing the received Jasper online bank template to obtain a corresponding variable list, wherein the variable list is mapped with the bank information.
According to the method and the device, the Jasper online bank template is automatically analyzed while the Jasper online bank template is added, so that a variable list corresponding to the Jasper online bank template is obtained, and a mapping relation between the variable list and bank information is established, so that variable data required by a target template can be conveniently inquired in the process of generating the online bank payment file, and the file generation efficiency is effectively improved.
Further:
the Jasper internet bank template comprises a plurality of variable fields;
and analyzing the Jasper internet bank template, and extracting each variable field in the Jasper internet bank template to obtain a corresponding variable list.
In the process of establishing the Jasper online bank template, configuring a required variable field according to the format requirement of the corresponding bank on the online bank payment file by the corresponding bank, and marking the variable field, so that in the process of analyzing the uploaded Jasper online bank template, the variable field is extracted according to the corresponding mark to automatically obtain a corresponding variable list;
a person skilled in the art can design a marking scheme for the variable field by himself, and the variable field can be distinguished, so that a specific marking scheme is not limited in the present application.
As an implementable embodiment:
acquiring corresponding query data based on the serial number, wherein the query data comprises a document number, a payment account and a collection account, namely extracting the document number, the payment account and the collection account of the serial to be paid;
acquiring corresponding target data based on the query data and the target list query, namely querying variable data required by a target template from a corresponding database (such as a document database and an account database) based on a document number, a payment account number and a collection account number;
storing the target data and mapping the target data with the serial number.
Further:
extracting corresponding target data based on the serial number;
and writing the target data into a target template, and combining to obtain a target online bank payment file.
As an implementable manner, the method further includes a file export step, specifically:
and obtaining an export file type, and exporting the target internet bank payment file based on the export file type, wherein the export file type comprises excel, text or pdf.
According to the method and the device, the target template is rendered by using the target data according to the needs of the user, and the target online bank payment file in the specified format is generated and output.
The invention also provides a system for generating the online bank payment file based on the Jasper, which comprises an online bank file generation server;
the online bank file generation server comprises:
the data acquisition module is used for acquiring serial numbers and acquiring target bank information based on the serial numbers;
the list extraction module is used for extracting a corresponding variable list based on the target bank information to obtain a target list;
the variable query module is used for extracting corresponding variable data based on the serial number and the target list to obtain target data;
the template extraction module is used for extracting a corresponding Jasper online bank template based on the target bank information to obtain a target template;
and the file generation module is used for generating a target online bank payment file based on the target data and the target template.
As an implementable embodiment:
the generation system further comprises a client;
the client is used for collecting operation data of a user, creating a Jasper online bank template mapped with bank information based on the operation data, and uploading the created Jasper online bank template to the online bank file generation server, wherein the Jasper online bank template comprises a plurality of variable fields.
As an implementable embodiment:
the generation system also comprises a file storage server and a cache device;
the online bank file generation server further comprises:
the template receiving module is used for receiving the Jasper online bank template uploaded by the client and storing the received Jasper online bank template in the file storage server, and the Jasper online bank template is mapped with bank information;
and the template analysis engine is used for analyzing the received Jasper online bank template to obtain a corresponding variable list and storing the obtained variable list in the cache equipment, wherein the variable list is mapped with the bank information.
In the process of generating the online bank payment file, the corresponding variable list can be quickly inquired and obtained in the cache device according to the target bank information, and the required variable data can be inquired after the variable list is obtained to obtain the target data; after the target data is inquired, inquiring and extracting a Jasper online bank template in a file storage server according to the target bank information to obtain a target template; combining and generating the target data and the target template after the target data and the target template are obtained;
according to the method, the Jasper online bank template is stored in the file storage server, the variable list is stored in the cache device, the storage safety and stability of the Jasper online bank template can be improved, meanwhile, the variable query speed is effectively improved, and the file generation performance is improved.
The invention also proposes a computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of any of the methods described above.
Due to the adoption of the technical scheme, the invention has the remarkable technical effects that:
the invention utilizes the Jasper template technology to create the Jasper online bank template for each bank, and the created Jasper online bank template shares a data interface, so that the generation of the target online bank payment file is facilitated, development is not required to be carried out based on the online bank payment file format codes of each bank, only one-time code development is required, and the development and maintenance work is effectively simplified.
According to the method, through the design of the variable list, in the process of synthesizing the target online bank payment file, the target data can be inquired and obtained as required only according to the corresponding variable list, and the full inquiry is not needed, so that the hardware resources can be reduced, and the file generation performance can be improved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic flow chart of a method for generating an online bank payment document based on Jasper according to the present invention;
FIG. 2 is a schematic diagram of module connections of a system for generating an online bank payment document based on Jasper according to the present invention;
fig. 3 is a schematic block diagram of the internet bankingfile generating server 100 in fig. 2.
Detailed Description
The present invention will be described in further detail with reference to examples, which are illustrative of the present invention and are not to be construed as being limited thereto.
Embodiment 1, a method for generating an online bank payment document based on Jasper, comprising the following steps:
s100, creating a Jasper internet silver template;
the specific creating steps in this embodiment are as follows:
s110, creating a Jasper template file, and setting a field title;
setting field titles of fields to be displayed in a blank template according to the format requirements of corresponding banks on the online bank payment files to obtain corresponding Jasper template files;
the person skilled in the art can make a Jasper template file by using JasperReport, which is an open-source report generation tool.
S120, setting fields;
the fields are set according to the format requirements of the corresponding bank to the online bank payment file, wherein the fields include variable fields, and the variable fields are fields such as payment account numbers, payment banks, amounts, payment remarks and the like.
In the embodiment, a specific prefix is added to the field name of each variable field to realize the labeling of the variable field;
note: the field header is used to assist in presenting the column name, and the field name is used to identify the field.
S130, creating a field with a name of "collectioninfo", and setting the type to "java.util.list";
s140, creating a subDataset (subDataset);
the data source of the sub data set points to the Field "collectioninfo" created in step S130, and sets a Field set "Field (Field)" of variable information for the Field set, such as a collection account number, a collection bank, a collection amount, and the like.
And the subdata set is used for generating a subsequent online banking payment file and placing corresponding target data according to the variable field.
In the embodiment, the newly added template or the modification of the Jasper online bank template can be realized based on the Jasper template technology, only the codes are sequentially developed, and the development and the maintenance are simple.
S200, template configuration;
s210, template storage:
the user uploads the Jasper template file as a Jasper online bank template according to the step S100 to a template resource library according to bank information (such as a bank name) of a corresponding bank, wherein the Jasper online bank template is mapped with the bank information;
in the embodiment, the template resource library is divided into a plurality of storage partitions according to the bank information, and the uploaded Jasper online bank template is stored in the storage partition of the corresponding bank, so that the corresponding Jasper online bank template can be extracted based on the bank information subsequently.
S220, extracting a variable list:
detecting the template resource library, and when the Jasper internet bank template is uploaded to the template resource library, analyzing the Jasper internet bank template to obtain a corresponding variable list;
the Jasper online bank template uploaded to the template resource library comprises a newly created template and an optimized and updated template;
in the embodiment, variable fields are identified and extracted according to prefixes of fields in the Jasper internet bank template, and a corresponding variable list is obtained; based on the mapping relationship between the Jasper internet bank template and the bank information, the obtained variable list is mapped with the bank information, in this embodiment, thecache device 400 is divided into a list cache region and a data cache region, the list cache region is divided into a plurality of cache partitions based on the bank information, and the obtained variable list is stored in the cache partition of the corresponding bank, so that the corresponding variable list can be extracted based on the bank information subsequently.
S300, generating an online bank payment file, referring to FIG. 1, comprising the following steps:
s310, acquiring a serial number, and acquiring target bank information based on the serial number;
s320, extracting a corresponding variable list based on the target bank information to obtain a target list;
s330, extracting corresponding variable data based on the serial number and the target list to obtain target data;
the method comprises the following specific steps:
s331, acquiring corresponding query data from a running water database based on the running water number;
the query data comprises a document number, a payment account number and a collection account number;
s332, acquiring corresponding target data based on the query data and the target list query, storing the target data, and mapping the target data and the serial number.
For example, the target list includes a payment account name, a collection account name, and a payment amount, and at this time, the corresponding payment account name is obtained by querying in a corresponding database (e.g., a preset account database) based on the payment account, the corresponding collection account name is obtained by querying in a corresponding database (e.g., a preset account database) based on the collection account, and the corresponding payment amount is obtained by querying in a corresponding database (e.g., a corresponding document database) based on the document number.
Because the scene of generating the online bank payment file is often a scene of batch generation of a large amount of running data, the data volume related to the query of the target data is huge, and in this embodiment, the queried variable data is cached (cached to the data cache region) based on the running serial number until all the variable data are queried, that is, the step S340 is executed after the complete target data are obtained, so that the efficiency of batch generation of the online bank payment file is optimized.
S340, extracting a corresponding Jasper online banking template based on the target bank information to obtain a target template;
the target template corresponds to the target manifest.
And S350, generating a target online bank payment file based on the target data and the target template.
And after the target template is extracted and obtained, extracting corresponding target data from the data cache region according to the serial number, writing the target data into the target template, combining to obtain a target online bank payment file, and exporting the online bank payment file into an excel file, a text file or a pdf file according to the specified file type.
Embodiment 2, a system for generating an online bank payment document based on Jasper, as shown in fig. 2, includes:
the system comprises an online bankingfile generation server 100, aclient 200, afile storage server 300 and acache device 400, wherein the online bankingfile generation server 100 is respectively in signal connection with theclient 200, the online bankingfile generation server 100, thefile storage server 300 and thecache device 400;
theclient 200 is configured to create a Jasper online banking template, and upload the created Jasper online banking template and the bank information mapped to the Jasper online banking template to the online bankingfile generation server 100, where the Jasper online banking template includes a plurality of variable fields.
Referring to fig. 3, the online bankingfile generation server 100 includes:
thetemplate receiving module 110 is configured to receive the Jasper online banking template uploaded by theclient 200, and further configured to store the received Jasper online banking template in thefile storage server 300, where the Jasper online banking template is mapped with bank information;
in this embodiment, thefile storage server 300 includes a template resource library, the template resource library includes a plurality of storage partitions corresponding to the bank information one by one, and thetemplate receiving module 110 stores the received Jasper online banking template into the corresponding storage partition based on the mapping relationship between the Jasper online banking template and the bank information.
Thetemplate analysis engine 120 is configured to analyze the received Jasper online banking template to obtain a corresponding variable list, and further configured to store the obtained variable list in thecache device 400, where the variable list is mapped with the bank information;
in this embodiment, thecache device 400 has a data cache region and a list cache region, and the list cache region includes a plurality of cache partitions corresponding to the bank information one by one, and thetemplate analysis engine 120 stores the variable list obtained by analysis into the corresponding storage partition based on the mapping relationship between the variable list and the bank information.
Thedata acquisition module 130 is configured to acquire a serial number and acquire target bank information based on the serial number;
thelist extraction module 140 is configured to extract a corresponding variable list based on the target bank information to obtain a target list, that is, extract the variable list from the cache partition corresponding to the target bank information based on the target bank information to obtain the target list;
thevariable query module 150 is configured to extract corresponding variable data based on the serial number and the target list to obtain target data;
in the actual use process, the corresponding variable data may be queried and extracted according to the storage location of the relevant data, for example, from an external third-party system, or from thefile storage server 300, which is not specifically limited in this embodiment.
Thetemplate extraction module 160 is configured to extract a corresponding Jasper online banking template based on the target bank information to obtain a target template, that is, extract the Jasper online banking template from a storage partition corresponding to the target bank information based on the target bank information to obtain the target template;
and thefile generation module 170 is configured to generate a target internet bank payment file based on the target data and the target template, and is further configured to export the target internet bank payment file according to an export file type, where the export file type includes excel, text, or pdf.
Embodiment 3 is a computer-readable storage medium storing a computer program which, when executed by a processor, implements the steps of the method of embodiment 1.
For the device embodiment, since it is basically similar to the method embodiment, the description is simple, and for the relevant points, refer to the partial description of the method embodiment.
The embodiments in the present specification are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, apparatus, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention has been described with reference to flowchart illustrations and/or block diagrams of methods, terminal devices (systems), and computer program products according to the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing terminal to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing terminal, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing terminal to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing terminal to cause a series of operational steps to be performed on the computer or other programmable terminal to produce a computer implemented process such that the instructions which execute on the computer or other programmable terminal provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It should be noted that:
reference in the specification to "one embodiment" or "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the invention. Thus, the appearances of the phrase "one embodiment" or "an embodiment" in various places throughout this specification are not necessarily all referring to the same embodiment.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. Therefore, it is intended that the appended claims be interpreted as including preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
In addition, it should be noted that the specific embodiments described in the present specification may differ in the shape of the components, the names of the components, and the like. All equivalent or simple changes of the structure, the characteristics and the principle of the invention which are described in the patent conception of the invention are included in the protection scope of the patent of the invention. Various modifications, additions and substitutions for the specific embodiments described may be made by those skilled in the art without departing from the scope of the invention as defined in the accompanying claims.

Claims (10)

CN202111295195.3A2021-11-032021-11-03 The generation method and system of online banking payment file based on JasperPendingCN114022146A (en)

Priority Applications (1)

Application NumberPriority DateFiling DateTitle
CN202111295195.3ACN114022146A (en)2021-11-032021-11-03 The generation method and system of online banking payment file based on Jasper

Applications Claiming Priority (1)

Application NumberPriority DateFiling DateTitle
CN202111295195.3ACN114022146A (en)2021-11-032021-11-03 The generation method and system of online banking payment file based on Jasper

Publications (1)

Publication NumberPublication Date
CN114022146Atrue CN114022146A (en)2022-02-08

Family

ID=80060437

Family Applications (1)

Application NumberTitlePriority DateFiling Date
CN202111295195.3APendingCN114022146A (en)2021-11-032021-11-03 The generation method and system of online banking payment file based on Jasper

Country Status (1)

CountryLink
CN (1)CN114022146A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5837284A (en)*1995-12-041998-11-17Mehta; Atul M.Delivery of multiple doses of medications
US6228398B1 (en)*1998-11-022001-05-08Elan Corporation, PlcMultiparticulate modified release composition
US6344215B1 (en)*2000-10-272002-02-05Eurand America, Inc.Methylphenidate modified release formulations
US6673367B1 (en)*1998-12-172004-01-06Euro-Celtique, S.A.Controlled/modified release oral methylphenidate formulations
US20040131680A1 (en)*1998-12-172004-07-08Goldenheim Paul D.Controlled/modified release oral methylphenidate formulations
US20120215687A1 (en)*2011-02-232012-08-23Manish JainEnterprise resource planning (erp) integrator system and method
CN108280635A (en)*2017-12-272018-07-13山东浪潮通软信息科技有限公司A kind of method, apparatus and system of configuration Internetbank payment template
CN109783780A (en)*2019-01-162019-05-21平安普惠企业管理有限公司A kind of document handling method and relevant apparatus

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication numberPriority datePublication dateAssigneeTitle
US5837284A (en)*1995-12-041998-11-17Mehta; Atul M.Delivery of multiple doses of medications
US6228398B1 (en)*1998-11-022001-05-08Elan Corporation, PlcMultiparticulate modified release composition
CN1335768A (en)*1998-11-022002-02-13马拉·J·丘奇 Multiparticulate modified release composition
US6673367B1 (en)*1998-12-172004-01-06Euro-Celtique, S.A.Controlled/modified release oral methylphenidate formulations
US20040131680A1 (en)*1998-12-172004-07-08Goldenheim Paul D.Controlled/modified release oral methylphenidate formulations
US6344215B1 (en)*2000-10-272002-02-05Eurand America, Inc.Methylphenidate modified release formulations
US20120215687A1 (en)*2011-02-232012-08-23Manish JainEnterprise resource planning (erp) integrator system and method
CN108280635A (en)*2017-12-272018-07-13山东浪潮通软信息科技有限公司A kind of method, apparatus and system of configuration Internetbank payment template
CN109783780A (en)*2019-01-162019-05-21平安普惠企业管理有限公司A kind of document handling method and relevant apparatus

Similar Documents

PublicationPublication DateTitle
CN109299446B (en)Report generation method and device
CN105095211B (en)The acquisition methods and device of multi-medium data
CN111813756B (en)Log retrieval system, method and device, electronic equipment and storage medium
CN110968380B (en)Data visualization method and system
CN105653537B (en)Paging query method and device for database application system
CN110515896B (en)Model resource management method, model file manufacturing method, device and system
CN102110102A (en)Data processing method and device, and file identifying method and tool
CN109358898B (en)Information processing method and device, electronic equipment and storage medium
CN108228657B (en)Method and device for realizing keyword retrieval
CN112084249A (en)Access record extraction method and device
CN104636445A (en)Screenshot image processing and grouping operation method and device
CN110019067A (en)A kind of log analysis method and system
CN105550179A (en)Webpage collection method and browser plug-in
CN111427977B (en)Electronic eye data processing method and device
US9990444B2 (en)Apparatus and method for supporting visualization of connection relationship
CN110543622A (en)Text similarity detection method and device, electronic equipment and readable storage medium
CN111767161B (en) Remote call depth recognition method, device, computer equipment and readable storage medium
CN114022146A (en) The generation method and system of online banking payment file based on Jasper
CN112966198A (en)Cascading style sheet data generation method, system, computer device and storage medium
JP2019101889A (en)Test execution device and program
CN109068286B (en)Information analysis method, medium and equipment
CN112511643A (en)Message data extraction method and device
CN114357394B (en)Data stream association identification method and device, electronic equipment and storage medium
CN115549862B (en)MES system concurrency performance test data receiving method based on dynamic analysis
CN115098738B (en) Business data extraction method, device, storage medium and electronic device

Legal Events

DateCodeTitleDescription
PB01Publication
PB01Publication
SE01Entry into force of request for substantive examination
SE01Entry into force of request for substantive examination
RJ01Rejection of invention patent application after publication
RJ01Rejection of invention patent application after publication

Application publication date:20220208


[8]ページ先頭

©2009-2025 Movatter.jp