CN104462361A - Method and device for matching data in data table - Google Patents

Method and device for matching data in data table Download PDF

Info

Publication number
CN104462361A
CN104462361A CN201410743256.1A CN201410743256A CN104462361A CN 104462361 A CN104462361 A CN 104462361A CN 201410743256 A CN201410743256 A CN 201410743256A CN 104462361 A CN104462361 A CN 104462361A
Authority
CN
China
Prior art keywords
data
field
record
screening
matched
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201410743256.1A
Other languages
Chinese (zh)
Other versions
CN104462361B (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.)
Guangzhou Pubang Landscape Design & Construction Co ltd
Original Assignee
Guangzhou Pubang Landscape Design & Construction 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 Guangzhou Pubang Landscape Design & Construction Co ltd filed Critical Guangzhou Pubang Landscape Design & Construction Co ltd
Priority to CN201410743256.1A priority Critical patent/CN104462361B/en
Publication of CN104462361A publication Critical patent/CN104462361A/en
Application granted granted Critical
Publication of CN104462361B publication Critical patent/CN104462361B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • G06F16/24554Unary operations; Data partitioning operations
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof

Landscapes

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

Abstract

The invention discloses a method and a device for matching data in a data table. The method includes the following steps: dividing fields in the data table into a public field area and private field areas, and recording a field in the public field area as a correlation field; creating correlation identifications for the correlation field, and adding the correlation identifications to data of the correlation field, wherein one correlation identification corresponds to one private field area; receiving a user's inquiry request for the data table, screening out eligible records, and recording a record subjected to screening as a screened record; according to the correlation identification in the screened record, combining a field name in the correlated private field area with the data to form a combined data, and combining corresponding data in the public field area with the combined data to form a matched record; creating a table, and copying data in the matched record into the table. Through the steps of the method, returned data are quite concise and visual, and user's checking efficiency is improved.

Description

The method and apparatus of data in a kind of matched data table
Technical field
The present invention relates to data query field, be specifically related to the method and apparatus of data in a kind of matched data table.
Background technology
In Database Systems, tables of data is the fundamental element of composition database, and stores data in tables of data.In existing data base query method, when thinking that as user in the some fields in data query table, data content is the record of XXX, just this function is completed by data base query language, and the record returned includes fields all in database, further, if only want the data of certain the several field seen in this record, just need to write code as requested when inquiring about.
In a lot of situation of reality, user does not need to check the data in tables of data in all fields when inquiring about, and has some fields may not associate with this record, or is the unconcerned field of user.Existing method may by these no the field of association or the unconcerned field of user show, affect user and efficiency checked to data.
Summary of the invention
In order to overcome the deficiencies in the prior art, the object of the present invention is to provide the method and apparatus of data in a kind of matched data table, the data realized in the record returned for the querying condition of user are only the data that user is concerned about, fall recording irrelevant Field Sanitization with this, final return data in table form, make presenting of data very succinct directly perceived, what be conducive to raising user checks efficiency.
For solving the problem, the technical solution adopted in the present invention is as follows:
Scheme one:
A method for data in matched data table, comprises the following steps:
Steps A: the field in tables of data is divided into a public field region and multiple privately owned field area, wherein, is designated as associate field by the field of in public field region;
Step B: create the association identification identical with privately owned field area quantity for this associate field, an an association identification correspondence association privately owned field area, association identification is added in the data of associate field;
Step C: receive user to the inquiry request of this tables of data, inquiry request carries querying condition, filters out qualified record according to this querying condition, and the record after screening is designated as screening record; If only have one to screen record, perform a step D, if there are many to screen record, from Article 1 to the last item, screening record performs step D successively;
The data corresponding to this field name in field name in privately owned field area associated by it and this screening record are combined, to form a data splitting by step D: according to the association identification in this screening record; The data corresponded in this screening record in public field region and data splitting are formed a new record, the record that this is new is designated as matched record; Wherein, if field name have n, n be greater than 1 integer, then the data of a field name and its correspondence form the part in data splitting, and whole data splitting is made up of n part;
Step e: create a form, by the data Replica in matched record in form.
In stepb, association identification is added into the head of the data of associate field.
In step C, querying condition refers to using the data in a certain field as key word of the inquiry.
Scheme two:
A device for data in matched data table, comprises with lower module:
Modules A: for the field in tables of data being divided into a public field region and multiple privately owned field area, wherein, the field of in public field region is designated as associate field;
Module B: for creating the association identification identical with privately owned field area quantity for this associate field, an an association identification correspondence association privately owned field area, association identification is added in the data of associate field;
Module C: for receiving the inquiry request of user to this tables of data, inquiry request carries querying condition, filters out qualified record according to this querying condition, is designated as screening record by the record after screening; If only have one to screen record, perform a step D, if there are many to screen record, from Article 1 to the last item, screening record performs step D successively;
Module D: for according to the association identification in this screening record, the data corresponding to this field name in the field name in the privately owned field area associated by it and this screening record are combined, to form a data splitting; The data corresponded in this screening record in public field region and data splitting are formed a new record, the record that this is new is designated as matched record; Wherein, if field name have n, n be greater than 1 integer, then the data of a field name and its correspondence form the part in data splitting, and whole data splitting is made up of n part;
Module E: for creating a form, by the data Replica in matched record in form.
In module B, association identification is added into the head of the data of associate field.
In module C, querying condition refers to using the data in a certain field as key word of the inquiry.
Compared to existing technology, beneficial effect of the present invention is: by carrying out Region dividing to the data in tables of data, when user is by after input inquiry condition, data in the record returned are only the data that user is concerned about, fall recording irrelevant Field Sanitization with this, final return data in table form, make presenting of data very succinct directly perceived, what be conducive to raising user checks efficiency.
Accompanying drawing explanation
Fig. 1 is the process flow diagram of the method for data in matched data table of the present invention.
Embodiment
Below, by reference to the accompanying drawings and embodiment, the present invention is described further:
With reference to figure 1, a kind of method of data in matched data table, in order to understand the method for the program better, is described below in conjunction with concrete example.
An existing tables of data, the data in tables of data are as shown in table 1 below:
Table 1:
Material code Name of material Quantity Project name Contract number Color Thickness Voltage Wattage Highly Planting patterns
YJ0103 Grouan 100 A hotel 1234 Ash 40
SD0201 Lamp affixed to the ceiling 50 B hotel 1011 220 100
LH0309 Camphor tree 100 C park 1414 4 Ground seedling
SD0202 Wall lamp 80 A hotel 1234 220 80
YJ0103 Grouan 80 D garden 1331 Ash 40
In tables of data, field refers to the row in tables of data, and record refers to the row in tables of data, and such as, in table 1, " name of material " these row are called a field, and " SD0201 " this line is called a record.Method of the present invention is as follows:
Steps A: the field in tables of data is divided into a public field region and at least two privately owned field area, wherein, is designated as associate field by the field of in public field region.
According to steps A by " material code ", " name of material ", " quantity " in table 1, " project name " and " contract number " totally 5 fields be divided into public field region, " color " and " thickness " is divided into the first privately owned field area, " voltage " and " wattage " is divided into the second privately owned field area, and " highly " and " planting patterns " is divided into the 3rd privately owned field area." material code " field in public field region is designated as associate field.
Step B: create the association identification identical with privately owned field area quantity for this associate field, an an association identification correspondence association privately owned field area, association identification is added in the data of associate field.Preferably, association identification is added into the head of the data of associate field, and these association identification input interpolation by user.
Create three association identification, be respectively " YJ ", " SD " and " LH ", " YJ " associates with the first privately owned field area, and " SD " associates with the second privately owned field area, " LH " associates with the 3rd privately owned field area, in the data of " material code " field, add association identification.Before not adding association identification, data in " material code " field are respectively " 0103 ", " 0201 ", " 0309 ", " 0202 " and " 0103 ", when the head in " 0103 " adds " YJ ", namely data become " YJ0103 ", and now " YJ0103 " is associated with the first privately owned field area relation.
Step C: receive user to the inquiry request of this tables of data, inquiry request carries querying condition, filters out qualified record according to this querying condition, and the record after screening is designated as screening record; If only have one to screen record, perform a step D, if there are many to screen record, from Article 1 to the last item, screening record performs step D successively.Preferably, querying condition refers to using the data in a certain field as key word of the inquiry.
Such as, querying condition in the inquiry request of user is, data in " name of material " field are the record of " grouan ", record is obtained particular by performing database query statement, after having responded the inquiry request of user, by filtering out the record meeting querying condition, from table 1, the screening meeting querying condition records two.
The data corresponding to this field name in field name in privately owned field area associated by it and this screening record are combined, to form a data splitting by step D: according to the association identification in this screening record; The data corresponded in this screening record in public field region and data splitting are formed a new record, the record that this is new is designated as matched record; Wherein, if field name have n, n be greater than 1 integer, then the data of a field name and its correspondence form the part in data splitting, and whole data splitting is made up of n part.
In step C, that inquires about " grouan " records two, then need to perform twice step D successively from Article 1 to Article 2.Such as, in Article 1 screening record, as known from Table 1, the association identification in this screening record is in " material code " field, and be specially " YJ ", associated by " YJ " is the first privately owned field area, i.e. " color " and " thickness " field.
Corresponding to table 1, that " color " and " ash " is combined according to the content of step D, specifically " color " and " ash " can be combined into " color ash ", or further, a symbol is added between " color " and " ash ", be combined into " color: ash ", the form of its combination is not limited to above-mentioned described form.Description conveniently, is described unifying with " field name: corresponding data " this form.
Because there are " color " and " thickness " two field names, therefore " color: ash " is the part in data splitting, " thickness: 40 " is also the part in data splitting, and " color: ash " and " thickness: 40 " these two parts have been combined into a data splitting.Preferably, can be distinguished with a separator between every two parts, specifically can add between the two sections "; ", namely form " color: ash; Thickness: 40 " this form.
The data corresponded in this screening record in public field region and data splitting are formed a new record, the record that this is new is designated as matched record.Then recording according to Article 1 screening the matched record obtained is, " ' YJ0103 ', ' grouan ', ' 100 ', ' A hotel ', ' 1234 ', ' color: ash; Thickness: 40 ' ".And then for Article 2 screening record execution step D, just can obtain another matched record is, " ' YJ0103 ', ' grouan ', ' 80 ', ' D garden ', ' 1331 ', ' color: ash; Thickness: 40 ' ".
By step D, useful field (field in the privately owned field area of the field in public field region and correspondence) is extracted exactly in screening record, field in other privately owned field area can be regarded as extraneous data or unconcerned data at this screening record, filters it.
Step e: create a form, by the data Replica in matched record in form.Further, in each cell of the first row of form, insert the attribute-name of the data in the row representing this cell place respectively.Wherein, attribute-name is just located therein when creating form.
Particularly, in conjunction with above-mentioned obtained two matched datas, form obtained in this step and data as shown in table 2.
Table 2:
In order to the flow process of the method is described better, below again for an example.
Be still for table 1, after carrying out steps A and step B, in step C, the querying condition of user is, the data in " contract number " field are the record of " 1234 ".Get two matched record through step D, then through step e generate form and data as shown in table 3.
Table 3:
As can be seen from above-mentioned method, technical scheme of the present invention has following beneficial effect: by carrying out Region dividing to the data in tables of data, incidence relation between preset data and data, when user is by after input inquiry condition, data in the record returned are only the data that user is concerned about, fall recording irrelevant Field Sanitization with this, finally return data in table form, make presenting of data very succinct directly perceived, what be conducive to raising user checks efficiency.Such as, if having 10 privately owned field area in a tables of data, if return a complete documentation in this tables of data for the querying condition of user's input, so this record will be very long, and the inside can comprise some fields had nothing to do with this record.Therefore filtering out the data that these fields can make to return is all the data that user is concerned about.
Corresponding to above-mentioned method, also disclose the device of data in a kind of matched data table below, comprise with lower module:
Modules A: for the field in tables of data being divided into a public field region and multiple privately owned field area, the field of in public field region is designated as associate field;
Module B: for creating the association identification identical with privately owned field area quantity for this associate field, an an association identification correspondence association privately owned field area, association identification is added in the data of associate field;
Module C: for receiving the inquiry request of user to this tables of data, inquiry request carries querying condition, filters out qualified record according to this querying condition, is designated as screening record by the record after screening; If only have one to screen record, perform a step D, if there are many to screen record, from Article 1 to the last item, screening record performs step D successively;
Module D: for according to the association identification in this screening record, the data corresponding to this field name in the field name in the privately owned field area associated by it and this screening record are combined, to form a data splitting; The data corresponded in this screening record in public field region and data splitting are formed a new record, the record that this is new is designated as matched record; Wherein, if field name have n, n be greater than 1 integer, then the data of a field name and its correspondence form the part in data splitting, and whole data splitting is made up of n part;
Module E: for creating a form, by the data Replica in matched record in form.
In module B, association identification is added into the head of the data of associate field.
In module C, querying condition refers to using the data in a certain field as key word of the inquiry.
To one skilled in the art, according to technical scheme described above and design, other various corresponding change and deformation can be made, and all these change and deformation all should belong within the protection domain of the claims in the present invention.

Claims (6)

1. the method for data in matched data table, is characterized in that, comprise the following steps:
Steps A: the field in tables of data is divided into a public field region and multiple privately owned field area, the field of in public field region is designated as associate field;
Step B: create the association identification identical with privately owned field area quantity for this associate field, an an association identification correspondence association privately owned field area, association identification is added in the data of associate field;
Step C: receive user to the inquiry request of this tables of data, inquiry request carries querying condition, filters out qualified record according to this querying condition, and the record after screening is designated as screening record; If only have one to screen record, perform a step D, if there are many to screen record, from Article 1 to the last item, screening record performs step D successively;
The data corresponding to this field name in field name in privately owned field area associated by it and this screening record are combined, to form a data splitting by step D: according to the association identification in this screening record; The data corresponded in this screening record in public field region and data splitting are formed a new record, the record that this is new is designated as matched record; Wherein, if field name have n, n be greater than 1 integer, then the data of a field name and its correspondence form the part in data splitting, and whole data splitting is made up of n part;
Step e: create a form, by the data Replica in matched record in form.
2. the method for data in matched data table according to claim 1, it is characterized in that, in stepb, association identification is added into the head of the data of associate field.
3. the method for data in matched data table according to claim 1, it is characterized in that, in step C, querying condition refers to using the data in a certain field as key word of the inquiry.
4. the device of data in matched data table, is characterized in that, comprise with lower module:
Modules A: for the field in tables of data being divided into a public field region and multiple privately owned field area, the field of in public field region is designated as associate field;
Module B: for creating the association identification identical with privately owned field area quantity for this associate field, an an association identification correspondence association privately owned field area, association identification is added in the data of associate field;
Module C: for receiving the inquiry request of user to this tables of data, inquiry request carries querying condition, filters out qualified record according to this querying condition, is designated as screening record by the record after screening; If only have one to screen record, perform a step D, if there are many to screen record, from Article 1 to the last item, screening record performs step D successively;
Module D: for according to the association identification in this screening record, the data corresponding to this field name in the field name in the privately owned field area associated by it and this screening record are combined, to form a data splitting; The data corresponded in this screening record in public field region and data splitting are formed a new record, the record that this is new is designated as matched record; Wherein, if field name have n, n be greater than 1 integer, then the data of a field name and its correspondence form the part in data splitting, and whole data splitting is made up of n part;
Module E: for creating a form, by the data Replica in matched record in form.
5. the device of data in matched data table according to claim 4, it is characterized in that, in module B, association identification is added into the head of the data of associate field.
6. the device of data in matched data table according to claim 4, it is characterized in that, in module C, querying condition refers to using the data in a certain field as key word of the inquiry.
CN201410743256.1A 2014-12-05 2014-12-05 The method and apparatus of data in a kind of matched data table Active CN104462361B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410743256.1A CN104462361B (en) 2014-12-05 2014-12-05 The method and apparatus of data in a kind of matched data table

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410743256.1A CN104462361B (en) 2014-12-05 2014-12-05 The method and apparatus of data in a kind of matched data table

Publications (2)

Publication Number Publication Date
CN104462361A true CN104462361A (en) 2015-03-25
CN104462361B CN104462361B (en) 2017-10-31

Family

ID=52908396

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410743256.1A Active CN104462361B (en) 2014-12-05 2014-12-05 The method and apparatus of data in a kind of matched data table

Country Status (1)

Country Link
CN (1) CN104462361B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220266A (en) * 2016-03-22 2017-09-29 阿里巴巴集团控股有限公司 It is a kind of to create Service Database, business datum storage and the method and device for determining business datum
CN108228691A (en) * 2017-06-30 2018-06-29 勤智数码科技股份有限公司 The processing method of data element in a kind of government affairs information management
WO2020087704A1 (en) * 2018-10-31 2020-05-07 平安科技(深圳)有限公司 Credit information management method, apparatus, and device, and storage medium
CN111241053A (en) * 2018-11-29 2020-06-05 ***通信集团四川有限公司 Data table creating method, device, equipment and storage medium
CN111309721A (en) * 2018-12-11 2020-06-19 北京京东尚科信息技术有限公司 Method and device for determining association relation of data table
CN111831964A (en) * 2019-04-10 2020-10-27 阿里巴巴集团控股有限公司 Data report information processing method and device and computer system
CN111831964B (en) * 2019-04-10 2024-06-07 阿里巴巴集团控股有限公司 Data report information processing method and device and computer system

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050055363A1 (en) * 2000-10-06 2005-03-10 Mather Andrew Harvey System for storing and retrieving data
CN101354723A (en) * 2008-09-10 2009-01-28 金蝶软件(中国)有限公司 Method and apparatus for implementing combined field
CN102243664A (en) * 2011-08-22 2011-11-16 西北大学 Data storage and query method for compound fields
CN102346785A (en) * 2011-11-15 2012-02-08 北京创腾科技有限公司 Method and device for directly self-defining field of database
CN102541529A (en) * 2010-12-30 2012-07-04 北京亿阳信通软件研究院有限公司 Query page generating device and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050055363A1 (en) * 2000-10-06 2005-03-10 Mather Andrew Harvey System for storing and retrieving data
CN101354723A (en) * 2008-09-10 2009-01-28 金蝶软件(中国)有限公司 Method and apparatus for implementing combined field
CN102541529A (en) * 2010-12-30 2012-07-04 北京亿阳信通软件研究院有限公司 Query page generating device and method
CN102243664A (en) * 2011-08-22 2011-11-16 西北大学 Data storage and query method for compound fields
CN102346785A (en) * 2011-11-15 2012-02-08 北京创腾科技有限公司 Method and device for directly self-defining field of database

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107220266A (en) * 2016-03-22 2017-09-29 阿里巴巴集团控股有限公司 It is a kind of to create Service Database, business datum storage and the method and device for determining business datum
CN107220266B (en) * 2016-03-22 2021-03-19 创新先进技术有限公司 Method and device for creating service database, storing service data and determining service data
CN108228691A (en) * 2017-06-30 2018-06-29 勤智数码科技股份有限公司 The processing method of data element in a kind of government affairs information management
CN108228691B (en) * 2017-06-30 2023-06-23 勤智数码科技股份有限公司 Processing method of data elements in government information management
WO2020087704A1 (en) * 2018-10-31 2020-05-07 平安科技(深圳)有限公司 Credit information management method, apparatus, and device, and storage medium
CN111241053A (en) * 2018-11-29 2020-06-05 ***通信集团四川有限公司 Data table creating method, device, equipment and storage medium
CN111241053B (en) * 2018-11-29 2022-08-23 ***通信集团四川有限公司 Data table creating method, device, equipment and storage medium
CN111309721A (en) * 2018-12-11 2020-06-19 北京京东尚科信息技术有限公司 Method and device for determining association relation of data table
CN111831964A (en) * 2019-04-10 2020-10-27 阿里巴巴集团控股有限公司 Data report information processing method and device and computer system
CN111831964B (en) * 2019-04-10 2024-06-07 阿里巴巴集团控股有限公司 Data report information processing method and device and computer system

Also Published As

Publication number Publication date
CN104462361B (en) 2017-10-31

Similar Documents

Publication Publication Date Title
CN104462361A (en) Method and device for matching data in data table
CN104991975B (en) The data query method and its system of power business system
CN104899295B (en) A kind of heterogeneous data source data relation analysis method
US10452625B2 (en) Data lineage analysis
CN105138501A (en) Configurable dynamic report generating method and system
CN102156740B (en) SQL (structured query language) statement processing method and system
CN103020158A (en) Report form creation method, device and system
CN102023983B (en) Managing method of statistical space-time database
CN108197237A (en) Visualization data, which collect, shows system
CN102254029A (en) View-based data access system and method
CN107977396B (en) Method and device for updating data table of KeyValue database
CN103064933A (en) Data query method and system
CN104063361A (en) Report design method and system
CN107291925A (en) A kind of examination & approval data intermediate processing based on business model
CN105843784A (en) Statement generation method and device
CN102902777A (en) Cross data source inquiry device and cross data source inquiry method
CN103942245A (en) Data extracting method based on metadata
CN103778239A (en) Multi-database data management method and system
CN102426612A (en) Condition object query method and system
CN108319608A (en) The method, apparatus and system of access log storage inquiry
CN110928984A (en) Knowledge graph construction method and device, terminal and storage medium
CN104951565B (en) XM (extensible messaging client) L (extensible markup language) configuration maintenance method and system based on memory database
CN103107919A (en) Method and system for network resource modeling
CN111090803A (en) Data processing method and device, electronic equipment and storage medium
CN110020243A (en) Querying method, device, Internet of Things server and the storage medium of internet of things data

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CB03 Change of inventor or designer information

Inventor after: Guo Yingtao

Inventor after: Zhong Fei

Inventor after: Huang Xueying

Inventor after: Gan Lijun

Inventor after: Peng Huilan

Inventor after: Liu Ling

Inventor after: Liu Xiaodan

Inventor after: Zhuo Ying

Inventor after: Chen Ying

Inventor after: Xu Genrong

Inventor after: Zhou Zhuotao

Inventor after: Su Zhubao

Inventor before: Guo Yingtao

Inventor before: Zhong Fei

Inventor before: Huang Xueying

Inventor before: Gan Lijun

Inventor before: Liu Xiaodan

Inventor before: Liu Ling

Inventor before: Peng Huilan

Inventor before: Zhuo Ying

Inventor before: Chen Ying

Inventor before: Xu Genrong

Inventor before: Zhou Zhuotao

Inventor before: Su Zhubao

CB03 Change of inventor or designer information