CN115167848A - Form management method and platform for mobile application - Google Patents

Form management method and platform for mobile application Download PDF

Info

Publication number
CN115167848A
CN115167848A CN202210779577.1A CN202210779577A CN115167848A CN 115167848 A CN115167848 A CN 115167848A CN 202210779577 A CN202210779577 A CN 202210779577A CN 115167848 A CN115167848 A CN 115167848A
Authority
CN
China
Prior art keywords
mobile application
template
address
interface
form template
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210779577.1A
Other languages
Chinese (zh)
Inventor
梁强
潘胜逖
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Jinher Software Co Ltd
Original Assignee
Beijing Jinher Software Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jinher Software Co Ltd filed Critical Beijing Jinher Software Co Ltd
Priority to CN202210779577.1A priority Critical patent/CN115167848A/en
Publication of CN115167848A publication Critical patent/CN115167848A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Telephone Function (AREA)

Abstract

The application relates to a form management method and a platform of mobile application, comprising the following steps: and receiving a form generation instruction sent by the mobile application, and providing a pre-configured form template list for the mobile application. And generating a form interface and a form address corresponding to the required form template according to the required form template determined by the mobile application in the form template list. And sending the form address to the mobile application so that the mobile application displays the form interface when accessing the form address. According to the method and the device, the form template required by the mobile application service scene is dynamically generated according to the requirement of the mobile application, so that the mobile application service scene is quickly and efficiently built, the form module can be multiplexed to the service scenes of a plurality of different mobile applications, the mobile application can efficiently multiplex the same function scene through the technical scheme in the application, and development resources are saved to a great extent.

Description

Form management method and platform for mobile application
Technical Field
The application relates to the technical field of mobile application development, in particular to a form management method and a form management platform for mobile application.
Background
There are generally three development modes for mobile applications: the development is carried out completely based on a mobile native software development kit, and the development of webpage application and the development of mixed application (native + HTML 5) based on the HTML (Hypertext Markup Language) 5 standard are carried out, so that the reusability of the applied functional scene is low no matter which development mode is selected, and more front-end and back-end development resources are required to be invested.
For example, if a function scenario a is implemented on one mobile application a, if a function scenario a is implemented on another mobile application B, the code of the mobile application a needs to be migrated, or secondary development of the function needs to be performed on the mobile application B, which not only increases the workload of development and operation and maintenance, but also increases the research and development and operation and maintenance costs of an enterprise.
Disclosure of Invention
In order to overcome the problems that the reusability of a function scene is low and more development resources need to be invested in the development process of the mobile application in the related technology at least to a certain extent, the application provides a form management method and a form management platform of the mobile application.
The scheme of this application is as follows:
according to a first aspect of the embodiments of the present application, there is provided a form management method for a mobile application, including:
receiving a form generation instruction sent by a mobile application, and providing a pre-configured form template list for the mobile application;
generating a form interface and a form address corresponding to the required form template according to the required form template determined by the mobile application in the form template list;
and sending the form address to the mobile application so that the form interface is displayed when the mobile application accesses the form address.
Preferably, the generating a form and a form address corresponding to the required form template according to the required form template determined by the mobile application in the form template list includes:
and generating a form input interface, a form input data structure, a form input page address, a form report interface, a form report data structure and a form report page address which correspond to the required form template according to the required form template determined by the mobile application in the form template list.
Preferably, the sending the form address to the mobile application so that the mobile application displays the form interface when accessing the form address includes:
and sending the input form page address and the form report page address to the mobile application, so that the mobile application displays the input form interface when accessing the input form page address, and displays the form report interface when accessing the form report page address.
Preferably, the method further comprises:
receiving a data entry instruction sent by the mobile application when accessing the entry form page address;
and performing data entry in the entry form interface according to the data entry instruction.
Preferably, the method further comprises:
receiving a data management instruction sent by the mobile application when accessing the page address of the form report;
and performing corresponding data management operation in the input form interface according to the data management instruction.
Preferably, the receiving a form generation instruction sent by the mobile application, and providing a list of preconfigured form templates to the mobile application, includes:
receiving a form generation instruction sent by a mobile application, and determining a mobile application functional area corresponding to the form generation instruction;
inquiring a form template corresponding to the mobile application function area in a preset form template, and generating a form template list according to the form template corresponding to the mobile application function area;
providing the list of form templates to the mobile application.
Preferably, the querying the form template corresponding to the mobile application function area, and generating the form template list according to the form template corresponding to the mobile application function area includes:
and querying the form template corresponding to the mobile application function area, and sequencing the form templates corresponding to the mobile application function area according to the configuration time to generate the form template list.
According to a second aspect of the embodiments of the present application, there is provided a form management platform for a mobile application, including:
the receiving module is used for receiving a form generation instruction sent by a mobile application and providing a pre-configured form template list for the mobile application;
the form generation module is used for generating a form interface and a form address corresponding to the required form template according to the required form template determined by the mobile application in the form template list;
and the sending module is used for sending the form address to the mobile application so that the form interface is displayed when the mobile application accesses the form address.
The technical scheme provided by the application can comprise the following beneficial effects: the form management method of the mobile application comprises the following steps: and receiving a form generation instruction sent by the mobile application, and providing a list of the pre-configured form templates for the mobile application. And generating a form interface and a form address corresponding to the required form template according to the required form template determined in the form template list by the mobile application. And sending the form address to the mobile application so that the mobile application displays the form interface when accessing the form address. According to the method and the device, the form template required by the mobile application service scene is dynamically generated according to the requirement of the mobile application so as to complete the quick and efficient construction of the mobile application service scene, and the form module can be multiplexed to the service scenes of a plurality of different mobile applications.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the application and, together with the description, serve to explain the principles of the application.
Fig. 1 is a flowchart illustrating a form management method for a mobile application according to an embodiment of the present application;
fig. 2 is a flowchart illustrating a form management method for a mobile application according to another embodiment of the present application;
fig. 3 is a schematic structural diagram of a form management platform of a mobile application according to an embodiment of the present application.
Reference numerals: a receiving module-41; a form generation module-42; a sending module-43.
Detailed Description
Reference will now be made in detail to the exemplary embodiments, examples of which are illustrated in the accompanying drawings. When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present application, as detailed in the appended claims.
Example one
Fig. 1 is a flowchart illustrating a form management method for a mobile application according to an embodiment of the present invention, and referring to fig. 1, the form management method for a mobile application includes:
s11: receiving a form generation instruction sent by a mobile application, and providing a pre-configured form template list for the mobile application;
s12: generating a form interface and a form address corresponding to the required form template according to the required form template determined in the form template list by the mobile application;
s13: and sending the form address to the mobile application so that the mobile application displays the form interface when accessing the form address.
It should be noted that the technical solution in this embodiment is implemented at the form management platform, and the form management platform establishes a communication connection with the mobile terminal, and performs information interaction with the mobile application of the mobile terminal to implement the technical solution in this embodiment.
It should be noted that the form includes an entry form and a form report, and the form report is used for performing various conventional operations on form data entered in the form, such as data adding, deleting, querying, modifying, importing, and exporting functions.
Based on this, according to the requirement form template determined by the mobile application in the form template list, generating a form and a form address corresponding to the requirement form template, including:
and generating a form input interface, a form input data structure, a form input page address, a form report interface, a form report data structure and a form report page address which correspond to the required form template according to the required form template determined in the form template list by the mobile application.
Sending the form address to the mobile application so that the mobile application displays the form interface when accessing the form address, comprising:
and sending the address of the input form page and the address of the form report page to the mobile application so that the mobile application displays the interface of the input form when accessing the address of the input form page and displays the interface of the form report when accessing the address of the form report page.
It should be noted that the input form data structure and the form report data structure are the main structural bodies of the form. The form page address and the form report page address are input as a Uniform Resource Locator (URL) address, that is, a web page address.
In a specific practice, a unique id is allocated to each form template in the form template list, and the id sent by the mobile application is received to determine the required form template selected by the mobile application.
It can be understood that, the form management method for a mobile application in this embodiment includes: and receiving a form generation instruction sent by the mobile application, and providing a list of the pre-configured form templates for the mobile application. And generating a form interface and a form address corresponding to the required form template according to the required form template determined by the mobile application in the form template list. And sending the form address to the mobile application so that the mobile application displays the form interface when accessing the form address. According to the method and the device for the mobile application service scene building, the form template required by the mobile application service scene is dynamically generated according to the requirement of the mobile application, so that the mobile application service scene is built quickly and efficiently, the form module can be multiplexed to a plurality of different mobile application service scenes, the mobile application can efficiently multiplex the same function scene, and development resources are saved to a great extent.
Example two
Fig. 2 is a flowchart illustrating a form management method for a mobile application according to another embodiment of the present invention, and referring to fig. 2, the method further includes:
s21: receiving a data entry instruction sent by a mobile application when accessing an entry form page address;
s22: and performing data entry in an entry form interface according to the data entry instruction.
Referring to fig. 2, the method further comprises:
s31: receiving a data management instruction sent by a mobile application when accessing a form report page address;
s32: and carrying out corresponding data management operation in the input form interface according to the data management instruction.
It should be noted that, if the mobile application accesses the entry form page address and the form report page address at the same time, the mobile application can display the entry form interface and the form report interface at the same time.
It should be noted that the mobile application enters the entry form interface when accessing the entry form page address, and a user of the mobile application can click on the entry form interface to send a data entry instruction to enter data. In the embodiment, when a data entry instruction sent by the mobile application when accessing an address of an entry form page is received, data entry is performed in an entry form interface according to the data entry instruction.
It should be noted that the mobile application enters the form and report interface when accessing the address of the form and report page, and a user of the mobile application can click on the form and report interface to send a data management instruction, such as adding, deleting, querying, modifying, importing, exporting, and the like, data entered into the form and report interface. In the embodiment, when a data management instruction sent by a mobile application when accessing a form report page address is received, corresponding data management operation is performed in a form input interface according to the data management instruction.
EXAMPLE III
In the form management method for a mobile application in this embodiment, receiving a form generation instruction sent by the mobile application, and providing a list of pre-configured form templates to the mobile application includes:
receiving a form generation instruction sent by a mobile application, and determining a mobile application function area corresponding to the form generation instruction;
inquiring a form template corresponding to a mobile application function area in a preset form template, and generating a form template list according to the form template corresponding to the mobile application function area;
a list of form templates is provided to the mobile application.
Further, querying a form template corresponding to the mobile application functional area, and generating a form template list according to the form template corresponding to the mobile application functional area, including:
and querying the form template corresponding to the mobile application function area, and sequencing the form templates corresponding to the mobile application function area according to the configuration time to generate a form template list.
It will be appreciated that the mobile application functional areas generally include: a bottom menu area, a function array area, a function button area, a carousel image area and the like. In this embodiment, the form templates corresponding to different mobile application functional areas may be configured in advance, after receiving a form generation instruction sent by a mobile application, the form generation instruction is determined to correspond to the mobile application functional area, then the form template corresponding to the mobile application functional area is queried, and a form template list is generated according to the form template corresponding to the mobile application functional area, so that each functional area of the mobile application has a customized form template.
It can be understood that, because the form templates are continuously updated due to continuous progress of the technology, and the updated form templates are generally better than the historical form templates, the form templates corresponding to the mobile application functional areas are also sorted according to the configuration time in the embodiment, so that a user using the mobile application can know the sequence of the form templates, and thus select the form template more suitable for the current mobile application.
Example four
Fig. 3 is a schematic structural diagram of a form management platform of a mobile application according to an embodiment of the present invention, and referring to fig. 3, the form management platform of the mobile application includes:
a receiving module 41, configured to receive a form generation instruction sent by a mobile application, and provide a list of preconfigured form templates to the mobile application;
the form generation module 42 is configured to generate a form interface and a form address corresponding to the required form template according to the required form template determined in the form template list by the mobile application;
and the sending module 43 is configured to send the form address to the mobile application, so that the mobile application displays the form interface when accessing the form address.
It can be understood that the form management platform of the mobile application in this embodiment includes: a receiving module 41, a form generating module 42 and a sending module 43. In implementation, the receiving module 41 receives a form generation instruction sent by the mobile application, and provides a list of preconfigured form templates to the mobile application. The form generation module 42 generates a form interface and a form address corresponding to the required form template according to the required form template determined in the form template list by the mobile application. The sending module 43 sends the form address to the mobile application so that the mobile application displays the form interface when accessing the form address. According to the method and the device for the mobile application service scene building, the form template required by the mobile application service scene is dynamically generated according to the requirement of the mobile application, so that the mobile application service scene is built quickly and efficiently, the form module can be multiplexed to a plurality of different mobile application service scenes, the mobile application can efficiently multiplex the same function scene, and development resources are saved to a great extent.
It should be noted that, the form management platform further includes: and a communication module.
The communication module establishes a data communication pipeline for logic adaptation, request parameter preprocessing and response data return between the mobile application and the form management platform, and adapts to each module in the form management platform according to different requests and parameters of the mobile application.
It is understood that the same or similar parts in the above embodiments may be mutually referred to, and the same or similar parts in other embodiments may be referred to for the content which is not described in detail in some embodiments.
It should be noted that, in the description of the present application, the terms "first", "second", etc. are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Further, in the description of the present application, the meaning of "a plurality" means at least two unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps in the process, and alternate implementations are included within the scope of the preferred embodiment of the present application in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present application.
It should be understood that portions of the present application may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried out in the method of implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and the program, when executed, includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present application may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, reference to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present application have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present application, and that variations, modifications, substitutions and alterations may be made to the above embodiments by those of ordinary skill in the art within the scope of the present application.

Claims (8)

1. A form management method for a mobile application, comprising:
receiving a form generation instruction sent by a mobile application, and providing a pre-configured form template list for the mobile application;
generating a form interface and a form address corresponding to the required form template according to the required form template determined by the mobile application in the form template list;
and sending the form address to the mobile application so that the form interface is displayed when the mobile application accesses the form address.
2. The method of claim 1, wherein the generating the required form template and the form address corresponding to the required form template according to the required form template determined by the mobile application in the form template list comprises:
and generating a form input interface, a form input data structure, a form input page address, a form report interface, a form report data structure and a form report page address which correspond to the required form template according to the required form template determined by the mobile application in the form template list.
3. The method of claim 2, wherein sending the form address to the mobile application to cause the mobile application to display the form interface when accessing the form address comprises:
and sending the input form page address and the form and report page address to the mobile application so that the mobile application displays the input form interface when accessing the input form page address and displays the form and report interface when accessing the form and report page address.
4. The method of claim 3, further comprising:
receiving a data entry instruction sent by the mobile application when accessing the entry form page address;
and performing data entry in the entry form interface according to the data entry instruction.
5. The method of claim 3, further comprising:
receiving a data management instruction sent by the mobile application when accessing the page address of the form report;
and performing corresponding data management operation in the input form interface according to the data management instruction.
6. The method of claim 1, wherein receiving the form generation instruction sent by the mobile application, and providing a list of pre-configured form templates to the mobile application comprises:
receiving a form generation instruction sent by a mobile application, and determining a mobile application functional area corresponding to the form generation instruction;
inquiring a form template corresponding to the mobile application function area in a preset form template, and generating a form template list according to the form template corresponding to the mobile application function area;
providing the list of form templates to the mobile application.
7. The method according to claim 6, wherein the querying the form template corresponding to the mobile application function area and generating the form template list according to the form template corresponding to the mobile application function area comprises:
and inquiring the form template corresponding to the mobile application function area, and sequencing the form templates corresponding to the mobile application function area according to the configuration time to generate the form template list.
8. A form management platform for mobile applications, comprising:
the receiving module is used for receiving a form generation instruction sent by a mobile application and providing a pre-configured form template list for the mobile application;
the form generation module is used for generating a form interface and a form address corresponding to the required form template according to the required form template determined in the form template list by the mobile application;
and the sending module is used for sending the form address to the mobile application so that the form interface is displayed when the mobile application accesses the form address.
CN202210779577.1A 2022-07-04 2022-07-04 Form management method and platform for mobile application Pending CN115167848A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210779577.1A CN115167848A (en) 2022-07-04 2022-07-04 Form management method and platform for mobile application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210779577.1A CN115167848A (en) 2022-07-04 2022-07-04 Form management method and platform for mobile application

Publications (1)

Publication Number Publication Date
CN115167848A true CN115167848A (en) 2022-10-11

Family

ID=83491673

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210779577.1A Pending CN115167848A (en) 2022-07-04 2022-07-04 Form management method and platform for mobile application

Country Status (1)

Country Link
CN (1) CN115167848A (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106201501A (en) * 2016-07-06 2016-12-07 全程网络科技(上海)有限公司 A kind of configurableization construction method to mobile terminal form interface and system
CN106230919A (en) * 2016-07-26 2016-12-14 广州酷狗计算机科技有限公司 A kind of method and apparatus of files passe
CN110543303A (en) * 2019-07-22 2019-12-06 石化盈科信息技术有限责任公司 Visual business platform
CN111414365A (en) * 2020-03-25 2020-07-14 江苏锐创软件技术有限公司 High-adaptability intelligent form system and intelligent form generation method
CN112199373A (en) * 2020-09-24 2021-01-08 中国建设银行股份有限公司 Form development method and system
CN112486459A (en) * 2020-11-27 2021-03-12 杭州大搜车汽车服务有限公司 Activity page generation method and device, computer equipment and readable storage medium
CN112632945A (en) * 2020-12-17 2021-04-09 上海哔哩哔哩科技有限公司 Report form construction method and device
CN114047989A (en) * 2021-11-12 2022-02-15 浪潮通信信息系统有限公司 Dynamic form configuration and rendering method, system and device

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106201501A (en) * 2016-07-06 2016-12-07 全程网络科技(上海)有限公司 A kind of configurableization construction method to mobile terminal form interface and system
CN106230919A (en) * 2016-07-26 2016-12-14 广州酷狗计算机科技有限公司 A kind of method and apparatus of files passe
CN110543303A (en) * 2019-07-22 2019-12-06 石化盈科信息技术有限责任公司 Visual business platform
CN111414365A (en) * 2020-03-25 2020-07-14 江苏锐创软件技术有限公司 High-adaptability intelligent form system and intelligent form generation method
CN112199373A (en) * 2020-09-24 2021-01-08 中国建设银行股份有限公司 Form development method and system
CN112486459A (en) * 2020-11-27 2021-03-12 杭州大搜车汽车服务有限公司 Activity page generation method and device, computer equipment and readable storage medium
CN112632945A (en) * 2020-12-17 2021-04-09 上海哔哩哔哩科技有限公司 Report form construction method and device
CN114047989A (en) * 2021-11-12 2022-02-15 浪潮通信信息系统有限公司 Dynamic form configuration and rendering method, system and device

Similar Documents

Publication Publication Date Title
CN110310034B (en) Service arrangement and business flow processing method and device applied to SaaS
CN109388791B (en) Dynamic diagram display method and device, computer equipment and storage medium
CN110535679B (en) Slice management method, architecture, network slice sales platform and management system
CN109905431B (en) Message processing method and system, storage medium and electronic equipment
CN110968388A (en) Page processing method and system
CN112860308A (en) Configuration method of interface definition, service processing method, server and storage medium
CN114924751A (en) Method and device for distributing service access request flow
EP1640857A2 (en) Method for defining the operations of a client while using a web service
CN111435380A (en) Page cross-domain interaction method, system, device and storage device
CN113779422A (en) Method and device for realizing relation chain label, electronic equipment and storage medium
CN114756228A (en) Page processing method, device, equipment and storage medium
CN111555894A (en) Data processing method, device, equipment and storage medium
CN115167848A (en) Form management method and platform for mobile application
CN105279140B (en) Text display method, server, terminal and system
CN110719325A (en) Method and device for responding to user request
CN114969603A (en) 5G message-based picture acquisition and picture generation method and system
CN111382039A (en) Method, device, electronic equipment and storage medium for reporting user behavior event
CN107566212B (en) Resource monitoring management method and device
CN111061476B (en) Mobile template construction method, server and computer readable storage medium
CN114579128A (en) Visual page building method and device, storage medium and computer equipment
CN111367592B (en) Information processing method and device
CN104504000A (en) Remote transmission method, device and system for mirror image file
CN115221338B (en) Knowledge graph construction method and system and computer equipment
CN113448830B (en) Method and device for managing software information
CN113760717B (en) Method and device for testing page component

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