CN111124405A - Method and system for realizing online form design supporting front-end and back-end decoupling - Google Patents

Method and system for realizing online form design supporting front-end and back-end decoupling Download PDF

Info

Publication number
CN111124405A
CN111124405A CN201911224707.XA CN201911224707A CN111124405A CN 111124405 A CN111124405 A CN 111124405A CN 201911224707 A CN201911224707 A CN 201911224707A CN 111124405 A CN111124405 A CN 111124405A
Authority
CN
China
Prior art keywords
business
business model
background
page
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201911224707.XA
Other languages
Chinese (zh)
Other versions
CN111124405B (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.)
Inspur Software Co Ltd
Original Assignee
Inspur 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 Inspur Software Co Ltd filed Critical Inspur Software Co Ltd
Priority to CN201911224707.XA priority Critical patent/CN111124405B/en
Publication of CN111124405A publication Critical patent/CN111124405A/en
Application granted granted Critical
Publication of CN111124405B publication Critical patent/CN111124405B/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/38Creation or generation of source code for implementing user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a method and a system for realizing an online form design supporting front-end and back-end decoupling, belonging to the technical field of WEB development, and aiming at solving the technical problem of how to save data into a database to realize the online form design supporting front-end and back-end decoupling after filling form data, wherein the adopted technical scheme is as follows: in the background, establishing corresponding relations between each element of the business model and each element of the database table; establishing a corresponding relation between each element of a form page and each element of a background business model at the front end; when the online form is designed, setting the corresponding relation between each element of the form page and each element of the business model on the page; when the form is released after the form is designed, the background analyzes the form page so as to write the corresponding relation between each element of the form page and each element of the business model into the database table. The invention discloses a system for realizing online form design supporting front-end and back-end decoupling.

Description

Method and system for realizing online form design supporting front-end and back-end decoupling
Technical Field
The invention relates to the technical field of WEB development, in particular to a method and a system for realizing online form design supporting front-end and back-end decoupling.
Background
As is well known, the role of the form responsible for data collection in internet applications is not a little different, and as the role of internet applications in people's life becomes more and more important, the complexity of the form also increases. The complex forms are developed by writing HTML, JSP and other codes, so that the efficiency is low, and the complex forms are not easy to maintain.
As a convenient tool, the WYSIWYG online form development tool comes. When the form is used by a user, a complex form meeting the business requirements can be quickly designed by simply dragging, and after the design is finished, the form can be downloaded and can be actively pushed to each business system.
However, after the form data is filled in, how to store the data in the database to realize the online form design supporting front-end and back-end decoupling is an urgent problem to be solved.
Disclosure of Invention
The technical task of the invention is to provide a method and a system for realizing the on-line form design supporting front-end and back-end decoupling, so as to solve the problem of how to store data into a database to realize the on-line form design supporting front-end and back-end decoupling after filling form data.
The technical task of the invention is realized in the following way, and the method for realizing the online form design supporting front-end and back-end decoupling specifically comprises the following steps:
in the background, establishing corresponding relations between each element of the business model and each element of the database table;
establishing a corresponding relation between each element of a form page and each element of a background business model at the front end;
when the online form is designed, setting the corresponding relation between each element of the form page and each element of the business model on the page;
when the form is released after the form is designed, the background analyzes the form page so as to write the corresponding relation between each element of the form page and each element of the business model into a database table;
when the form is used for filling data, the background automatically stores the data into each business database table according to the corresponding relation between each element of the parsed form page and each element of the business model, so that the workload of developing form data storage codes is greatly reduced, and the decoupling between the front-end form and the background business table is realized.
Preferably, each element of the business model comprises a main business model, a sub business model and a business model item.
Preferably, each element of the database table comprises a master table, a slave table and a table field.
Preferably, the elements of the form page include forms, areas and fields.
Preferably, the service table includes a service table not designed to store form data and a service table known to store form data.
Preferably, the service table for storing the form data realizes the front-end and back-end decoupling of the form data storage specifically as follows:
(1) the data source can be connected after the data source type, the database IP, the port number, the database/instance name, the user name and the password are filled in by using the data source management function;
(2) using a service model management function, mapping a database table in a managed data source into a service model after filling in a database name, and automatically mapping a field in the database table into a service model item;
(3) dragging the preset form page elements into a form design area as required by using a form design tool to obtain a form; associating elements (forms, areas and domains) of a form page with elements (main business models, sub business models and business model items) of business models, and storing the association relationship as attributes on tags in form HTML;
(4) when the form is stored and released, the background analyzes each attribute in the HTML transmitted from the front end to the background, and writes the mapping relation into a database table; and when the form data is filled in and submitted to a background, automatically storing the form data into a corresponding service table according to the mapping relation, thereby realizing the front-end and back-end decoupling of the form data storage.
Preferably, the elements of the HTML of step (3) include tables, text boxes, radio boxes, check boxes and the like.
Preferably, the decoupling of the front end and the back end of the form data storage is realized by the service table which is not designed and stores the form data, namely after the form is designed, elements (main service model, sub service model and service model item) of the service model associated with each element (form, area and domain) of the form page and the association relationship thereof are automatically created, and the method specifically comprises the following steps:
①, dragging each element of the preset form page into the form design area as required by using a form design tool to obtain a form;
②, when the form is stored and issued, the background analyzes each element in the form HTML transmitted from the front end, and automatically creates a corresponding data form and a mapping relation between fields, a business model and a business model item, and form elements and business model elements;
③, when filling the form data and submitting to the background, automatically storing the form data to the corresponding business table according to the mapping relation, thereby realizing the front-end and back-end decoupling of the form data storage.
An implementation system for an online form design supporting front-end and back-end decoupling, the system comprising,
the background is used for establishing the corresponding relation between each element of the business model and each element of the database table; the method specifically comprises the steps that a business model is abstracted into three concepts of a main business model, a sub business model and a business model item, and the three concepts respectively correspond to a main table, a sub table and a table field in a database table; when the form is released, the mapping relation between the form element and the service model element is analyzed from the form HTML, and the relation is stored in a database;
the front end is used for establishing the corresponding relation between each element of the form page and each element of the background business model; specifically, at the front end, form page elements are abstracted into a form, an area and a domain which respectively correspond to a main service model, a sub-service model and a service model item in a background service model.
The method and the system for realizing the online form design supporting the front-end and back-end decoupling have the following advantages:
the method supports that a complex form meeting the business requirement can be designed through dragging;
according to different business requirements, different types of online form designs can be provided, so that the online form design of decoupling of the front end and the rear end of the form can be generated through simple dragging;
the invention not only supports the online form design of front and back end decoupling when the existing business data table is used, but also supports the online form design of front and back end decoupling when the business data table is not designed, thereby realizing the flexible storage of form data; the online form development tool not only supports customizing the traditional form for dynamically building the form, but also supports customizing the form based on the existing service model (form), and has strong applicability;
when the existing business data table is designed, the form domain is associated with the existing business model, so that the form data is stored, and the front end and the back end of the form data storage are decoupled by associating the form domain with the business model item;
and (V) when the business data table is not designed, a form design mode of customizing the dynamic table building can be adopted, after the form design is finished and released, a database table can be generated in the database to store form data, and the decoupling between the front-end form and the background business table is realized by automatically analyzing the corresponding relation between each element of the form page and each element of the business model.
Drawings
The invention is further described below with reference to the accompanying drawings.
FIG. 1 is a flow diagram of a method for implementing an online form design that supports front-end and back-end decoupling;
FIG. 2 is a block diagram of a flow chart of a known business table for storing form data to achieve front-end and back-end decoupling of form data storage;
FIG. 3 is a flow chart diagram of front and back end decoupling for storing form data by a business table which is not designed for storing form data;
FIG. 4 is a block diagram of an implementation system for an online form design supporting front-end and back-end decoupling.
Detailed Description
The method and system for implementing an online form design supporting front-end and back-end decoupling according to the present invention are described in detail below with reference to the drawings and the embodiments of the present invention.
Example 1:
as shown in fig. 1, the method for implementing an online form design supporting front-end and back-end decoupling of the present invention, an implementation method and system for an online form design supporting front-end and back-end decoupling, is characterized in that the method specifically comprises the following steps:
s1, in the background, abstracting the business model into three concepts of a main business model, a sub business model and a business model item, and respectively corresponding to a main table, a sub table and a table field in a database table;
s2, abstracting form page elements into a form, an area and a domain which respectively correspond to a main service model, a sub service model and a service model item in a background service model at the front end;
s3, setting the corresponding relation between each element of the form page and each element of the business model on the page when the online form is designed;
s4, when the form is released after being designed, the background analyzes the form page so as to write the corresponding relation between each element of the form page and each element of the business model into a database table;
and S5, when the form is used for filling data, the background automatically stores the data into each business database table according to the corresponding relation between each element of the analyzed form page and each element of the business model, thereby greatly reducing the workload of developing form data storage codes and realizing the decoupling between the front-end form and the background business table.
The business model elements in step S1 include a main business model, a sub business model, and business model items.
The database table elements in step S1 include a master table, slave tables, and table fields.
The elements of the form page in step S2 include a form, a region, and a field.
The service table in step S5 includes a service table in which the form data is not designed to be stored and a service table in which the form data is known to be stored.
As shown in fig. 2, the specific implementation of the front-end decoupling of the form data storage in the service table storing the form data is as follows:
(1) the data source can be connected after the data source type, the database IP, the port number, the database/instance name, the user name and the password are filled in by using the data source management function;
(2) using a service model management function, mapping a database table in a managed data source into a service model after filling in a database name, and automatically mapping a field in the database table into a service model item;
(3) dragging the preset form page elements into a form design area as required by using a form design tool to obtain a form; associating elements (forms, areas and domains) of a form page with elements (main business models, sub business models and business model items) of business models, and storing the association relationship as attributes on tags in form HTML;
(4) when the form is stored and released, the background analyzes each attribute in the HTML transmitted from the front end to the background, and writes the mapping relation into a database table; and when the form data is filled in and submitted to a background, automatically storing the form data into a corresponding service table according to the mapping relation, thereby realizing the front-end and back-end decoupling of the form data storage.
Wherein, the elements of the HTML in the step (3) comprise a table, a text box, a radio box, a check box and the like.
As shown in fig. 3, the decoupling of the front and back ends of the table data storage is realized by not designing the service table storing the table data, namely automatically creating the elements (main service model, sub service model and service model item) of the service model associated with each element (table, area and domain) of the table page and the association relationship thereof after the table is designed, which is specifically as follows:
①, dragging each element of the preset form page into the form design area as required by using a form design tool to obtain a form;
②, when the form is stored and issued, the background analyzes each element in the form HTML transmitted from the front end, and automatically creates a corresponding data form and a mapping relation between fields, a business model and a business model item, and form elements and business model elements;
③, when filling the form data and submitting to the background, automatically storing the form data to the corresponding business table according to the mapping relation, thereby realizing the front-end and back-end decoupling of the form data storage.
Example 2:
as shown in fig. 4, the system for implementing an online form design supporting front-end and back-end decoupling according to the present invention comprises,
the background is used for establishing the corresponding relation between each element of the business model and each element of the database table; the method specifically comprises the steps that a business model is abstracted into three concepts of a main business model, a sub business model and a business model item, and the three concepts respectively correspond to a main table, a sub table and a table field in a database table; when the form is released, the mapping relation between the form element and the service model element is analyzed from the form HTML, and the relation is stored in a database;
the front end is used for establishing the corresponding relation between each element of the form page and each element of the background business model; specifically, at the front end, form page elements are abstracted into a form, an area and a domain which respectively correspond to a main service model, a sub-service model and a service model item in a background service model.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; and the modifications or the substitutions do not make the essence of the corresponding technical solutions depart from the scope of the technical solutions of the embodiments of the present invention.

Claims (9)

1. A method for realizing on-line form design supporting front-end and back-end decoupling is characterized by comprising the following steps:
in the background, establishing corresponding relations between each element of the business model and each element of the database table;
establishing a corresponding relation between each element of a form page and each element of a background business model at the front end;
when the online form is designed, setting the corresponding relation between each element of the form page and each element of the business model on the page;
when the form is released after the form is designed, the background analyzes the form page so as to write the corresponding relation between each element of the form page and each element of the business model into a database table;
when the form is used for filling data, the background automatically stores the data into each business database table according to the corresponding relation between each element of the parsed form page and each element of the business model, so that the workload of developing form data storage codes is greatly reduced, and the decoupling between the front-end form and the background business table is realized.
2. The method of claim 1, wherein the business model elements comprise a main business model, a sub business model, and a business model item.
3. The method of claim 1, wherein each element of the database table comprises a master table, a slave table, and a table field.
4. The method for implementing an online form design supporting front-end and back-end decoupling as claimed in claim 1, 2 or 3, wherein elements of the form page include forms, regions and fields.
5. The method of claim 4, wherein the business tables include business tables that are not designed to store form data and business tables that are known to store form data.
6. The method for realizing the on-line form design supporting front-end and back-end decoupling as claimed in claim 5, wherein the business table for storing the form data realizes the front-end and back-end decoupling of the form data storage specifically as follows:
(1) the data source can be connected after the data source type, the database IP, the port number, the database/instance name, the user name and the password are filled in by using the data source management function;
(2) using a service model management function, mapping a database table in a managed data source into a service model after filling in a database name, and automatically mapping a field in the database table into a service model item;
(3) dragging the preset form page elements into a form design area as required by using a form design tool to obtain a form; associating each element of the form page with each element of the service model, and storing the association relationship as an attribute on a label in form HTML;
(4) when the form is stored and released, the background analyzes each attribute in the HTML transmitted from the front end to the background, and writes the mapping relation into a database table; and when the form data is filled in and submitted to a background, automatically storing the form data into a corresponding service table according to the mapping relation, thereby realizing the front-end and back-end decoupling of the form data storage.
7. The method for implementing an online form design supporting front-end and back-end decoupling as claimed in claim 6, wherein the elements of the HTML of step (3) comprise a form, a text box, a radio box and a check box.
8. The method for realizing the on-line form design supporting front-end and back-end decoupling as claimed in claim 5, wherein the front-end and back-end decoupling for realizing the form data storage of the business table without the design of the stored form data is that after the form design is finished, elements of the business model and the association relationship thereof associated with each element of the form page are automatically created, and the method is specifically as follows:
①, dragging each element of the preset form page into the form design area as required by using a form design tool to obtain a form;
②, when the form is stored and issued, the background analyzes each element in the form HTML transmitted from the front end, and automatically creates a corresponding data form and a mapping relation between fields, a business model and a business model item, and form elements and business model elements;
③, when filling the form data and submitting to the background, automatically storing the form data to the corresponding business table according to the mapping relation, thereby realizing the front-end and back-end decoupling of the form data storage.
9. An implementation system for supporting front-end and back-end decoupled online form design, the system comprising,
the background is used for establishing the corresponding relation between each element of the business model and each element of the database table; the method specifically comprises the steps that a business model is abstracted into three concepts of a main business model, a sub business model and a business model item, and the three concepts respectively correspond to a main table, a sub table and a table field in a database table; when the form is released, the mapping relation between the form element and the service model element is analyzed from the form HTML, and the relation is stored in a database;
the front end is used for establishing the corresponding relation between each element of the form page and each element of the background business model; specifically, at the front end, form page elements are abstracted into a form, an area and a domain which respectively correspond to a main service model, a sub-service model and a service model item in a background service model.
CN201911224707.XA 2019-12-04 2019-12-04 Implementation method and system for online form design supporting front-end and back-end decoupling Active CN111124405B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911224707.XA CN111124405B (en) 2019-12-04 2019-12-04 Implementation method and system for online form design supporting front-end and back-end decoupling

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911224707.XA CN111124405B (en) 2019-12-04 2019-12-04 Implementation method and system for online form design supporting front-end and back-end decoupling

Publications (2)

Publication Number Publication Date
CN111124405A true CN111124405A (en) 2020-05-08
CN111124405B CN111124405B (en) 2023-11-17

Family

ID=70497400

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911224707.XA Active CN111124405B (en) 2019-12-04 2019-12-04 Implementation method and system for online form design supporting front-end and back-end decoupling

Country Status (1)

Country Link
CN (1) CN111124405B (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111737963A (en) * 2020-07-21 2020-10-02 平安国际智慧城市科技股份有限公司 Configuration file based form filling method and device and computer equipment
CN111831282A (en) * 2020-06-30 2020-10-27 苏州宏软信息技术有限公司 Low-code form development method and system based on VUE technology
CN111984647A (en) * 2020-08-18 2020-11-24 浪潮云信息技术股份公司 Intelligent table element merging, displaying and storing method
CN112464279A (en) * 2020-11-26 2021-03-09 北京宏景世纪软件股份有限公司 Method and system for realizing form design based on service drive
CN116484084A (en) * 2023-06-21 2023-07-25 广州信安数据有限公司 Metadata blood-margin analysis method, medium and system based on application information mining

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001084359A2 (en) * 2000-04-28 2001-11-08 Obongo, Inc. Method and system for automating internet interactions using recorded data
US20050289114A1 (en) * 2004-06-28 2005-12-29 Bellamy Robert E Computerized system for automated completion of forms
CN101359290A (en) * 2008-09-11 2009-02-04 中兴通讯股份有限公司 Method for customizing service document based on metadata and apparatus
CN102360296A (en) * 2011-10-20 2012-02-22 北京金和软件股份有限公司 WEB-based online form development tool
CN103853543A (en) * 2012-12-07 2014-06-11 北京云天时空科技有限公司 Method used for quickly constructing forms in enterprise information system development process
CN105302578A (en) * 2015-11-27 2016-02-03 中国电子科技集团公司第二十八研究所 Comprehensive portal management system of dragging type layout configuration
CN107273122A (en) * 2017-06-07 2017-10-20 深圳市卓讯信息技术有限公司 Based on decoupling mechanism can iteration set up operation system method and its terminal

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001084359A2 (en) * 2000-04-28 2001-11-08 Obongo, Inc. Method and system for automating internet interactions using recorded data
US20050289114A1 (en) * 2004-06-28 2005-12-29 Bellamy Robert E Computerized system for automated completion of forms
CN101359290A (en) * 2008-09-11 2009-02-04 中兴通讯股份有限公司 Method for customizing service document based on metadata and apparatus
CN102360296A (en) * 2011-10-20 2012-02-22 北京金和软件股份有限公司 WEB-based online form development tool
CN103853543A (en) * 2012-12-07 2014-06-11 北京云天时空科技有限公司 Method used for quickly constructing forms in enterprise information system development process
CN105302578A (en) * 2015-11-27 2016-02-03 中国电子科技集团公司第二十八研究所 Comprehensive portal management system of dragging type layout configuration
CN107273122A (en) * 2017-06-07 2017-10-20 深圳市卓讯信息技术有限公司 Based on decoupling mechanism can iteration set up operation system method and its terminal

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
李跃鹏;及俊川;李新;史广军;: "一种基于关系型数据库的工作流管理***" *
郝赫;王国娟;李天宇;李猛;: "基于业务表单松耦合的工作流架构设计与实现" *
黄慧;孙静;: "基于AJAX的B/S电子表单填写模式研究" *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111831282A (en) * 2020-06-30 2020-10-27 苏州宏软信息技术有限公司 Low-code form development method and system based on VUE technology
CN111737963A (en) * 2020-07-21 2020-10-02 平安国际智慧城市科技股份有限公司 Configuration file based form filling method and device and computer equipment
CN111737963B (en) * 2020-07-21 2020-12-04 平安国际智慧城市科技股份有限公司 Configuration file based form filling method and device and computer equipment
CN111984647A (en) * 2020-08-18 2020-11-24 浪潮云信息技术股份公司 Intelligent table element merging, displaying and storing method
CN111984647B (en) * 2020-08-18 2024-05-17 浪潮云信息技术股份公司 Intelligent merging, displaying and storing method for table element
CN112464279A (en) * 2020-11-26 2021-03-09 北京宏景世纪软件股份有限公司 Method and system for realizing form design based on service drive
CN116484084A (en) * 2023-06-21 2023-07-25 广州信安数据有限公司 Metadata blood-margin analysis method, medium and system based on application information mining
CN116484084B (en) * 2023-06-21 2023-11-17 广州信安数据有限公司 Metadata blood-margin analysis method, medium and system based on application information mining

Also Published As

Publication number Publication date
CN111124405B (en) 2023-11-17

Similar Documents

Publication Publication Date Title
CN111124405A (en) Method and system for realizing online form design supporting front-end and back-end decoupling
CN109101652B (en) Label creating and managing system
US7194485B2 (en) Mapping XML schema components to qualified java components
CN103279509B (en) A kind of method for quickly querying that adopts dynamic queries language
CN104881488B (en) Configurable information extraction method based on relation table
CN105930446B (en) A kind of telecom client label generating method based on Hadoop distributed computing technology
CN107678736A (en) A kind of business Page Template shows method, system and computer installation
CN106066895B (en) Intelligent query system
US20130110884A1 (en) Spreadsheet program-based data classification for source target mapping
CN106873974A (en) Smart code generates automotive engine system and method
CN102917009B (en) A kind of stock certificate data collection based on cloud computing technology and storage means and system
CN111767303A (en) Data query method and device, server and readable storage medium
US9292094B2 (en) Gesture inferred vocabulary bindings
CA2497742A1 (en) Real-time aggregation of data within an enterprise planning environment
CN102799690A (en) Method for verifying page input by using database technology
CN101714157A (en) Method, device and heterogeneous database system for generating heterogeneous database report
CN106886568B (en) One kind divides table method, apparatus and electronic equipment
US7624117B2 (en) Complex data assembly identifier thesaurus
CN102819609A (en) Modeling method for persisting data model
CN106951254B (en) Method and device for multiplexing similar service function modules in payment system
CN108228762B (en) Method and system for configuring master database universal templates
CN111782820B (en) Knowledge graph creation method and device, readable storage medium and electronic equipment
US8694559B2 (en) Using database content for multiple business data systems connected to one database
Adamku et al. Implementation and evaluation of a distributed rdf storage and retrieval system
CN109614084A (en) Web program and its Quick Development Framework, development approach and relevant device

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
CB02 Change of applicant information

Address after: 271000 Langchao science and Technology Park, 527 Dongyue street, Tai'an City, Shandong Province

Applicant after: INSPUR SOFTWARE Co.,Ltd.

Address before: No. 1036, Shandong high tech Zone wave road, Ji'nan, Shandong

Applicant before: INSPUR SOFTWARE Co.,Ltd.

CB02 Change of applicant information
GR01 Patent grant
GR01 Patent grant