CN112069158A - Data restoration method, device, equipment and storage medium - Google Patents

Data restoration method, device, equipment and storage medium Download PDF

Info

Publication number
CN112069158A
CN112069158A CN202010873227.2A CN202010873227A CN112069158A CN 112069158 A CN112069158 A CN 112069158A CN 202010873227 A CN202010873227 A CN 202010873227A CN 112069158 A CN112069158 A CN 112069158A
Authority
CN
China
Prior art keywords
repair
data
repaired
script
scene
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.)
Withdrawn
Application number
CN202010873227.2A
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.)
Shenzhen Lexin Software Technology Co Ltd
Original Assignee
Shenzhen Lexin Software 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 Shenzhen Lexin Software Technology Co Ltd filed Critical Shenzhen Lexin Software Technology Co Ltd
Priority to CN202010873227.2A priority Critical patent/CN112069158A/en
Publication of CN112069158A publication Critical patent/CN112069158A/en
Withdrawn legal-status Critical Current

Links

Images

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/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • 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/21Design, administration or maintenance of databases
    • G06F16/219Managing data history or versioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals
    • G06F21/31User authentication

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Security & Cryptography (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Stored Programmes (AREA)

Abstract

The embodiment of the invention discloses a data recovery method, a data recovery device, data recovery equipment and a storage medium. The method comprises the following steps: acquiring a repair scene of data to be repaired; calling a repair script from a preset database according to the repair scene; and repairing the data to be repaired according to the repairing script. The embodiment of the invention realizes the collection of all data restoration scenes and the unified management restoration.

Description

Data restoration method, device, equipment and storage medium
Technical Field
Embodiments of the present invention relate to data repair technologies, and in particular, to a data repair method, apparatus, device, and storage medium.
Background
With the development of internet technology, enterprises can use various business systems, but various business systems can cause data exception due to various bugs or business problems when running.
Whenever abnormal data needs to be repaired, a service is newly added into business codes or different methods are written into the service, various data repair logics are realized, and then different data repair methods are triggered by using a job or generalization call.
However, the method is lack of uniform planning, and the data repair logic is scattered everywhere, which easily causes the coupling of the service code and the data repair code, and greatly reduces the user experience.
Disclosure of Invention
The embodiment of the invention provides a data restoration method, a data restoration device, data restoration equipment and a storage medium, which are used for gathering all data restoration scenes and performing unified management restoration.
To achieve the object, an embodiment of the present invention provides a data recovery method, including:
acquiring a repair scene of data to be repaired;
calling a repair script from a preset database according to the repair scene;
and repairing the data to be repaired according to the repairing script.
Further, the acquiring a repair scenario of the data to be repaired includes:
receiving a repairing instruction sent by a user for repairing data to be repaired;
acquiring the data to be repaired according to the repair instruction;
and determining a repair scene of the data to be repaired according to the data to be repaired.
Further, the acquiring the data to be repaired according to the repair instruction includes:
acquiring authority information of a user and judging whether the user has a repair authority;
and if the user has the repair authority, acquiring the data to be repaired according to the repair instruction.
Further, the calling the repair script from the preset database according to the repair scenario includes: acquiring configuration information of the repair scene;
judging whether the repair scene is effective or not according to the configuration information;
and if the repair scene is effective, calling a repair script from a preset database according to the repair scene.
Further, the calling the repair script from the preset database according to the repair scenario includes: generating a repair scene code according to the repair scene;
and calling a repair script from a preset database according to the repair scene code.
Further, before repairing the data to be repaired according to the repair script, the method includes: and recording the current data recovery operation log.
Further, the repairing the data to be repaired according to the repair script includes: and recording the current data recovery operation log.
In one aspect, an embodiment of the present invention further provides a data recovery apparatus, where the apparatus includes:
the data acquisition module is used for acquiring a repair scene of data to be repaired;
the script calling module is used for calling the repair script from a preset database according to the repair scene; and the data repairing module is used for repairing the data to be repaired according to the repairing script.
On the other hand, an embodiment of the present invention further provides a computer device, where the computer device includes: one or more processors; a storage device for storing one or more programs which, when executed by the one or more processors, cause the one or more processors to implement a method as provided by any embodiment of the invention.
In yet another aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, implements the method provided in any embodiment of the present invention.
The embodiment of the invention obtains the repair scene of the data to be repaired; calling a repair script from a preset database according to the repair scene; the data to be repaired is repaired according to the repair script, the problems that the conventional data repair method lacks unified planning and data repair logic is scattered to cause coupling of service codes and data repair codes are solved, and the effects of gathering all data repair scenes and performing unified management and repair are achieved.
Drawings
Fig. 1 is a schematic flow chart of a data recovery method according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of a data recovery method according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a data recovery apparatus according to a third embodiment of the present invention;
fig. 4 is a schematic structural diagram of a computer device according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are for purposes of illustration and not limitation. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Before discussing exemplary embodiments in more detail, it should be noted that some exemplary embodiments are described as processes or methods depicted as flowcharts. Although a flowchart may describe the steps as a sequential process, many of the steps can be performed in parallel, concurrently or simultaneously. In addition, the order of the steps may be rearranged. A process may be terminated when its operations are completed, but may have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc.
Example one
As shown in fig. 1, an embodiment of the present invention provides a data repair method, apparatus, device, and storage medium, where the method includes:
s110, acquiring a repair scene of data to be repaired.
And S120, calling a repair script from a preset database according to the repair scene.
S130, repairing the data to be repaired according to the repairing script.
In this embodiment, when data repair is required, a repair scene of data to be repaired needs to be obtained first, where the repair scene of the data to be repaired may be a repair scene instance corresponding to the data to be repaired, that is, it needs to be determined which type of problem to be repaired the data to be repaired belongs to first. After the repair scene of the data to be repaired is obtained, the repair script corresponding to the repair scene can be called from a preset database according to the repair scene, wherein multiple repair scripts are prestored in the preset database to correspond to different repair scenes, and the preset database can be regarded as a distributed data repair platform, so that the effects of unifying repair interfaces and facilitating unified management of the repair scripts are achieved. After the repair script corresponding to the repair scene of the data to be repaired is called, the data to be repaired can be directly repaired according to the repair script, and after the repair is completed, the repair script can be timely offline without subsequent calling risks.
The embodiment of the invention obtains the repair scene of the data to be repaired; calling a repair script from a preset database according to the repair scene; the data to be repaired is repaired according to the repair script, the problems that the conventional data repair method lacks unified planning and data repair logic is scattered to cause coupling of service codes and data repair codes are solved, and the effects of gathering all data repair scenes and performing unified management and repair are achieved.
Example two
As shown in fig. 2, a second embodiment of the present invention provides a data recovery method, and the second embodiment of the present invention provides a further explanation on the basis of the first embodiment of the present invention, where the method includes:
s210, a repairing instruction sent by a user for repairing the data to be repaired is received.
S220, acquiring the authority information of the user and judging whether the user has the repair authority.
And S230, if the user has the repair authority, acquiring the data to be repaired according to the repair instruction.
S240, determining a repair scene of the data to be repaired according to the data to be repaired.
In this embodiment, when data needs to be repaired, a user may send a repair instruction for repairing data to be repaired, and at this time, it is necessary to determine whether the user has a corresponding right, and if the user does not have a right, subsequent steps are not performed, so that unnecessary work is reduced on the premise of ensuring security, and efficiency is improved.
And S250, acquiring the configuration information of the repair scene.
And S260, judging whether the repair scene is effective or not according to the configuration information.
And S270, if the repair scene is effective, generating a repair scene code according to the repair scene.
And S280, calling a repair script from a preset database according to the repair scene code.
In this embodiment, after the repair scene of the data to be repaired is determined, the configuration information of the repair scene needs to be acquired from a pre-configured configuration center, and then whether the repair scene is valid is determined according to the configuration information, so as to prevent an invalid repair file from being called.
And S290, repairing the data to be repaired according to the repair script.
In this embodiment, the current data repair operation log needs to be recorded before the data to be repaired is repaired according to the repair script, the current data repair operation log needs to be recorded after the data to be repaired is repaired according to the repair script, traces generated in the data repair process, such as user information, input parameters, execution time and the like, are recorded, and subsequent traceability audit is facilitated.
The embodiment of the invention provides a unified data recovery interface aiming at different data recovery scenes, standardizes the data recovery process, unifies the management of recovery scripts and recovery authorities, and keeps the recovery operation logs, thereby reducing the risk and improving the stability of data recovery.
EXAMPLE III
As shown in fig. 3, a data recovery apparatus 100 is provided in a third embodiment of the present invention, and the data recovery apparatus 100 provided in the third embodiment of the present invention can execute the data recovery method provided in any embodiment of the present invention, and has corresponding functional modules and beneficial effects of the execution method. The data repair apparatus 100 includes a data acquisition module 200, a script calling module 300, and a data repair module 400.
Specifically, the data obtaining module 200 is configured to obtain a repair scene of data to be repaired; the script calling module 300 is configured to call a repair script from a preset database according to the repair scene; the data repairing module 400 is configured to repair the data to be repaired according to the repairing script.
In this embodiment, the data obtaining module 200 is specifically configured to receive a repair instruction sent by a user to repair data to be repaired; acquiring the data to be repaired according to the repair instruction; and determining a repair scene of the data to be repaired according to the data to be repaired. The data obtaining module 200 is further configured to obtain authority information of the user and determine whether the user has a repair authority; and if the user has the repair authority, acquiring the data to be repaired according to the repair instruction.
In this embodiment, the script calling module 300 is specifically configured to obtain configuration information of the repair scene; judging whether the repair scene is effective or not according to the configuration information; and if the repair scene is effective, calling a repair script from a preset database according to the repair scene. The script calling module 300 is further specifically configured to generate a repair scene code according to the repair scene; and calling a repair script from a preset database according to the repair scene code.
Further, the data repairing apparatus 100 further includes an operation recording module 500, where the operation recording module 500 is configured to record a current data repairing operation log before the data to be repaired is repaired according to the repair script. The operation recording module 500 is further configured to record a current data repair operation log after the data to be repaired is repaired according to the repair script.
Example four
Fig. 4 is a schematic structural diagram of a computer device 12 according to a fourth embodiment of the present invention. FIG. 4 illustrates a block diagram of an exemplary computer device 12 suitable for use in implementing embodiments of the present invention. The computer device 12 shown in FIG. 4 is only one example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention.
As shown in FIG. 4, computer device 12 is in the form of a general purpose computing device. The components of computer device 12 may include, but are not limited to: one or more processors or processing units 16, a system memory 28, and a bus 18 that couples various system components including the system memory 28 and the processing unit 16.
Bus 18 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, Industry Standard Architecture (ISA) bus, micro-channel architecture (MAC) bus, enhanced ISA bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer device 12 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 12 and includes both volatile and nonvolatile media, removable and non-removable media.
The system memory 28 may include computer system readable media in the form of volatile memory, such as Random Access Memory (RAM)30 and/or cache memory 32. Computer device 12 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 34 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 4, and commonly referred to as a "hard drive"). Although not shown in FIG. 4, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a CD-ROM, DVD-ROM, or other optical media) may be provided. In these cases, each drive may be connected to bus 18 by one or more data media interfaces. Memory 28 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
A program/utility 40 having a set (at least one) of program modules 42 may be stored, for example, in memory 28, such program modules 42 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which examples or some combination thereof may comprise an implementation of a network environment. Program modules 42 generally carry out the functions and/or methodologies of the described embodiments of the invention.
Computer device 12 may also communicate with one or more external devices 14 (e.g., keyboard, pointing device, display 24, etc.), with one or more devices that enable a user to interact with computer device 12, and/or with any devices (e.g., network card, modem, etc.) that enable computer device 12 to communicate with one or more other computing devices. Such communication may be through an input/output (I/O) interface 22. Also, computer device 12 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network such as the Internet) via network adapter 20. As shown, network adapter 20 communicates with the other modules of computer device 12 via bus 18. It should be understood that although not shown in the figures, other hardware and/or software modules may be used in conjunction with computer device 12, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
The processing unit 16 executes various functional applications and data processing by executing programs stored in the system memory 28, for example, implementing the methods provided by the embodiments of the present invention:
acquiring a repair scene of data to be repaired;
calling a repair script from a preset database according to the repair scene;
and repairing the data to be repaired according to the repairing script.
EXAMPLE five
The fifth embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the methods provided in all the embodiments of the present invention of the present application:
acquiring a repair scene of data to be repaired;
calling a repair script from a preset database according to the repair scene;
and repairing the data to be repaired according to the repairing script.
Computer storage media for embodiments of the invention may employ any combination of one or more computer-readable media. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In this script, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A method of data repair, comprising:
acquiring a repair scene of data to be repaired;
calling a repair script from a preset database according to the repair scene;
and repairing the data to be repaired according to the repairing script.
2. The method according to claim 1, wherein the obtaining of the repair scenario of the data to be repaired comprises:
receiving a repairing instruction sent by a user for repairing data to be repaired;
acquiring the data to be repaired according to the repair instruction;
and determining a repair scene of the data to be repaired according to the data to be repaired.
3. The method according to claim 2, wherein the obtaining the data to be repaired according to the repair instruction comprises:
acquiring authority information of a user and judging whether the user has a repair authority;
and if the user has the repair authority, acquiring the data to be repaired according to the repair instruction.
4. The method according to claim 1, wherein the calling a repair script from a preset database according to the repair scenario comprises:
acquiring configuration information of the repair scene;
judging whether the repair scene is effective or not according to the configuration information;
and if the repair scene is effective, calling a repair script from a preset database according to the repair scene.
5. The method according to claim 4, wherein the calling a repair script from a preset database according to the repair scenario comprises:
generating a repair scene code according to the repair scene;
and calling a repair script from a preset database according to the repair scene code.
6. The method according to claim 1, wherein before repairing the data to be repaired according to the repair script, the method comprises:
and recording the current data recovery operation log.
7. The method according to claim 1, wherein the repairing the data to be repaired according to the repair script comprises:
and recording the current data recovery operation log.
8. A data recovery apparatus, comprising:
the data acquisition module is used for acquiring a repair scene of data to be repaired;
the script calling module is used for calling the repair script from a preset database according to the repair scene;
and the data repairing module is used for repairing the data to be repaired according to the repairing script.
9. A computer device, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-7.
CN202010873227.2A 2020-08-26 2020-08-26 Data restoration method, device, equipment and storage medium Withdrawn CN112069158A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010873227.2A CN112069158A (en) 2020-08-26 2020-08-26 Data restoration method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010873227.2A CN112069158A (en) 2020-08-26 2020-08-26 Data restoration method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112069158A true CN112069158A (en) 2020-12-11

Family

ID=73660135

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010873227.2A Withdrawn CN112069158A (en) 2020-08-26 2020-08-26 Data restoration method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112069158A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112799870A (en) * 2021-02-24 2021-05-14 上海数禾信息科技有限公司 Data processing method and device for realizing data restoration
CN114173366A (en) * 2021-12-03 2022-03-11 中国电信股份有限公司 User parameter repairing method and device, computer storage medium and electronic equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112799870A (en) * 2021-02-24 2021-05-14 上海数禾信息科技有限公司 Data processing method and device for realizing data restoration
CN114173366A (en) * 2021-12-03 2022-03-11 中国电信股份有限公司 User parameter repairing method and device, computer storage medium and electronic equipment
CN114173366B (en) * 2021-12-03 2024-03-12 中国电信股份有限公司 User parameter restoration method and device, computer storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN111680313B (en) Data processing method, device, equipment and storage medium
CN111796978B (en) Interface detection method, device, system, equipment and storage medium
CN111324441A (en) Operating environment switching method and device, computer equipment and storage medium
CN111291330A (en) SVN authority management method, SVN authority management device, computer equipment and storage medium
CN110555150B (en) Data monitoring method, device, equipment and storage medium
CN112346794A (en) Interface calling method, device, equipment and medium
CN112069158A (en) Data restoration method, device, equipment and storage medium
CN111818145B (en) File transmission method, device, system, equipment and storage medium
CN110825802A (en) Multi-type database data backup method, device, equipment and storage medium
CN111274130A (en) Automatic testing method, device, equipment and storage medium
CN114356521A (en) Task scheduling method and device, electronic equipment and storage medium
CN112988534A (en) Abnormal data processing method, device, equipment and storage medium
CN110855658B (en) Service login method, device, equipment and storage medium
CN111176944A (en) Block chain intelligent contract calling record analysis method, device, terminal and storage medium
CN109213569B (en) Auditing method and device based on virtual machine, server and storage medium
CN113392002B (en) Test system construction method, device, equipment and storage medium
CN110806981B (en) Application program testing method, device, equipment and storage medium
CN110602162B (en) Terminal evidence obtaining method, device, equipment and storage medium
CN114489667A (en) Script generation method and device, electronic equipment and storage medium
CN112905635A (en) Service processing method, device, equipment and storage medium
CN115374074A (en) Log processing method and device, storage medium and electronic equipment
CN112114811A (en) Compiling method, device and equipment
CN111489139A (en) Order payment method, device, equipment and medium based on big data
CN117592311B (en) Multi-level simulation method, device and equipment for workflow and readable medium
CN111857664B (en) Application development method, device, equipment and storage medium

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20201211

WW01 Invention patent application withdrawn after publication