CN112882861B - Service configuration data loading and recovering system and method - Google Patents

Service configuration data loading and recovering system and method Download PDF

Info

Publication number
CN112882861B
CN112882861B CN202110190386.7A CN202110190386A CN112882861B CN 112882861 B CN112882861 B CN 112882861B CN 202110190386 A CN202110190386 A CN 202110190386A CN 112882861 B CN112882861 B CN 112882861B
Authority
CN
China
Prior art keywords
service configuration
configuration data
data
backup
loading
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202110190386.7A
Other languages
Chinese (zh)
Other versions
CN112882861A (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.)
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 CN202110190386.7A priority Critical patent/CN112882861B/en
Publication of CN112882861A publication Critical patent/CN112882861A/en
Application granted granted Critical
Publication of CN112882861B publication Critical patent/CN112882861B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore

Abstract

The invention provides a service configuration data loading and recovering system and method, relating to the technical field of service data loading and recovering, comprising the following steps: recording each service configuration data table in a data loading module; writing the data of the service configuration data table into the main table, completing loading and creating a service configuration data backup table, writing the service configuration data table into a data recovery control table, and judging whether the service configuration data table is recoverable data; the data recovery module inquires operation records of each service configuration data table in the data recovery control table and corresponding service configuration data backup tables; selecting data of a service configuration data backup table of a recoverable operation record to write into the positive table to complete data recovery; the log module records the data track of the service configuration data backup table. When the service configuration data is in the online fault, the system updating problem can be rapidly checked through inquiring the log, the configuration is rapidly recovered through backup data, the fault influence range is reduced, and the fault processing efficiency is improved.

Description

Service configuration data loading and recovering system and method
Technical Field
The invention relates to the technical field of service data loading and recovering, in particular to a system and a method for realizing service configuration data loading and recovering.
Background
The business configuration data tables in the Customer Relationship Management (CRM) system are numerous, business configuration data features are divided into two types from a data structure, wherein the data tables are in common field record configuration details, LOB field record configuration data details and configuration is complex.
With the diversification of service development and the frequent service change in the customer relationship management system in the telecommunication industry, the service configuration data in the customer relationship management system is increased and changed very frequently. This frequent service configuration data update presents additional configuration risks to the customer relationship management system, which can cause a number of adverse consequences once an abnormal condition of the service configuration data occurs, such as: the operation range of the service configuration table cannot be positioned rapidly from the system level; only the data detail of the latest configuration data of a certain service can be obtained; the operation track detail of single data cannot be acquired, and the data is backed up; configuration data of a specified track version cannot be quickly restored; these problems can lead to the system not being repaired in time, which affects the normal operation of the system.
Disclosure of Invention
In order to solve the problems, the invention provides a service configuration data loading and recovering system and a service configuration data loading and recovering method, provides loading, backup, inquiring and recovering functions of service configuration data, can shorten the troubleshooting time of system faults caused by the online configuration data, compares the configuration data, quickly recovers configuration, and reduces the probability of secondary faults, thereby improving the system fault processing efficiency.
In order to achieve the above objective, the present invention provides a service configuration data loading and recovering system and method, including: the system comprises a data loading module, a data recovery module and a log module;
the data loading module is used for:
recording each service configuration data table;
creating a corresponding service configuration data backup table according to the service configuration data table;
splitting, translating and checking the service configuration data table, and writing the service configuration data table into a positive table to finish service configuration data loading;
the data recovery module is used for:
inquiring an operation record of the service configuration data table and a corresponding service configuration data backup table;
selecting one of the operation records to perform recovery operation according to recovery requirements;
writing the data in the service configuration data backup table corresponding to the operation record into the positive table to complete data recovery;
the log module is used for:
recording loading and recovering operations of the service configuration data table;
recording the data track of the service configuration data backup table;
and inquiring and displaying the operation records of the service configuration data table.
As a further improvement of the invention, the entering each service configuration data table comprises an sql statement entry and a page field configuration entry.
As a further improvement of the invention, the service configuration data backup table is to add fixed fields on the service configuration data table, including but not limited to backup time, backup operation number, backup operation type, backup stream, backup change time, backup status and backup operation reason record.
The data loading module is further used for carrying out modification and deletion operations on the loaded service configuration data and carrying out backup on the service configuration data subjected to the modification and deletion operations to form a service configuration data backup table.
As a further improvement of the invention, the log module also records the modification and deletion operation records of the service configuration data table;
the log module records operation work numbers, operation types, operation table names, core field values of an operation data table, channel types, operation reasons, operation time and abnormal condition information for each operation.
As a further improvement of the invention, after the data loading module finishes loading the service configuration data, the service configuration data table is written into the data recovery control table, and the data recovery module acquires the operation record of the service configuration data table by inquiring the data recovery control table.
As a further improvement of the invention, the data recovery control table records an operation number, a data table core field value, an operation type and an operation time;
the operation types include recoverable and non-recoverable.
As a further improvement of the present invention, after a restoration operation is performed on one of the operation records, all operations after the one operation record are not restorable.
As a further improvement of the invention, the log module queries and displays the operation records of the service configuration data table through the operation job number or the operation time.
The invention also provides a method for loading and recovering the system based on the service configuration data, which comprises the following steps:
recording each service configuration data table in a data loading module;
splitting, translating and checking the service configuration data table, writing the service configuration data table into a positive table, completing loading, creating a service configuration data backup table corresponding to the service configuration data table, writing the service configuration data table into a data recovery control table, and judging whether the service configuration data table is recoverable data;
the data recovery module inquires the operation record of the service configuration data table in the data recovery control table and the corresponding service configuration data backup table;
the data recovery module selects the data of the service configuration data backup table corresponding to one recoverable operation record according to the recovery requirement, writes the data into the positive table to complete data recovery, and updates the operation record and the subsequent operation record as unrecoverable;
and the log module records loading and recovering operations of the service configuration data table and data of the service configuration data backup table after each operation.
Compared with the prior art, the invention has the beneficial effects that:
the loading and recovering system of the business configuration data provides a series of functions of loading, backing up, inquiring and recovering the business configuration data, and when the business configuration data is in an online fault, the system updating problem can be rapidly checked through the inquiry log, further the configuration can be rapidly recovered through the backup data, the fault influence range is reduced, and the fault processing efficiency is improved.
The invention can quickly locate the service configuration data table and specific data which have changed recently by inquiring the log, further quickly acquire the data change detail of the single service configuration data table and the service configuration data backup table of each version corresponding to each update, and can conveniently and quickly restore the service configuration by comparing the service configuration data backup tables of different versions.
The backup mechanism of the system can ensure that the historical data is not lost, and avoid system faults caused by misdeletion, misupdate and the like.
Drawings
FIG. 1 is a schematic diagram of a service configuration data loading and restoring system according to an embodiment of the present invention;
FIG. 2 is a flow chart of a method for loading and recovering service configuration data according to an embodiment of the present invention;
FIG. 3 is a diagram showing an sql import data configuration page disclosed in one embodiment of the present invention;
FIG. 4 is a diagram showing a page add data configuration page disclosed in one embodiment of the present invention;
FIG. 5 is a diagram showing a data recovery management page of a data recovery module according to an embodiment of the present invention;
FIG. 6 is a diagram illustrating an oplog query page display in accordance with one embodiment of the invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of 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, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The invention is described in further detail below with reference to the attached drawing figures:
as shown in fig. 1, the service configuration data loading and recovering system provided by the present invention includes: the system comprises a data loading module, a data recovery module and a log module;
a data loading module for:
recording each service configuration data table;
creating a corresponding service configuration data backup table according to the service configuration data table;
splitting, translating and checking the service configuration data table, and writing the service configuration data table into the positive table to finish loading the service configuration data;
wherein,
each service configuration data table is input, wherein the input of the sql statement and the input of the page field configuration are included;
the service configuration data backup table is to add fixed fields on the service configuration data table, including but not limited to backup time, backup operation number, backup operation type, backup stream, backup change time, backup state and backup operation reason record, and default adding "BHIS" in name to distinguish the service configuration data table, as shown in the following table, which are the data structures of the service configuration data table and the service configuration data backup table respectively:
the data loading module is also used for carrying out modification and deletion operations on the loaded service configuration data and carrying out backup on the service configuration data subjected to the modification and deletion operations to form a service configuration data backup table;
after the data loading module finishes loading the service configuration data, the service configuration data table is written into the data recovery control table as follows:
the data recovery module acquires an operation record of the service configuration data table by inquiring a data recovery control table, and further, the data recovery control table is recorded with an operation work number, a data table core field value, an operation type and an operation time, wherein the operation type comprises recoverable and non-recoverable operation.
A data recovery module for:
inquiring an operation record of the service configuration data table and a corresponding service configuration data backup table;
selecting one of the operation records to perform recovery operation according to recovery requirements;
writing the data in the service configuration data backup table corresponding to the operation record into the positive table to complete data recovery;
after one operation record in the operation records is subjected to recovery operation, all operations after the operation record are not recoverable.
A log module for:
recording loading and recovering operations of a service configuration data table;
recording the modification and deletion operation records of the service configuration data table;
recording the data track of a service configuration data backup table;
inquiring and displaying operation records of a service configuration data table;
wherein,
the log records operation work number, operation type, operation table name, core field value of operation data table, channel type, operation reason, operation time and abnormal condition information for each operation, and the log table is exemplified as follows:
the log module queries and displays the operation record of the service configuration data table through the operation number or the operation time.
As shown in fig. 2, the present invention further provides a method for loading and recovering a system based on the service configuration data as above, which includes:
s1, inputting each service configuration data table in a data loading module;
s2, splitting, translating and checking the service configuration data table, writing the service configuration data table into a positive table, completing loading, creating a service configuration data backup table corresponding to the service configuration data table, writing the service configuration data table into a data recovery control table, and judging whether the service configuration data table is recoverable data;
s3, the service configuration is abnormal, and the data recovery module inquires an operation record of the service configuration data table and a corresponding service configuration data backup table in the data recovery control table;
s4, the data recovery module selects data of a service configuration data backup table corresponding to a recoverable operation record to write into the positive table to complete data recovery according to recovery requirements, and updates the operation record and the subsequent operation record to be unrecoverable;
s5, the log module records loading and recovering operations of the service configuration data table and data of the service configuration data backup table after each operation.
Examples:
the system is loaded on the host, the front desk of the data loading module is correspondingly provided with a service field table, the service field table comprises inquiring and modifying data configuration, sql importing data configuration and page adding data configuration, the front desk of the data recovery module is correspondingly provided with an action dictionary table,
step 1, loading configuration data by two methods of sql import data configuration (shown in figure 3) or page addition data configuration (shown in figure 4) on a service field page of a foreground data loading module when loading new service configuration data, submitting the configuration data to a background, splitting, translating and checking the configuration data by a background server, and then writing the service configuration data into a positive table;
step 2, after loading is successful, creating a service configuration data backup table corresponding to the service configuration data table, writing the service configuration data table into a data recovery control table, and judging whether the data is recoverable or not;
step 3, writing the loading and backup operation into a log table, and finishing data loading;
when abnormal conditions occur in system loading, fault investigation and data recovery are carried out, and the steps are as follows:
step 1, as shown in fig. 5, inquiring data recovery management and control table in a foreground action field table page through the name and operation number of a service configuration data table, and displaying a data change track and a service configuration data backup table corresponding to the track;
step 2, judging whether each piece of displayed data is recoverable, and providing a recovery operation button at the tail of the piece of data if the data is recoverable;
step 3, an operator selects one piece of recoverable data in the display data to click an operation button according to the recovery requirement, and submits the recoverable data to the background;
step 4, the background server clearly shows the positive list data of the service, and writes the data in the service configuration data backup list corresponding to the piece of recovery data into the positive list;
and step 5, updating the service configuration data backup table state to be non-updatable, and writing the operation log.
When the service configuration data change condition is needed to be known, the change information can be obtained through inquiring the log, and the steps are as follows:
step 1, as shown in fig. 6, a query job number is filled in a foreground operation log query page, a query time period is selected, and a background is submitted;
step 2, the background server correspondingly acquires data in the operation log table according to the query job number and the query time period and returns the data to the foreground;
and step 3, displaying the query result by the foreground.
When the service configuration data needs to be modified or deleted, the foreground page of the service data loading module can be directly modified, the front page is used for inquiring the existing configuration data of the service, the modification option is arranged at the tail of the data, the page prompt is used for selecting sql input data configuration or page addition data configuration, the configuration page is entered after the selection, and then the configuration page is the same as the data loading step.
The invention has the advantages that:
the loading and recovering system of the business configuration data provides a series of functions of loading, backing up, inquiring and recovering the business configuration data, and when the business configuration data is in an online fault, the system updating problem can be rapidly checked through the inquiry log, further the configuration can be rapidly recovered through the backup data, the fault influence range is reduced, and the fault processing efficiency is improved.
The invention can quickly locate the service configuration data table and specific data which have changed recently by inquiring the log, further quickly acquire the data change detail of the single service configuration data table and the service configuration data backup table of each version corresponding to each update, and can conveniently and quickly restore the service configuration by comparing the service configuration data backup tables of different versions.
The backup mechanism of the system can ensure that the historical data is not lost, and avoid system faults caused by misdeletion, misupdate and the like.
The above is only a preferred embodiment of the present invention, and is not intended to limit the present invention, but various modifications and variations can be made to the present invention by those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (9)

1. A system for loading and retrieving service configuration data, comprising: the system comprises a data loading module, a data recovery module and a log module;
the data loading module is used for:
recording each service configuration data table;
creating a corresponding service configuration data backup table according to the service configuration data table;
splitting, translating and checking the service configuration data table, and writing the service configuration data table into a positive table to finish service configuration data loading;
after the data loading module finishes loading the service configuration data, writing the service configuration data table into a data recovery control table, and acquiring an operation record of the service configuration data table by the data recovery module through inquiring the data recovery control table;
the data recovery module is used for:
inquiring an operation record of the service configuration data table and a corresponding service configuration data backup table;
selecting one of the operation records to perform recovery operation according to recovery requirements;
writing the data in the service configuration data backup table corresponding to the operation record into the positive table to complete data recovery;
the log module is used for:
recording loading and recovering operations of the service configuration data table;
recording the data track of the service configuration data backup table;
and inquiring and displaying the operation records of the service configuration data table.
2. The system according to claim 1, wherein: and the entering each service configuration data table comprises an sql statement entering and a page field configuration entering.
3. The system according to claim 1, wherein: the service configuration data backup table is to add fixed fields on the service configuration data table, including backup time, backup operation number, backup operation type, backup flow, backup change time, backup state and backup operation reason record.
4. The system according to claim 1, wherein: the data loading module is also used for carrying out modification and deletion operations on the loaded service configuration data and carrying out backup on the service configuration data after the modification and deletion operations to form a service configuration data backup table.
5. The system according to claim 4, wherein:
the log module is also recorded with a modification and deletion operation record of the service configuration data table;
the log module records operation work numbers, operation types, operation table names, core field values of an operation data table, channel types, operation reasons, operation time and abnormal condition information for each operation.
6. The system according to claim 1, wherein: the data recovery control table records an operation work number, a data table core field value, an operation type and an operation time;
the operation types include recoverable and non-recoverable.
7. The system according to claim 6, wherein: after one operation record in the operation records is subjected to recovery operation, all operations after the operation record are not recoverable.
8. The system according to claim 1, wherein: and the log module queries and displays the operation record of the service configuration data table through the operation work number or the operation time.
9. A method of loading and recovering a system based on service configuration data according to any one of claims 1 to 8, comprising:
recording each service configuration data table in a data loading module;
splitting, translating and checking the service configuration data table, writing the service configuration data table into a positive table, completing loading, creating a service configuration data backup table corresponding to the service configuration data table, writing the service configuration data table into a data recovery control table, and judging whether the service configuration data table is recoverable data;
the data recovery module inquires the operation record of the service configuration data table in the data recovery control table and the corresponding service configuration data backup table;
the data recovery module selects the data of the service configuration data backup table corresponding to one recoverable operation record according to the recovery requirement, writes the data into the positive table to complete data recovery, and updates the operation record and the subsequent operation record as unrecoverable;
and the log module records loading and recovering operations of the service configuration data table and data of the service configuration data backup table after each operation.
CN202110190386.7A 2021-02-18 2021-02-18 Service configuration data loading and recovering system and method Active CN112882861B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110190386.7A CN112882861B (en) 2021-02-18 2021-02-18 Service configuration data loading and recovering system and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110190386.7A CN112882861B (en) 2021-02-18 2021-02-18 Service configuration data loading and recovering system and method

Publications (2)

Publication Number Publication Date
CN112882861A CN112882861A (en) 2021-06-01
CN112882861B true CN112882861B (en) 2023-11-07

Family

ID=76056575

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110190386.7A Active CN112882861B (en) 2021-02-18 2021-02-18 Service configuration data loading and recovering system and method

Country Status (1)

Country Link
CN (1) CN112882861B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104657382A (en) * 2013-11-21 2015-05-27 阿里巴巴集团控股有限公司 Method and device for detecting consistency of data of MySQL master and slave servers
CN104657459A (en) * 2015-02-09 2015-05-27 中国科学院信息工程研究所 Massive data storage method based on file granularity
CN105530125A (en) * 2015-12-12 2016-04-27 公安部交通管理科学研究所 Internetwork data exchange system
CN107391628A (en) * 2017-06-30 2017-11-24 北京奇虎科技有限公司 Method of data synchronization and device
CN107451013A (en) * 2017-06-30 2017-12-08 北京奇虎科技有限公司 Data reconstruction method, apparatus and system based on distributed system
CN108984341A (en) * 2018-06-16 2018-12-11 温州职业技术学院 A kind of data reconstruction method and system based on distributed memory system
CN110209527A (en) * 2018-11-30 2019-09-06 腾讯科技(深圳)有限公司 Data reconstruction method, device, server and storage medium
CN110781036A (en) * 2019-10-31 2020-02-11 北京东软望海科技有限公司 Data recovery method and device, computer equipment and storage medium
CN111880966A (en) * 2020-07-09 2020-11-03 腾讯科技(深圳)有限公司 Database data recovery method and device
CN112232768A (en) * 2020-10-16 2021-01-15 广州助蜂网络科技有限公司 Merchant data processing method based on full life cycle management

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10585876B2 (en) * 2016-04-07 2020-03-10 International Business Machines Corporation Providing snapshot isolation to a database management system

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104657382A (en) * 2013-11-21 2015-05-27 阿里巴巴集团控股有限公司 Method and device for detecting consistency of data of MySQL master and slave servers
CN104657459A (en) * 2015-02-09 2015-05-27 中国科学院信息工程研究所 Massive data storage method based on file granularity
CN105530125A (en) * 2015-12-12 2016-04-27 公安部交通管理科学研究所 Internetwork data exchange system
CN107391628A (en) * 2017-06-30 2017-11-24 北京奇虎科技有限公司 Method of data synchronization and device
CN107451013A (en) * 2017-06-30 2017-12-08 北京奇虎科技有限公司 Data reconstruction method, apparatus and system based on distributed system
CN108984341A (en) * 2018-06-16 2018-12-11 温州职业技术学院 A kind of data reconstruction method and system based on distributed memory system
CN110209527A (en) * 2018-11-30 2019-09-06 腾讯科技(深圳)有限公司 Data reconstruction method, device, server and storage medium
CN110781036A (en) * 2019-10-31 2020-02-11 北京东软望海科技有限公司 Data recovery method and device, computer equipment and storage medium
CN111880966A (en) * 2020-07-09 2020-11-03 腾讯科技(深圳)有限公司 Database data recovery method and device
CN112232768A (en) * 2020-10-16 2021-01-15 广州助蜂网络科技有限公司 Merchant data processing method based on full life cycle management

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
How to ensure Availability of customer relationship data;Hal Yaman;https://www.veeam.com/blog/how-to-protect-microsoft-dynamics-crm.html;全文 *
SAP HANA数据恢复技术(二):数据库备份;Former Member;https://blogs.sap.com/2014/02/27/sap-hana%E6%95%B0%E6%8D%AE%E6%81%A2%E5%A4%8D%E6%8A%80%E6%9C%AF-%E4%BA%8C-%E6%95%B0%E6%8D%AE%E5%BA%93%E5%A4%87%E4%BB%BD/;全文 *
Table Store: 海量结构化数据实时备份实战;阿里云云栖号;https://blog.csdn.net/yunqiinsight/article/details/88291602;全文 *

Also Published As

Publication number Publication date
CN112882861A (en) 2021-06-01

Similar Documents

Publication Publication Date Title
US5437026A (en) Removing uncommitted changes made to stored data by a database management system
US7567988B2 (en) Synchronizing agent for multiple clients/applications on a computer system
US5778387A (en) Database automated recovery system
US7739547B2 (en) Failure recovery and error correction techniques for data loading in information warehouses
CN100570599C (en) The system and method that is used for automated data library or file system maintenance and reparation
US7318162B2 (en) Computer-implemented system and method for managing data integrity validation rules
US20050262484A1 (en) System and method for storing and reporting information associated with asserts
US7644301B2 (en) Fault management system in multistage copy configuration
US6189010B1 (en) Method for repairing constraint violations in a database management system
US7487385B2 (en) Apparatus and method for recovering destroyed data volumes
JPH11134235A (en) Method for supporting recovery from fault of external storage device
IL145325A (en) System and method for extracting index key data fields
EP2797001B1 (en) System and method for creating variants in a test database during various test stages
CN109101368B (en) Data processing method and device
CN112882861B (en) Service configuration data loading and recovering system and method
CN110597781B (en) Flash deleting method and system for database
KR20100134355A (en) A method for recovering logical data errors in database
US8150821B2 (en) System and method for using generic utilities to perform database utilities on mainframe operated DB2 databases
US20210286824A1 (en) Upgrading replicated databases with small downtime
US8051378B1 (en) Generic mechanism for reporting on backups
US7533053B2 (en) Method and apparatus for accommodating quality review in an automated account statement generation process
CN112612648B (en) SQL Server database recovery method, terminal equipment and storage medium
CN1324466A (en) Method for checking tables paces involved in referential integrity
CN117608536A (en) Gap data online template customization and supplementary recording system and method thereof
CN117951141A (en) Data processing method and device

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