CN105117431A - Dynamic configuration method and system for external imported data - Google Patents

Dynamic configuration method and system for external imported data Download PDF

Info

Publication number
CN105117431A
CN105117431A CN201510483386.0A CN201510483386A CN105117431A CN 105117431 A CN105117431 A CN 105117431A CN 201510483386 A CN201510483386 A CN 201510483386A CN 105117431 A CN105117431 A CN 105117431A
Authority
CN
China
Prior art keywords
data
configuration
allocation list
type
row name
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
CN201510483386.0A
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.)
Beijing Si Tech Information Technology Co Ltd
Original Assignee
Beijing Si Tech Information Technology 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 Beijing Si Tech Information Technology Co Ltd filed Critical Beijing Si Tech Information Technology Co Ltd
Priority to CN201510483386.0A priority Critical patent/CN105117431A/en
Publication of CN105117431A publication Critical patent/CN105117431A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The present invention relates to a dynamic configuration method and system for the external imported data. The method comprises: according to to-be-imported data, configuring a service type configuration table and a field column name configuration table; according to a corresponding service type, obtaining configuration information in the corresponding field column name configuration table, and generating a template document; determining whether a to-be-imported document is matched with the template document or not, if so, reading a data column from the to-be-imported document, and dynamically inserting the data column into a corresponding table of a database; or otherwise, returning feedback information of rejecting the imported data. According to the method and the system provided by the present invention, the development and maintenance difficulties of the external imported data are lowered; and a data type and a data column definition corresponding to the to-be-imported data are configured in the configuration table, a dynamic judgement is implemented by a program, and whether to check and how to check are configured in the configuration table, so that the dynamic judgement implemented by the program can greatly reduce the development of repetitive codes, and locate and solve the problem quickly when the problem occurs. Moreover, the code is universal and can be transplanted and used between systems.

Description

A kind of dynamic-configuration outside imports the method and system of data
Technical field
The present invention relates to technical field of data administration, particularly relate to the method and system that a kind of dynamic-configuration outside imports data.
Background technology
In telecommunications industry, data to be imported have different importing data types, data rows to define and checking function, prior art is when processing external data and importing, performing step is many, flow process is complicated, and the importing of each commission type and family feast operation need to manage separately, i.e. corresponding a set of corresponding code.But along with the commission type not corresponding to settlement data is on the increase, existing external data import system cannot satisfy the demands, when the new commission type of appearance one will the attached code of a set of correspondence and the correction verification module of correspondence, size of code can be caused so huge, there is no versatility, considerably increase the work difficulty of maintainer, when an error occurs, more difficult quick positioning question goes to solve.Therefore develop complete set, unification, that flexible, general dynamic-configuration outside imports the system of data is extremely urgent.
Summary of the invention
Technical matters to be solved by this invention is for the deficiencies in the prior art, provides a kind of dynamic-configuration outside to import the method and system of data.
The technical scheme that the present invention solves the problems of the technologies described above is as follows: a kind of dynamic-configuration outside imports the method for data, comprises the steps:
Step 1, according to data configuration type of service allocation list to be imported and field row name allocation list;
Step 2, obtains the configuration information in corresponding field row name allocation list according to corresponding service type, and generates template document;
Step 3, receives document to be imported, judges whether document to be imported mates with template document, if coupling performs step 4; Otherwise perform step 5;
Step 4, reads data rows dynamic insertion in the respective table of database from document to be imported;
Step 5, returns the feedback information that refusal imports data.
The invention has the beneficial effects as follows: present invention reduces the outside exploitation and the maintenance difficulties that import data, by configuring data type corresponding to data to be imported and data rows definition in allocation list, dynamic judgement is gone by program, and whether verify and how to verify and also configure in allocation list, dynamic judgement is gone by program, the exploitation of duplicated code can being greatly reduced like this, when going wrong, can go to solve by quick position.And code has versatility, the transplanting between system and use can be carried out.
On the basis of technique scheme, the present invention can also do following improvement.
Further, described type of service allocation list is used for the type of service that configuring external imports data source, described field row name allocation list, for completing the field row name configuration of corresponding service type.
Further, described type of service allocation list comprises outer conductivity type ID, typonym, the mark that comes into force, affiliated area ID and remarks; Described field row name allocation list comprises outer conductivity type ID, row name mark, row name remarks, the mark that comes into force, affiliated area ID and remarks.
Further, described field row name allocation list, is also configured with verification rule, carries out personalized inspection when importing data to importing data, corresponding data mode and error reason information after upgrading verification.
Further, whether described verification rule comprises data type, data length, is one or more in empty, canonical checking, SQL checking and SQL authorization information.
Further, being implemented as of step 3: judge that whether document column to be imported sum is equal with the configuration sum of the field row name allocation list corresponding to corresponding service type, if equal, mate, if do not waited, do not mate.
Further, technique scheme also comprises and checks that when importing data, the row configuration information read in the field row name allocation list corresponding to corresponding service type dynamically generates gauge outfit.
Another technical scheme that the present invention solves the problems of the technologies described above is as follows: a kind of dynamic-configuration outside imports the system of data, comprises configuration module, template generation module, judge module, Data insertion module and feedback module;
Described configuration module, it is for according to data configuration type of service allocation list to be imported and field row name allocation list;
Described template generation module, it for obtaining the configuration information in corresponding field row name allocation list according to corresponding service type, and generates template document;
Described judge module, it is for judging whether document to be imported mates with template document, if coupling calling data insert module; Otherwise call feedback module;
Described Data insertion module, it for reading data rows dynamic insertion in the respective table of database from document to be imported;
Described feedback module, it imports the feedback information of data for returning refusal.
Accompanying drawing explanation
Fig. 1 is the method flow diagram that a kind of dynamic-configuration outside of the present invention imports data;
Fig. 2 is the system chart that a kind of dynamic-configuration outside of the present invention imports data.
In accompanying drawing, the list of parts representated by each label is as follows:
1, configuration module, 2, template generation module, 3, judge module, 4, Data insertion module, 5, feedback module.
Embodiment
Be described principle of the present invention and feature below in conjunction with accompanying drawing, example, only for explaining the present invention, is not intended to limit scope of the present invention.
The present invention is mainly used in importing data text document from this locality and enters system, and carries out check sum preservation.Wherein, need the data type that imports and data rows to need to be configured in allocation list, when importing, go dynamic reading by program, when data rows changes, without the need to update routine, and can checking data dynamically.Because this data importing module can carry out the transplanting between system, therefore there is versatility.
As shown in Figure 1, a kind of dynamic-configuration outside imports the method for data, comprises the steps:
Step 1, according to data configuration type of service allocation list to be imported and field row name allocation list;
Step 2, obtains the configuration information in corresponding field row name allocation list according to corresponding service type, and generates template document;
Step 3, receives document to be imported, judges whether document to be imported mates with template document, if coupling performs step 4; Otherwise perform step 5;
Step 4, reads data rows dynamic insertion in the respective table of database from document to be imported;
Step 5, returns the feedback information that refusal imports data.
Particularly, proceed as follows.
1. set up type of service allocation list and field row name allocation list in a database.
The configuring condition of wherein said type of service allocation list and field row name allocation list is as table 1.
Table 1
Described type of service allocation list is used for the type of service that configuring external imports data source, described field row name allocation list, for completing the field row name configuration of corresponding service type.
Described type of service allocation list comprises outer conductivity type ID, typonym, the mark that comes into force, affiliated area ID and remarks; Described field row name allocation list comprises outer conductivity type ID, row name mark, row name remarks, the mark that comes into force, affiliated area ID and remarks.
Described field row name allocation list, is also configured with verification rule, carries out personalized inspection when importing data to importing data, corresponding data mode and error reason information after upgrading verification.The every bar data imported have a field error_reason in a database, and for preserving the reason of current data mistake, if do not have error message, then this field is empty.
Whether described verification rule comprises data type, data length, is one or more in empty, canonical checking, SQL checking and SQL authorization information.
2. configuration service type configuration table
The outside configuration importing data traffic types allocation list S_RWD_OUTDATA_IMP_CFG is completed by database manipulation.
3. configuration field row name allocation list
The configuration of the field row name allocation list S_RWD_OUTDATA_IMP_KEY of corresponding service type is completed by database manipulation.
4. dynamic download template
Click downloads template, obtain the configuration of whole row name mark and row name title in the field row name allocation list S_RWD_OUTDATA_IMP_KEY corresponding to corresponding service type, and generate template document.Here row mark and row title are not write dead, but read from allocation list.
5. dynamically import data
Whether row and the configuration in database of 5.1 documents more to be imported arrange consistent
Here the main sum of the configuration to the field row name allocation list S_RWD_OUTDATA_IMP_KEY corresponding to corresponding service type compares with importing document column sum, wherein needs the parameter transmitted to have current affiliated area ID and outer conductivity type ID.
The Data Dynamic read in document to be inserted in database in corresponding table by 5.2
Here the row title will inserted is configured by the row of field row name allocation list S_RWD_OUTDATA_IMP_KEY to determine, program is not write extremely.
6. dynamic check data
Whether the verification according to field row name allocation list S_RWD_OUTDATA_IMP_KEY configures, carry out data type, data length, canonical checking to importing every data line of coming in, be the verification such as sky and SQL checking.Here can determine which needs checking by configuration, which does not need checking.
7. Dynamic Display gauge outfit
Because the field that gauge outfit is shown is not fixed, so front page layout is not write extremely.Therefore, dynamically gauge outfit is generated by the row configuration of reading in the field row name allocation list S_RWD_OUTDATA_IMP_KEY corresponding to corresponding service type.
As shown in Figure 2, a kind of dynamic-configuration outside imports the system of data, it is characterized in that, comprises configuration module 1, template generation module 2, judge module 3, Data insertion module 4 and feedback module 5; Described configuration module 1, it is for according to data configuration type of service allocation list to be imported and field row name allocation list; Described template generation module 2, it for obtaining the configuration information in corresponding field row name allocation list according to corresponding service type, and generates template document; Described judge module 3, it is for judging whether document to be imported mates with template document, if coupling calling data insert module 4; Otherwise call feedback module 5; Described Data insertion module 4, it for reading data rows dynamic insertion in the respective table of database from document to be imported; Described feedback module 5, it imports the feedback information of data for returning refusal.
The foregoing is only preferred embodiment of the present invention, not in order to limit the present invention, within the spirit and principles in the present invention all, any amendment done, equivalent replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. dynamic-configuration outside imports a method for data, it is characterized in that, comprises the steps:
Step 1, according to data configuration type of service allocation list to be imported and field row name allocation list;
Step 2, obtains the configuration information in corresponding field row name allocation list according to corresponding service type, and generates template document;
Step 3, receives document to be imported, judges whether document to be imported mates with template document, if coupling performs step 4; Otherwise perform step 5;
Step 4, reads data rows dynamic insertion in the respective table of database from document to be imported;
Step 5, returns the feedback information that refusal imports data.
2. a kind of dynamic-configuration outside imports the method for data according to claim 1, it is characterized in that, described type of service allocation list is used for the type of service that configuring external imports data source, described field row name allocation list, for completing the field row name configuration of corresponding service type.
3. a kind of dynamic-configuration outside imports the method for data according to claim 1, and it is characterized in that, described type of service allocation list comprises outer conductivity type ID, typonym, the mark that comes into force, affiliated area ID and remarks; Described field row name allocation list comprises outer conductivity type ID, row name mark, row name remarks, the mark that comes into force, affiliated area ID and remarks.
4. a kind of dynamic-configuration outside imports the method for data according to claim 3, it is characterized in that, described field row name allocation list, also be configured with verification rule, personalized inspection is carried out to importing data, corresponding data mode and error reason information after upgrading verification when importing data.
5. a kind of dynamic-configuration outside imports the method for data according to claim 4, it is characterized in that, whether described verification rule comprises data type, data length, is one or more in empty, canonical checking, SQL checking and SQL authorization information.
6. a kind of dynamic-configuration outside imports the method for data according to claim 1, it is characterized in that, being implemented as of step 3: judge that whether document column to be imported sum is equal with the configuration sum of the field row name allocation list corresponding to corresponding service type, if equal, mate, if do not waited, do not mate.
7. a kind of dynamic-configuration outside imports the method for data according to claim 1, it is characterized in that, also comprises and checks that when importing data, the row configuration information read in the field row name allocation list corresponding to corresponding service type dynamically generates gauge outfit.
8. dynamic-configuration outside imports a system for data, it is characterized in that, comprises configuration module, template generation module, judge module, Data insertion module and feedback module;
Described configuration module, it is for according to data configuration type of service allocation list to be imported and field row name allocation list;
Described template generation module, it for obtaining the configuration information in corresponding field row name allocation list according to corresponding service type, and generates template document;
Described judge module, it is for judging whether document to be imported mates with template document, if coupling calling data insert module; Otherwise call feedback module;
Described Data insertion module, it for reading data rows dynamic insertion in the respective table of database from document to be imported;
Described feedback module, it imports the feedback information of data for returning refusal.
9. a kind of dynamic-configuration outside imports the system of data according to claim 8, it is characterized in that, described type of service allocation list is used for the type of service that configuring external imports data source, described field row name allocation list, for completing the field row name configuration of corresponding service type.
10. a kind of dynamic-configuration outside imports the method for data according to claim 8, and it is characterized in that, described type of service allocation list comprises outer conductivity type ID, typonym, the mark that comes into force, affiliated area ID and remarks; Described field row name allocation list comprises outer conductivity type ID, row name mark, row name remarks, the mark that comes into force, affiliated area ID and remarks.
CN201510483386.0A 2015-08-07 2015-08-07 Dynamic configuration method and system for external imported data Pending CN105117431A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510483386.0A CN105117431A (en) 2015-08-07 2015-08-07 Dynamic configuration method and system for external imported data

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510483386.0A CN105117431A (en) 2015-08-07 2015-08-07 Dynamic configuration method and system for external imported data

Publications (1)

Publication Number Publication Date
CN105117431A true CN105117431A (en) 2015-12-02

Family

ID=54665421

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510483386.0A Pending CN105117431A (en) 2015-08-07 2015-08-07 Dynamic configuration method and system for external imported data

Country Status (1)

Country Link
CN (1) CN105117431A (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105808777A (en) * 2016-03-29 2016-07-27 中国建设银行股份有限公司 Trigger type parameter effect taking method and device
CN106648763A (en) * 2016-12-06 2017-05-10 明博教育科技股份有限公司 Batch data importing component and importing method thereof
CN106776986A (en) * 2016-12-06 2017-05-31 浪潮通用软件有限公司 A kind of configurable list extension information transmitting methods
CN107122434A (en) * 2017-04-18 2017-09-01 北京思特奇信息技术股份有限公司 A kind of method and system that reconciliation file is imported to database
CN107436917A (en) * 2017-06-16 2017-12-05 浙江百世技术有限公司 One kind imports template configuration method, batch data introduction method and system
CN107870979A (en) * 2017-09-30 2018-04-03 平安科技(深圳)有限公司 Electronic installation, extract tables of data data method and storage medium
CN108595597A (en) * 2018-04-19 2018-09-28 平安科技(深圳)有限公司 Data lead-in method, device, computer equipment and storage medium
CN108647283A (en) * 2018-05-04 2018-10-12 武汉灵动在线科技有限公司 A kind of configuration of game data is quick to be generated and analytic method
CN108763365A (en) * 2018-05-17 2018-11-06 深圳市买买提信息科技有限公司 Case information dynamic introduction method, device, equipment and storage medium
CN108829888A (en) * 2018-06-28 2018-11-16 郑州悉知信息科技股份有限公司 A kind of non-relational database document management method and device
CN109032611A (en) * 2018-06-06 2018-12-18 平安科技(深圳)有限公司 Script dispositions method, device, computer equipment and storage medium
CN109062925A (en) * 2018-06-06 2018-12-21 中国平安人寿保险股份有限公司 Automatically generate the method, apparatus, computer equipment and storage medium of insert sentence
CN109542408A (en) * 2018-11-27 2019-03-29 深圳市关运通科技有限公司 A kind of template intelligent configuration method and device
CN109992585A (en) * 2019-04-01 2019-07-09 北京金和网络股份有限公司 Data lead-in method for office management system
CN110008264A (en) * 2019-03-04 2019-07-12 广州易朋软件有限公司 The collecting method and device of Cost Accounting System
CN111583069A (en) * 2020-03-26 2020-08-25 口碑(上海)信息技术有限公司 Task data processing method and device
CN111625586A (en) * 2020-05-27 2020-09-04 北京思特奇信息技术股份有限公司 Method and system for importing general service data

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117292A (en) * 2009-12-30 2011-07-06 ***股份有限公司 File secondary generation and query method
CN102486728A (en) * 2010-12-05 2012-06-06 西软软件股份有限公司 User-defined form system
CN102542038A (en) * 2011-12-27 2012-07-04 浪潮通信信息***有限公司 Universal configurable standard bureau data storage method
CN103617047A (en) * 2013-12-16 2014-03-05 北京中电普华信息技术有限公司 Method, device and processor for developing business processes
CN104317974A (en) * 2014-11-21 2015-01-28 武汉理工大学 Reconfigurable multi-source data importing method in ERP system
CN104572122A (en) * 2015-01-28 2015-04-29 中国工商银行股份有限公司 Software application data generating device and method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102117292A (en) * 2009-12-30 2011-07-06 ***股份有限公司 File secondary generation and query method
CN102486728A (en) * 2010-12-05 2012-06-06 西软软件股份有限公司 User-defined form system
CN102542038A (en) * 2011-12-27 2012-07-04 浪潮通信信息***有限公司 Universal configurable standard bureau data storage method
CN103617047A (en) * 2013-12-16 2014-03-05 北京中电普华信息技术有限公司 Method, device and processor for developing business processes
CN104317974A (en) * 2014-11-21 2015-01-28 武汉理工大学 Reconfigurable multi-source data importing method in ERP system
CN104572122A (en) * 2015-01-28 2015-04-29 中国工商银行股份有限公司 Software application data generating device and method

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
王育坚编著: "《普通高等教育"十一五"国家级规划教材 Visual C++面向对象编程 第3版》", 31 August 2013 *

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105808777A (en) * 2016-03-29 2016-07-27 中国建设银行股份有限公司 Trigger type parameter effect taking method and device
CN106776986B (en) * 2016-12-06 2019-12-03 浪潮通用软件有限公司 A kind of configurable list extension information transmitting methods
CN106648763A (en) * 2016-12-06 2017-05-10 明博教育科技股份有限公司 Batch data importing component and importing method thereof
CN106776986A (en) * 2016-12-06 2017-05-31 浪潮通用软件有限公司 A kind of configurable list extension information transmitting methods
CN107122434A (en) * 2017-04-18 2017-09-01 北京思特奇信息技术股份有限公司 A kind of method and system that reconciliation file is imported to database
CN107436917A (en) * 2017-06-16 2017-12-05 浙江百世技术有限公司 One kind imports template configuration method, batch data introduction method and system
CN107870979A (en) * 2017-09-30 2018-04-03 平安科技(深圳)有限公司 Electronic installation, extract tables of data data method and storage medium
CN108595597A (en) * 2018-04-19 2018-09-28 平安科技(深圳)有限公司 Data lead-in method, device, computer equipment and storage medium
CN108647283A (en) * 2018-05-04 2018-10-12 武汉灵动在线科技有限公司 A kind of configuration of game data is quick to be generated and analytic method
CN108763365A (en) * 2018-05-17 2018-11-06 深圳市买买提信息科技有限公司 Case information dynamic introduction method, device, equipment and storage medium
CN109032611B (en) * 2018-06-06 2022-01-28 平安科技(深圳)有限公司 Script deployment method and device, computer equipment and storage medium
CN109032611A (en) * 2018-06-06 2018-12-18 平安科技(深圳)有限公司 Script dispositions method, device, computer equipment and storage medium
CN109062925A (en) * 2018-06-06 2018-12-21 中国平安人寿保险股份有限公司 Automatically generate the method, apparatus, computer equipment and storage medium of insert sentence
CN109062925B (en) * 2018-06-06 2023-08-22 中国平安人寿保险股份有限公司 Method, device, computer equipment and storage medium for automatically generating insert sentences
CN108829888A (en) * 2018-06-28 2018-11-16 郑州悉知信息科技股份有限公司 A kind of non-relational database document management method and device
CN108829888B (en) * 2018-06-28 2022-08-16 郑州悉知信息科技股份有限公司 Non-relational database document management method and device
CN109542408A (en) * 2018-11-27 2019-03-29 深圳市关运通科技有限公司 A kind of template intelligent configuration method and device
CN110008264A (en) * 2019-03-04 2019-07-12 广州易朋软件有限公司 The collecting method and device of Cost Accounting System
CN110008264B (en) * 2019-03-04 2020-12-25 广州易朋软件有限公司 Data acquisition method and device of cost accounting system
CN109992585A (en) * 2019-04-01 2019-07-09 北京金和网络股份有限公司 Data lead-in method for office management system
CN111583069A (en) * 2020-03-26 2020-08-25 口碑(上海)信息技术有限公司 Task data processing method and device
CN111625586A (en) * 2020-05-27 2020-09-04 北京思特奇信息技术股份有限公司 Method and system for importing general service data

Similar Documents

Publication Publication Date Title
CN105117431A (en) Dynamic configuration method and system for external imported data
CN104317974B (en) Multi-source data introduction method in a kind of ERP system of restructural
CN104133772B (en) Automatic test data generation method
CN102254029B (en) View-based data access system and method
CN104331285A (en) Automatic code generation method and system
CN103810212A (en) Automated database index creation method and system
CN103970659A (en) Android application software automation testing method based on pile pitching technology
CN103914564A (en) Method and system for updating and warehousing urban pipelines on basis of ArcGIS (geographic information system)
CN107992306A (en) A kind of avionics software interface realizes uniformity automatic check method
CN105005543A (en) Interface generation apparatus and method
CN107797819A (en) Delta package generation method, computer-readable recording medium and server
CN102236573A (en) Name binding extensibility for typed programming language
CN114386853A (en) Data auditing processing method, device and equipment based on universal auditing model
CN113434542B (en) Data relationship identification method and device, electronic equipment and storage medium
CN111125067A (en) Data maintenance method and device
CN102831172A (en) Method and device for processing data in enterprise patent databank
CN111427582B (en) RTL code management method, device, equipment and computer readable storage medium
CN103970776A (en) Method and system for creating CAN hierarchy tree
CN104536897A (en) Automatic testing method and system based on keyword
CN105677427A (en) Module upgrading method and device
CN102567796A (en) Method and device for importing data
CN202143092U (en) Message processing system
CN102479072B (en) Multi-header report generating method, device and terminal
CN104992136A (en) Bar code identifying method and apparatus
CN112204527A (en) Method and system for processing engineering data in a multi-engineering system environment

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20151202

RJ01 Rejection of invention patent application after publication