[go: up one dir, main page]

CN111090424B - Infinite-level address book building method based on iOS - Google Patents

Infinite-level address book building method based on iOS Download PDF

Info

Publication number
CN111090424B
CN111090424B CN201911194774.1A CN201911194774A CN111090424B CN 111090424 B CN111090424 B CN 111090424B CN 201911194774 A CN201911194774 A CN 201911194774A CN 111090424 B CN111090424 B CN 111090424B
Authority
CN
China
Prior art keywords
address book
hierarchy
information
department
ios
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
CN201911194774.1A
Other languages
Chinese (zh)
Other versions
CN111090424A (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.)
Wuhan Hongxin Technology Service Co Ltd
Original Assignee
Wuhan Hongxin Technology Service 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 Wuhan Hongxin Technology Service Co Ltd filed Critical Wuhan Hongxin Technology Service Co Ltd
Priority to CN201911194774.1A priority Critical patent/CN111090424B/en
Publication of CN111090424A publication Critical patent/CN111090424A/en
Application granted granted Critical
Publication of CN111090424B publication Critical patent/CN111090424B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Human Computer Interaction (AREA)
  • Document Processing Apparatus (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses a method for constructing an infinite hierarchy address book based on an iOS (integrated operation system). The head of the method is a search box, the middle of the method is a combined control capable of displaying selected departments according to content, and the bottom of the method is a department and personnel information list. The company organization architecture information is displayed through the terminal equipment carrying the iOS system, so that the company organization architecture can be displayed in an unlimited level, the department information, the names, the positions and the telephone information of the personnel can be obtained, and the telephone can be dialed; when the hierarchy of the organization architecture is more, the combination control can automatically slide to the right to display all the complete selected departments, display all the information of the currently selected departments, and click any previously selected department, so that all the information of the clicked departments is displayed, and the problems of tedious address book interfaces, inconvenient searching and the like in the prior art are solved.

Description

Infinite-level address book building method based on iOS
Technical Field
The invention belongs to the field of iOS interface application, and particularly relates to a method for building an infinite hierarchy address book based on iOS.
Background
The current social internet provides great convenience for people, and more companies push own APP. The APP related to the company organization architecture information has the advantages that the traditional address book organization structure is fixed, the expansibility is poor, the personnel information which is wanted to be checked cannot be found out quickly, and the user experience is poor.
The traditional address book adopts a fixed-level structure to manage the enterprise organization structure,
the address book hierarchical structure is a company-department-employee; for enterprises with large departments and more people, the address book interface is very long. The user can not quickly find the personnel information to be found when searching for a person; because the hierarchy is fixed, the interface flexibility is poor, and the hierarchy is not expanded, so that organization information cannot be added at any hierarchy.
Disclosure of Invention
Aiming at least one of the defects or the improvement demands of the prior art, the invention provides a method for constructing an infinite hierarchy address book based on an iOS, which aims to obtain department information and personnel name, position and telephone information through an infinite hierarchy display company organization architecture and solve the problems of tedious address book interface, inconvenient searching and the like in the prior art.
In order to achieve the above object, according to one aspect of the present invention, there is provided a method for building an iOS-based unlimited hierarchical address book, including the steps of:
s1, creating an interface, wherein the head part is a search box, the middle part is all selected departments, a left rollback mark is added to the previously selected departments except the currently selected departments, and the bottom part is a department and personnel list;
s2, acquiring company organization architecture data, analyzing by using JSOnMODEL, and displaying first-layer data;
s3, inputting part or all characters of a name, a position or a telephone in a search box, and searching information in the condition range;
s4, clicking a certain department, displaying the content of the next hierarchy on the interface, and displaying the hierarchy department and the previously selected department in the middle; clicking a certain department in the hierarchical list, and displaying all sub departments or employee information lists under the hierarchical department; when clicking a department to show information at the hierarchy, a recursive algorithm is used so that the address book has no hierarchy restrictions.
Preferably, in step S1, when the organizational architecture level exceeds the left-right range of the interface window, all selected departments in the middle of the interface can automatically slide left-right to show all the complete selected departments.
Preferably, in step S2, when the corporate structure data is obtained, the background database may be supplemented with a hierarchy of the expansion address book, which is not limited by the hierarchy.
Preferably, in step S2, the method for information presentation includes the following steps:
s2.1, creating an organization information class Address book model, defining organization attributes, and analyzing and assigning the obtained company organization architecture data to the corresponding attributes by using json model;
s2.2, only the first layer of data is displayed on the interface, and the next layer of information can be continuously displayed only by clicking the first layer.
Preferably, in step S3, the input name is complete or partial.
Preferably, in step S3, the input name is pinyin or initials.
Preferably, in step S3, the incoming call is complete or partial.
Preferably, in step S4, the department clicking the current hierarchy performs clicking operation through the system method didselectrowatindex path, obtains the next-layer data through a recursive algorithm, and refreshes interface information.
In order to achieve the above object, according to another aspect of the present invention, there is also provided a method for building an iOS-based unlimited hierarchical address book, including the steps of:
s1, creating an example search bar of a search box at the interface head by using a system library control UISEARCHBar, inputting a part or all characters of a name, a position or a telephone, and clicking a 'search' button on a keyboard by using a proxy method (void) search bar (UISEARCHBar) searchBar textDidChange (NSString) search text, so that information in the condition range can be quickly and conveniently searched;
s2, creating an instance scrollView by using a system control UISCROLView in the middle of the interface, creating an instance of a selected department UIButton according to the length of the character of the selected department, setting a leftward backspacing symbol, and clicking and backspacing to information displayed by the department by any selected department;
s3, creating a list instance tableView at the bottom of the interface by using a system control UITableView, and displaying department and personnel information by a data source method (UITableView) tableView cellForRowAtIndexPath (NSIndexPath) index;
s4, clicking a certain row department in the index point list through a proxy method (void) table view (UITableView) tableView didSelectRowAtIndexPath, entering next-stage information, clicking a certain row of the list according to the hierarchical structure of the data until corresponding personnel information is obtained.
Preferably, in step S1, the input name is complete or partial; or the name entered is pinyin or initials.
Preferably, in step S1, the incoming call is complete or partial.
The above-described preferred technical features may be combined with each other as long as they do not collide with each other.
In general, the above technical solutions conceived by the present invention have the following beneficial effects compared with the prior art:
1. according to the method for constructing the infinite-hierarchy address book based on the iOS, company organization architecture information is displayed through the terminal equipment carrying the iOS system, company organization architecture can be displayed in infinite hierarchy, department information, names, positions and telephone information of personnel can be obtained, and telephone calls can be dialed
2. According to the method for constructing the infinite hierarchy address book based on the iOS, the combined control of the selected departments is displayed below the input frame, when the hierarchy of the organization architecture is more, the combined control can automatically slide to the right to display all the complete selected departments, can display all the information under the currently selected departments, and can click any previously selected department, so that all the information of the clicked departments is displayed, the defect that the hierarchy of a general address book is fixed (for example, the hierarchy is company-department-employee) is overcome, the personal information of the address book is conveniently searched, and the interface is clearer and the hierarchy is clear.
3. According to the method for constructing the infinite hierarchy address book based on the iOS, provided by the invention, except for the currently selected department, the previously selected department is added with a leftward rollback mark, so that information of each hierarchy can be checked at will, namely, information of the next hierarchy can be checked by clicking, and information of the previous hierarchy can also be rolled back.
4. The method for constructing the infinite hierarchy address book based on the iOS can be used for randomly supplementing and expanding the hierarchy of the address book in a background database, has no hierarchy limit and has high flexibility.
5. The method for constructing the infinite hierarchy address book based on the iOS uses fuzzy search, partial or all characters of the name, the position and the mobile phone number are input, and information in the condition range can be searched.
Drawings
Fig. 1 is a schematic flow chart of a method for constructing an iOS-based unlimited hierarchical address book;
fig. 2 is a flow chart of a method for setting up an iOS-based unlimited hierarchical address book according to an embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the drawings and examples, in order to make the objects, technical solutions and advantages of the present invention more apparent. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention. In addition, the technical features of the embodiments of the present invention described below may be combined with each other as long as they do not collide with each other. The present invention will be described in further detail with reference to the following embodiments.
The invention provides a method for constructing an infinite hierarchy address book based on an iOS, which comprises the following steps:
s1, creating an interface, wherein the head part is a search box, the middle part is all selected departments, a left rollback mark is added to the previously selected departments except the currently selected departments, and the bottom part is a department and personnel list;
s2, acquiring company organization architecture data, analyzing by using JSOnMODEL, and displaying first-layer data;
s3, inputting part or all characters of a name, a position or a telephone in a search box, and searching information in the condition range;
s4, clicking a certain department, displaying the content of the next hierarchy on the interface, and displaying the hierarchy department and the previously selected department in the middle; clicking a certain department in the hierarchical list, and displaying all sub departments or employee information lists under the hierarchical department; when clicking a department to show information at the hierarchy, a recursive algorithm is used so that the address book has no hierarchy restrictions.
Preferably, in step S1, when the organizational architecture level exceeds the left-right range of the interface window, all selected departments in the middle of the interface can automatically slide left-right to show all the complete selected departments.
Preferably, in step S2, when the corporate structure data is obtained, the background database may be supplemented with a hierarchy of the expansion address book, which is not limited by the hierarchy.
Preferably, in step S2, the method for information presentation includes the following steps:
s2.1, creating an organization information class Address book model, defining organization attributes, and analyzing and assigning the obtained company organization architecture data to the corresponding attributes by using json model;
s2.2, only the first layer of data is displayed on the interface, and the next layer of information can be continuously displayed only by clicking the first layer.
Preferably, in step S3, the input name is complete or partial.
Preferably, in step S3, the input name is pinyin or initials.
Preferably, in step S3, the incoming call is complete or partial.
Preferably, in step S4, the department clicking the current hierarchy performs clicking operation through the system method didselectrowatindex path, obtains the next-layer data through a recursive algorithm, and refreshes interface information.
The following is a specific embodiment of the present invention.
The method for constructing the Infinite-level address book based on the iOS comprises the steps that the head is a search box (part or all characters of a name, a position and a mobile phone number can be input to quickly locate the information of a department or a person to be searched), the middle is a combined control capable of displaying the selected department according to the content (the middle layer is used for clearly displaying the selected department and is convenient to fall back to a certain department), and the bottom is a department and person information list.
The method for constructing the infinite hierarchy address book based on the iOS comprises the step of analyzing data by using a recursion algorithm. Referring to fig. 1, a flow diagram of a method for building an iOS-based unlimited hierarchical address book is provided, including:
s1, creating an example search bar of a search box at the interface head by using a system library control UISEARCHBar, inputting partial or all characters of a name, a position and a mobile phone number, and clicking a search button on a keyboard by using a proxy method (void) search bar (UISEARCHBar) searchBar textDidChange (NSString) search text, so that information in the condition range can be quickly and conveniently searched.
S2, creating an instance scrollView by using a system control UISCROLView in the middle of the interface, creating an instance of the selected department uirtton according to the length of the selected department character, setting a leftward rollback symbol, and clicking and rollback to information displayed by the department correspondingly by any selected department.
S3, creating a list instance tableView at the bottom of the interface by using a system control UITableView, and displaying department and personnel information by a data source method (UITableView) tableView cellForRowAtIndexPath (NSIndexPath) index.
S4, clicking a certain row department in the index point list through a proxy method- (void) tableView (UITableView) tableView didSelectRowAtIndexPath, entering next-stage information, clicking a certain row of the list according to the hierarchical structure of the data until corresponding personnel information is obtained.
The embodiment of fig. 1 is shown in fig. 2, and specifically includes the following steps:
s1, creating a class Address book controller of an address book with an infinite hierarchy, dividing an interface into an upper part, a middle part and a lower part, and creating an instance of a data class Address book model for receiving data after JSOnMOdel analysis.
S2 and S3, creating UISEARCHBar by the head to quickly find out the wanted personnel information. The middle part creates UISCROLView to clearly display the selected departments, and the bottom creates UITABLE View to display departments or personnel information.
And S4, clicking a certain row of the tableView, and obtaining the next layer of data by using a recursion algorithm. The interface of the data can be flexibly controlled without the limitation of hierarchy.
S5, taking out a certain line, wherein the obtained personnel information comprises names, positions and telephone information.
In summary, the present invention has the following outstanding advantages:
according to the method for constructing the infinite-hierarchy address book based on the iOS, company organization architecture information is displayed through the terminal equipment carrying the iOS system, company organization architecture can be displayed in infinite hierarchy, department information, names, positions and telephone information of personnel can be obtained, and telephone calls can be dialed
According to the method for constructing the infinite hierarchy address book based on the iOS, the combined control of the selected departments is displayed below the input frame, when the hierarchy of the organization architecture is more, the combined control can automatically slide to the right to display all the complete selected departments, can display all the information under the currently selected departments, and can click any previously selected department, so that all the information of the clicked departments is displayed, the defect that the hierarchy of a general address book is fixed (for example, the hierarchy is company-department-employee) is overcome, the personal information of the address book is conveniently searched, and the interface is clearer and the hierarchy is clear.
According to the method for constructing the infinite hierarchy address book based on the iOS, provided by the invention, except for the currently selected department, the previously selected department is added with a leftward rollback mark, so that information of each hierarchy can be checked at will, namely, information of the next hierarchy can be checked by clicking, and information of the previous hierarchy can also be rolled back.
The method for constructing the infinite hierarchy address book based on the iOS can be used for randomly supplementing and expanding the hierarchy of the address book in a background database, has no hierarchy limit and has high flexibility.
The method for constructing the infinite hierarchy address book based on the iOS uses fuzzy search, partial or all characters of the name, the position and the mobile phone number are input, and information in the condition range can be searched.
It will be readily appreciated by those skilled in the art that the foregoing description is merely a preferred embodiment of the invention and is not intended to limit the invention, but any modifications, equivalents, improvements or alternatives falling within the spirit and principles of the invention are intended to be included within the scope of the invention.

Claims (6)

1. The method for constructing the infinite hierarchy address book based on the iOS is characterized by comprising the following steps of:
s1, creating an interface, which comprises the following steps: creating an address book-like controller of an address book with an infinite hierarchy, dividing an interface into an upper part, a middle part and a lower part, wherein the head part is a search box, the middle part is all selected departments, a left rollback mark is added to the previously selected departments except the currently selected departments, and the bottom part is a department and personnel list; when the organization architecture level exceeds the left and right range of the interface window, all selected departments in the middle of the interface can automatically slide left and right to display all the complete selected departments;
s2, acquiring company organization architecture data, analyzing by using JSOnMODEL, and displaying first-layer data;
s3, inputting a name, a position or part or all of characters of a telephone as a condition in a search box, and searching information in the condition range;
s4, clicking a certain department, displaying the content of the next hierarchy on the interface, and displaying the department and the previously selected department in the middle; clicking a certain department in the hierarchical list, and displaying all sub departments or employee information lists under the hierarchical department; when clicking a certain department to display the information under the hierarchy, a recursion algorithm is used to obtain the next layer of data, so that the address book has no hierarchy limitation.
2. The iOS-based method for building an infinite hierarchy address book according to claim 1, wherein:
in step S2, when the corporate architecture data is obtained, the background database may be supplemented with the hierarchy of the expansion address book, without limitation of the hierarchy.
3. The iOS-based method for building an infinite hierarchy address book according to claim 1, wherein:
in step S2, the method for information display includes the following steps:
s2.1, creating an organization information class Address book model, defining organization attributes, and analyzing and assigning the obtained company organization architecture data to the corresponding attributes by using json model;
s2.2, only the first layer of data is displayed on the interface, and the next layer of information can be continuously displayed only by clicking the first layer.
4. The iOS-based method for building an infinite hierarchy address book according to claim 1, wherein:
in step S3, the input name is complete or partial; or the name entered is pinyin or initials.
5. The iOS-based method for building an infinite hierarchy address book according to claim 1, wherein:
in step S3, the incoming call is complete or partial.
6. The iOS-based method for building an infinite hierarchy address book according to claim 1, wherein:
in step S4, clicking the departments of the current level to perform clicking operation through a system method didSelectTowAtIndexPath, obtaining the next level of data through a recursion algorithm, and refreshing interface information.
CN201911194774.1A 2019-11-28 2019-11-28 Infinite-level address book building method based on iOS Active CN111090424B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911194774.1A CN111090424B (en) 2019-11-28 2019-11-28 Infinite-level address book building method based on iOS

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911194774.1A CN111090424B (en) 2019-11-28 2019-11-28 Infinite-level address book building method based on iOS

Publications (2)

Publication Number Publication Date
CN111090424A CN111090424A (en) 2020-05-01
CN111090424B true CN111090424B (en) 2023-12-19

Family

ID=70393754

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911194774.1A Active CN111090424B (en) 2019-11-28 2019-11-28 Infinite-level address book building method based on iOS

Country Status (1)

Country Link
CN (1) CN111090424B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6134706A (en) * 1997-08-14 2000-10-17 International Business Machines Corporation Software business objects in a multi-level organizational structure
CN101656689A (en) * 2009-09-14 2010-02-24 杭州世导科技有限公司 Communication initiating method based on address list organizational structure
KR20100096792A (en) * 2009-02-25 2010-09-02 주식회사 엘지유플러스 Apparatus and method of searching inhouse-personal information
CN102368800A (en) * 2011-11-02 2012-03-07 中兴通讯股份有限公司 Method and apparatus for constructing address list in mobile phone and communication equipment
CN103106204A (en) * 2011-11-10 2013-05-15 腾讯科技(深圳)有限公司 Method for searching target telecommuter entry in address book and user device
CN104219356A (en) * 2014-09-18 2014-12-17 深圳市中兴移动通信有限公司 Method and device for displaying and searching contact man information and mobile terminal
CN106020799A (en) * 2016-05-11 2016-10-12 福建星网锐捷通讯股份有限公司 Method for designing card type enterprise address book
CN107171856A (en) * 2017-06-21 2017-09-15 珠海信达九州科技有限公司 A kind of method that instant communicating system organizational structure quickly updates
CN108469978A (en) * 2018-03-28 2018-08-31 广东佳米科技有限公司 A kind of enterprise directory display methods and system
CN109299909A (en) * 2018-08-18 2019-02-01 深圳市策维软件技术有限公司 A kind of organizational structure managing device and method
KR101974803B1 (en) * 2018-12-13 2019-05-03 공명현 Method and system for visualizing company organizational chart
CN110175023A (en) * 2019-05-28 2019-08-27 四川长虹电器股份有限公司 Method and system based on the multistage nested linkage of the UIScrollView in iOS system

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050102368A1 (en) * 2003-11-12 2005-05-12 Forman George H. Email attribute system using external databases
US7870512B2 (en) * 2005-12-28 2011-01-11 Sap Ag User interface (UI) prototype using UI taxonomy
DK201870364A1 (en) * 2018-05-07 2019-12-03 Apple Inc. MULTI-PARTICIPANT LIVE COMMUNICATION USER INTERFACE

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6134706A (en) * 1997-08-14 2000-10-17 International Business Machines Corporation Software business objects in a multi-level organizational structure
KR20100096792A (en) * 2009-02-25 2010-09-02 주식회사 엘지유플러스 Apparatus and method of searching inhouse-personal information
CN101656689A (en) * 2009-09-14 2010-02-24 杭州世导科技有限公司 Communication initiating method based on address list organizational structure
CN102368800A (en) * 2011-11-02 2012-03-07 中兴通讯股份有限公司 Method and apparatus for constructing address list in mobile phone and communication equipment
CN103106204A (en) * 2011-11-10 2013-05-15 腾讯科技(深圳)有限公司 Method for searching target telecommuter entry in address book and user device
CN104219356A (en) * 2014-09-18 2014-12-17 深圳市中兴移动通信有限公司 Method and device for displaying and searching contact man information and mobile terminal
CN106020799A (en) * 2016-05-11 2016-10-12 福建星网锐捷通讯股份有限公司 Method for designing card type enterprise address book
CN107171856A (en) * 2017-06-21 2017-09-15 珠海信达九州科技有限公司 A kind of method that instant communicating system organizational structure quickly updates
CN108469978A (en) * 2018-03-28 2018-08-31 广东佳米科技有限公司 A kind of enterprise directory display methods and system
CN109299909A (en) * 2018-08-18 2019-02-01 深圳市策维软件技术有限公司 A kind of organizational structure managing device and method
KR101974803B1 (en) * 2018-12-13 2019-05-03 공명현 Method and system for visualizing company organizational chart
CN110175023A (en) * 2019-05-28 2019-08-27 四川长虹电器股份有限公司 Method and system based on the multistage nested linkage of the UIScrollView in iOS system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
神华黄骅港务公司考勤系统的设计与实现;倪晓东;;信息通信(11);全文 *

Also Published As

Publication number Publication date
CN111090424A (en) 2020-05-01

Similar Documents

Publication Publication Date Title
US11263228B2 (en) Continuously scrollable calendar user interface
US8244757B2 (en) Facet-based interface for mobile search
JP5193183B2 (en) User interface method and system for selecting and presenting content
US8806355B2 (en) Method and apparatus for visualizing and navigating within an immersive collaboration environment
RU2429570C2 (en) Stream navigation
US20170139890A1 (en) Smart card presentation of tabular data from collaboration database
US20080288462A1 (en) Database system and display method on information terminal
US8671123B2 (en) Contextual icon-oriented search tool
WO2014032370A1 (en) Letter inputting method, system and device
CN112445392A (en) Organization authority processing method and device, electronic equipment and storage medium
CN118657126B (en) Table field content generation method, device and electronic device
CN105072090B (en) Attraction information synchronization method, server device and mobile device
CN111090424B (en) Infinite-level address book building method based on iOS
KR101061392B1 (en) Recording medium recording system, method and program source of auto complete search using object type of database
JP2009187308A (en) Display control apparatus, display control method, program, storage medium
CN101395622A (en) Electronic organization chart processing system, electronic organization chart processing method, and computer-readable recording medium
CN107767156A (en) A kind of information input method, apparatus and system
KR20210094842A (en) Psychology counseling intermediation method based on oto and program for performing the analysis
CN106961506A (en) Information processing method and mobile terminal
CN116932888A (en) Task recommendation method and related device, electronic equipment and storage medium
CN116108193A (en) Method and device for constructing map data
Townsend et al. 1 Qualitative research in HRM: innovation over stagnation
CN106126048B (en) Method and device for inquiring contact information of mobile equipment
JP2007048067A (en) Sales support system
CN112214559A (en) Dynamic display method for historical map

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