CN108427556B - Form design analysis method and system - Google Patents

Form design analysis method and system Download PDF

Info

Publication number
CN108427556B
CN108427556B CN201810201519.4A CN201810201519A CN108427556B CN 108427556 B CN108427556 B CN 108427556B CN 201810201519 A CN201810201519 A CN 201810201519A CN 108427556 B CN108427556 B CN 108427556B
Authority
CN
China
Prior art keywords
data
json
design
interface
format
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
CN201810201519.4A
Other languages
Chinese (zh)
Other versions
CN108427556A (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.)
Shenzhen Bowo Wisdom Technology Co.,Ltd.
Original Assignee
Shenzhen Bowo Wisdom Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Bowo Wisdom Technology Co ltd filed Critical Shenzhen Bowo Wisdom Technology Co ltd
Priority to CN201810201519.4A priority Critical patent/CN108427556B/en
Publication of CN108427556A publication Critical patent/CN108427556A/en
Application granted granted Critical
Publication of CN108427556B publication Critical patent/CN108427556B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/34Graphical or visual programming
    • 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/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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

Abstract

The invention provides a form design analysis method and a system, wherein the method comprises the following steps: designing a form: providing a visual form design interface for a user to create and define a form, wherein the form comprises a plurality of levels of nested sub-forms; a form analyzing step: and generating a data interface in a json data format according to the structure of the created form, wherein different form analysis platforms can adaptively analyze the corresponding form model according to the data interface in the json data format. The form obtained by the technical scheme of the invention has high reusability, strong expandability and safe and stable data.

Description

Form design analysis method and system
Technical Field
The invention belongs to the field of environmental evaluation, and particularly relates to a form design analysis method and system.
Background
The service forms applied to the complex and dynamically-changed service system have the characteristics of large quantity, multiple data fields, deep data structure hierarchy and variability, the data entry is complicated from the perspective of users, development and operation and maintenance personnel are tired of coping with the variable service requirements, and a large amount of development time cost needs to be invested, so that higher requirements are provided for the maintainability of the form technology, and meanwhile, the existing form technology cannot meet the requirements of the following service scenes:
cross-platform: a set of configuration logic is realized through a designer and an analysis model, and the configuration logic is simultaneously cooperatively used at an Android terminal, an iOS terminal, a PC terminal, a Web end and a mobile Web end.
And (3) expandability: in a complex business form, sub-forms in the form are dynamically added according to the requirements of on-site business scenes, and the sub-forms can be nested in multiple levels, for example, in an environment-friendly government pollution source information management system, different pollution sources have multiple pieces of discharge port information, and different discharge ports have multiple pieces of pollution source factor information, so that nesting of three levels of sub-forms is needed, and the design of the complex form is mostly realized in a code development mode at present, because of the variability of business, the development time period is long, and the business requirements are difficult to meet in time; in addition, the form needs to use some controls such as a personnel organization selection list, a signature button, an uploading attachment or other quick operations during design, and flexible and various configurations are needed;
reusability: because the related service forms in a single service system are more or the personalized requirements of the service system applied to a plurality of places are different, the forms are large in size, and the same or similar element fields may exist among the forms, the forms need to be recycled to reduce the time cost of development and configuration;
data security:
on one hand, in the prior art, when data is stored, a solid-state table storage mode is adopted, and if the data in the solid-state table is deleted under the condition of not making a backup, the data is lost and cannot be recovered.
On the other hand, element fields of the form are also changed along with the change of business requirements, and the existing form technology is easy to cause the loss of form historical data under the condition of changing without version control;
functional extensibility: data generated by most business systems meet the requirements of supervision and decision making of a management layer, so that the data needs to be extracted for statistical analysis, meanwhile, some businesses need to be combined online and offline, and electronic form printing, examination and approval paper is filed, so that the form technology provides technical support for extended functions of statistics, printing and the like.
Disclosure of Invention
In order to meet the requirements of the service scenes and overcome the defects in the prior art, the invention aims to provide a form design analysis method and system which are high in reusability, strong in expandability and safe and stable in data.
In an embodiment of the present invention, a form design analysis method is provided, which includes:
designing a form: providing a visual form design interface for a user to create and define a form, wherein the form comprises a plurality of levels of nested sub-forms;
a form analyzing step: and generating a data interface in a json data format according to the structure of the created form, wherein different form analysis platforms can adaptively analyze the corresponding form model according to the data interface in the json data format.
In the embodiment of the present invention, in the form parsing step, the data interface in the json data format is implemented by recursively generating tree-like child nodes.
In an embodiment of the present invention, the method further comprises:
and (3) storing form data: and automatically identifying and integrating the form data received on the form page into a corresponding json data format and storing the json data format into a database.
In an embodiment of the present invention, the method further comprises:
a form printing step: and printing and rendering the data of the form to a word system according to the configured printing bookmark and the element data field.
In the form data storage step, data is stored in a solid-state table of the form design in a packed manner, and a whole piece of json data submitted to the storage interface is stored in a form of a character string in a form of a form record table.
In an embodiment of the present invention, a form design parsing system is further provided, which includes:
the form design module is used for providing a visual form design interface for a user to create a form and define the form, and the form comprises multiple levels of nested sub-forms;
and the form analysis module is used for generating a data interface in a json data format according to the structure of the created form, wherein different form analysis platforms can adaptively analyze the corresponding form model according to the data interface in the json data format.
In the embodiment of the present invention, the data interface of the json data format is implemented by recursively generating tree-like child nodes.
In an embodiment of the present invention, the system further includes:
and the form data storage module is used for automatically identifying and integrating the form data received on the form page into a corresponding json data format and storing the json data format into the database.
In an embodiment of the present invention, the system further includes:
and the form printing module is used for printing and rendering the data of the form to the word system according to the configured printing bookmark and the element data field.
In the embodiment of the invention, the form data storage module stores data in a solid-state table of the form design in a packaging mode, and stores the json data submitted to the storage interface in a form of character strings in a form of form recording tables.
Compared with the prior art, the form design analysis method and the form design analysis system have the advantages that after the form is created, the data interface in the json data format is generated according to the structure of the created form, so that different form analysis platforms can analyze the corresponding form model in a self-adaptive manner according to the data interface in the json data format, multiple technologies can be nested for use, and the respective form analysis is realized by supporting the corresponding interface in multiple technical languages such as java background, Android, ios and c #; when the form is stored, the data is packed and stored in a solid-state table designed by the form, and the whole piece of json data submitted to the storage interface is stored in a form of character strings in a form of form recording table, so that the safety of the form data is greatly improved by combining two data storage modes.
Drawings
FIG. 1 is a flowchart of a form design parsing method according to an embodiment of the present invention;
FIG. 2 is a diagram of a visualized form design interface provided by an embodiment of the invention;
fig. 3 is a schematic structural diagram of a form design parsing system according to a second embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The following detailed description of the implementation of the present invention is made with reference to specific embodiments:
example one
Fig. 1 shows a first embodiment of the present invention, which provides a form design parsing method in the first embodiment of the present invention, and the method includes steps S1 to S4, which are described below separately.
Step S1, form design step: and providing a visual form design interface for a user to create and define a form, wherein the form comprises a plurality of levels of nested sub-forms.
It should be noted that, in the form design step, a user may drag a basic element, such as a text box, a date, a drop-down box, a multi-choice box, a radio box, a title bar, and the like, to a form design window in a visual and convenient operation form design interface (as shown in fig. 2), perform attribute definition on the element to generate an element, or directly use a custom element or element group generated by a released configuration to freely drag and sort, and create a corresponding form and a corresponding sub-form after release, where the sub-form may implement multi-level nesting, for example, the form includes a sub-form, and the sub-form includes a sub-form at a next level.
Step S2, form analysis step: and generating a data interface in a json data format according to the structure of the created form, wherein different form analysis platforms can adaptively analyze the corresponding form model according to the data interface in the json data format.
It should be noted that after the form design is released, the form needs to be applied to each service system, for example, in combination with support technologies such as a workflow engine and the like, service requirements of information management systems adapted to different platforms are realized, a corresponding form structure file in a json data format is generated, a standard and definite interface is automatically generated in the form structure file in the json data format, multiple technologies can be nested for use, and multiple technical languages such as java background, Android, ios, c # and the like support the corresponding interface to realize respective form parsers. After the version is released, the form analysis engine can automatically generate a json data format for the designed form, and the analyzer of the corresponding platform automatically identifies attributes of the json data to render the form style corresponding to the json data, for example, ios forms and Android forms are rendered by ios, and C # is rendered to form style corresponding to C # platform.
In the embodiment of the present invention, in the form parsing step, the data interface in the json data format is implemented by recursively generating tree-like child nodes.
Step S3, form data storage step: and automatically identifying and integrating the form data received on the form page into a corresponding json data format and storing the json data format into a database.
It should be noted that the expression data submitted by the user is stored in two ways: the first storage is used for packing and storing data in a solid-state table designed by a form, the second storage mode is used for storing the form in a form recording table, and the whole json data submitted to a storage interface is stored in the recording table in a character string mode. The solid state table data can be extracted by calling the stored json character string in the record table back to the corresponding system when data statistics is carried out.
It should be further noted that, along with the change of the business requirements, the form may be changed, and after the version is modified each time, a new version is released by clicking, so that a new version may be iterated and a history version record may be saved. In design and use, a release new version and a modification current version exist, the modification current version is modified on the current version, and no backup copies the new version. Corresponding copies are backed up on the existing version basic forms and elements of the released new version, and the previous version control is not influenced.
Under the condition that a plurality of forms are similar or shared in different systems, the system forms do not need to be reconfigured on other systems, the forms only need to be exported to a corresponding rar file format and uploaded to other required systems, the forms, corresponding elements and configuration attributes are automatically inserted into a new system, a form analysis engine converts sub-nodes corresponding to the elements into a data stream format, and the data stream is uploaded and converted into corresponding form objects, so that the forms are quickly generated, and the names of the forms and the names of physical tables can be redefined after a new version of the forms is released.
Step S4, form printing step: and printing and rendering the data of the form to a word system according to the configured printing bookmark and the element data field.
It should be noted that form printing is performed on data submitted by a form, the form template is usually in a word template form, bookmarks in the word template are consistent with form element fields, a form preview effect can verify whether the word bookmarks are normally matched with the form element fields, and no field bookmark with good configuration or wrong configuration has a red mark, so as to prompt that configuration errors and exceptions of the word printing bookmark, and effectively locate the printing effect position of the word bookmark. The system prints and renders the data of the form into a word system according to the combination of the configured printing bookmark and the element data field, and can also generate the pdf file format.
Example two
As shown in fig. 3, in the embodiment, there is provided a form design parsing system in the embodiment of the present invention, which includes:
the form design module 1 is used for providing a visual form design interface for a user to create a form and define the form, wherein the form comprises multiple levels of nested sub-forms;
and the form analysis module 2 is used for generating a data interface in a json data format according to the structure of the created form, wherein different form analysis platforms can adaptively analyze the corresponding form model according to the data interface in the json data format.
And the form data storage module 3 is used for automatically identifying and integrating the form data received on the form page into a corresponding json data format and storing the json data format into a database.
And the form printing module 4 is used for printing and rendering the data of the form to the word system according to the configured printing bookmark and the element data field.
It should be noted that the form design analysis system and the form design analysis method described in the first embodiment are based on the same inventive concept, and the specific implementation process and the technical effect thereof are the same as those in the first embodiment, and are not described herein again.
In summary, according to the form design analysis method and system provided by the invention, after the form is created, the data interface in the json data format is generated according to the structure of the created form, so that different form analysis platforms can adaptively analyze the corresponding form model according to the data interface in the json data format, thereby supporting multiple technologies for nested use, and realizing respective form analysis on the corresponding interfaces supported by multiple technical languages such as java background, Android, ios, and c #; when the form is stored, the data is packed and stored in a solid-state table designed by the form, and the whole piece of json data submitted to the storage interface is stored in a form of character strings in a form of form recording table, so that the safety of the form data is greatly improved by combining two data storage modes.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (8)

1. A form design parsing method is characterized by comprising the following steps:
designing a form: providing a visual form design interface for a user to create and define a form, wherein the form comprises a plurality of levels of nested sub-forms;
a form analyzing step: generating a data interface in a json data format according to the structure of the created form, wherein different form analysis platforms can adaptively analyze a corresponding form model according to the data interface in the json data format, and the method specifically comprises the following steps: after the form design is released, the form design is applied to each business system, the business requirements of the information management systems adapting to different platforms are realized by combining with the workflow engine support technology, the corresponding form structure file in the json data format is generated, an interface is automatically generated in the form structure file in the json data format, the nested use of multiple technologies can be supported, and the corresponding interfaces are supported by multiple technical languages to realize respective form resolvers; after the version is released, a form parser can automatically generate a json data format for the designed form, and the parser of the corresponding platform can automatically recognize json data attributes to render a corresponding form style;
and (3) storing form data: packing and storing the data in a solid-state table of the form design, and storing the json data submitted to a storage interface in a form of character strings in a form of form recording tables; when the data of the solid state table is lost, the json data of the record table is returned to restore and backup the data to the solid state table, and the json character strings stored in the record table are called and returned to the corresponding system during data statistics so as to extract the data of the solid state table;
under the condition that a plurality of forms are similar or shared in different systems, the system forms do not need to be reconfigured on other systems, the forms only need to be exported to a corresponding rar file format and uploaded to other required systems, the forms, corresponding elements and configuration attributes are automatically inserted into a new system, a form analysis engine converts sub-nodes corresponding to the elements into a data stream format, the data stream is uploaded and converted into corresponding form objects, the forms are generated, and the names and the physical table names of the forms are redefined after a new version of the forms is released.
2. The form design parsing method of claim 1, wherein in the form parsing step, the data interface of the json data format is implemented by recursively generating tree-like child nodes.
3. The form design parsing method of claim 1, the method further comprising:
and (3) storing form data: and automatically identifying and integrating the form data received on the form page into a corresponding json data format and storing the json data format into a database.
4. The form design parsing method of claim 3, the method further comprising:
a form printing step: and printing and rendering the data of the form to a word system according to the configured printing bookmark and the element data field.
5. A form design parsing system, comprising:
the form design module is used for providing a visual form design interface for a user to create a form and define the form, and the form comprises multiple levels of nested sub-forms;
the form analysis module is used for generating a data interface in a json data format according to the structure of the created form, wherein different form analysis platforms can adaptively analyze a corresponding form model according to the data interface in the json data format, and the form analysis module is specifically used for: after the form design is released, the form design is applied to each business system, the business requirements of the information management systems adapting to different platforms are realized by combining with the workflow engine support technology, the corresponding form structure file in the json data format is generated, an interface is automatically generated in the form structure file in the json data format, the nested use of multiple technologies can be supported, and the corresponding interfaces are supported by multiple technical languages to realize respective form resolvers; after the version is released, a form parser can automatically generate a json data format for the designed form, and the parser of the corresponding platform can automatically recognize json data attributes to render a corresponding form style;
the form data storage module is used for storing data in a solid-state form of form design in a packaging mode and storing the whole piece of json data submitted to the storage interface in a form of character strings in a form of form recording tables; when the data of the solid state table is lost, the json data of the record table is returned to restore and backup the data to the solid state table, and the json character strings stored in the record table are called and returned to the corresponding system during data statistics so as to extract the data of the solid state table;
the form reusing module is used for exporting the corresponding rar file format from the form without reconfiguring the system form on other systems under the condition that a plurality of forms are similar or shared in different systems, uploading the rar file to other systems, automatically inserting the form, corresponding elements and configuration attributes into a new system, converting sub-nodes corresponding to the elements into a data stream format by a form analysis engine, uploading the data stream into corresponding form objects, generating the form, and redefining the name and the physical table name of the form after releasing a new version of the form.
6. The form design parsing system of claim 5 wherein the data interface of the json data format is implemented by recursively generating tree-like child nodes.
7. The form design parsing system of claim 5, wherein the system further comprises:
and the form data storage module is used for automatically identifying and integrating the form data received on the form page into a corresponding json data format and storing the json data format into the database.
8. The form design parsing system of claim 7, wherein the system further comprises:
and the form printing module is used for printing and rendering the data of the form to the word system according to the configured printing bookmark and the element data field.
CN201810201519.4A 2018-03-12 2018-03-12 Form design analysis method and system Active CN108427556B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810201519.4A CN108427556B (en) 2018-03-12 2018-03-12 Form design analysis method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810201519.4A CN108427556B (en) 2018-03-12 2018-03-12 Form design analysis method and system

Publications (2)

Publication Number Publication Date
CN108427556A CN108427556A (en) 2018-08-21
CN108427556B true CN108427556B (en) 2021-06-15

Family

ID=63157842

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810201519.4A Active CN108427556B (en) 2018-03-12 2018-03-12 Form design analysis method and system

Country Status (1)

Country Link
CN (1) CN108427556B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109472496A (en) * 2018-11-14 2019-03-15 江苏中威科技软件系统有限公司 Workflow construction method and device based on visualization guidance and automatic Verification
CN109711771A (en) * 2018-12-08 2019-05-03 武汉普罗格集成科技有限公司 Intelligent logistics integrated management serviced component
CN109783777B (en) * 2018-12-12 2023-05-16 东软集团股份有限公司 Form export method and device, readable storage medium and electronic equipment
CN109636342A (en) * 2018-12-14 2019-04-16 平安城市建设科技(深圳)有限公司 Construction method, audit equipment, storage medium and the device of auditing flow
CN109857818B (en) * 2019-02-03 2021-09-14 北京字节跳动网络技术有限公司 Method and device for determining production relation, storage medium and electronic equipment
CN110929489A (en) * 2019-11-18 2020-03-27 有时数联科技(北京)有限公司 Form generation and form data processing method and system
CN111222310A (en) * 2019-12-23 2020-06-02 福建亿能达信息技术股份有限公司 Method and system for inputting and displaying irregular form
CN114115767A (en) * 2020-08-31 2022-03-01 西安诺瓦星云科技股份有限公司 Media playing method, device and system and computer readable storage medium
CN114647650A (en) * 2022-05-18 2022-06-21 苏州琞能能源科技有限公司 Data storage method and device, electronic equipment and storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9218331B2 (en) * 2013-02-06 2015-12-22 Patientordersets.Com Ltd. Automated generation of structured electronic representations of user-fillable forms
US10088979B2 (en) * 2014-09-26 2018-10-02 Oracle International Corporation Recasting a form-based user interface into a mobile device user interface using common data
CN105589959A (en) * 2015-12-22 2016-05-18 北京京东尚科信息技术有限公司 Form processing method and form processing system
CN105872083A (en) * 2016-05-19 2016-08-17 湖州微未信息科技有限公司 Method and system supporting server access by different types of clients as well as server
CN106325870B (en) * 2016-08-25 2020-03-10 金蝶软件(中国)有限公司 Method and device for realizing dynamic form API (application program interface)
CN107526755B (en) * 2016-09-27 2020-11-03 腾讯科技(深圳)有限公司 Data processing method and device
CN107423061A (en) * 2017-07-12 2017-12-01 江苏速度信息科技股份有限公司 A kind of list generation method based on ISON data

Also Published As

Publication number Publication date
CN108427556A (en) 2018-08-21

Similar Documents

Publication Publication Date Title
CN108427556B (en) Form design analysis method and system
CN114035773B (en) Configuration-based low-code form development method, system and device
CN104239073B (en) Data maintenance system rapid prototyping development system and method
CN101149737A (en) Method for quickly establishing web form and automatically establishing corresponding data table in database through Microsoft Word
CN107807954B (en) Visual modeling multidimensional analysis system and method thereof
CN107273117A (en) A kind of quick Code automatic build system for programming friendly
CN104035772A (en) Static analysis based source code multi-versionfunction call relation difference identification method
CN101122899A (en) Report generation method and device
CN102542002A (en) Satellite telemetry data treatment system and realization method thereof
CN101901265B (en) Objectification management system of virtual test data
CN110059078B (en) Dynamic configuration and verification method for customized data of navigation database
CN110474836A (en) A kind of email template generation method, calculates equipment and medium at device
CN110162297A (en) A kind of source code fragment natural language description automatic generation method and system
CN101675415A (en) Program pattern analyzer, pattern appearance status information production method, pattern information generating device, and program
CN104268163A (en) Method and system for acquiring network management network element configuration interface
CN103810292A (en) Method and device for configuring graphical interface
CN106407288A (en) Method and system for synchronously updating information
CN103593188A (en) System and method for managing what-you-see-is-what-you-get menus of instrument
CN113608903A (en) Fault management method based on XML language
CN110308907B (en) Data conversion method and device, storage medium and electronic equipment
CN102043769A (en) Method and device for editing documents
CN102624894A (en) Method and system for depacketize and message analysis
CN110968999A (en) Annotating method and system for automatically realizing fine granularity and diversification of docx file
CN115562993A (en) Test script recording method and device, electronic equipment and storage medium
CN114911751A (en) Method, device and equipment for building coal preparation plant management platform and readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20200702

Address after: 518000 401, floor 4, building a, Qinghua Information Port, No. 1, songpingshan new East Road, songpingshan community, Xili street, Nanshan District, Shenzhen City, Guangdong Province

Applicant after: Shenzhen Bowo Wisdom Technology Co.,Ltd.

Address before: 1401, room 14, floor 9, Beek science and technology building, No. 518000 research road, Nanshan District hi tech Development Zone, Shenzhen, Guangdong

Applicant before: SHENZHEN POWERDATA INFO-TECHNOLOGY Co.,Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A form design and analysis method and system

Effective date of registration: 20220520

Granted publication date: 20210615

Pledgee: Shenzhen hi tech investment small loan Co.,Ltd.

Pledgor: Shenzhen Bowo Wisdom Technology Co.,Ltd.

Registration number: Y2022980006021

PE01 Entry into force of the registration of the contract for pledge of patent right
PC01 Cancellation of the registration of the contract for pledge of patent right

Date of cancellation: 20230529

Granted publication date: 20210615

Pledgee: Shenzhen hi tech investment small loan Co.,Ltd.

Pledgor: Shenzhen Bowo Wisdom Technology Co.,Ltd.

Registration number: Y2022980006021

PC01 Cancellation of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A Method and System for Form Design Analysis

Effective date of registration: 20230606

Granted publication date: 20210615

Pledgee: Shenzhen hi tech investment small loan Co.,Ltd.

Pledgor: Shenzhen Bowo Wisdom Technology Co.,Ltd.

Registration number: Y2023980043034

PE01 Entry into force of the registration of the contract for pledge of patent right