[go: up one dir, main page]

CN112465620A - Terminal form filling service linkage method and device based on dynamic form and rule engine - Google Patents

Terminal form filling service linkage method and device based on dynamic form and rule engine Download PDF

Info

Publication number
CN112465620A
CN112465620A CN202011614838.1A CN202011614838A CN112465620A CN 112465620 A CN112465620 A CN 112465620A CN 202011614838 A CN202011614838 A CN 202011614838A CN 112465620 A CN112465620 A CN 112465620A
Authority
CN
China
Prior art keywords
data
service
dynamic
terminal
rule
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
CN202011614838.1A
Other languages
Chinese (zh)
Other versions
CN112465620B (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.)
Guangdong Kamfu Technology Co ltd
Original Assignee
Guangdong Kamfu 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 Guangdong Kamfu Technology Co ltd filed Critical Guangdong Kamfu Technology Co ltd
Priority to CN202011614838.1A priority Critical patent/CN112465620B/en
Publication of CN112465620A publication Critical patent/CN112465620A/en
Application granted granted Critical
Publication of CN112465620B publication Critical patent/CN112465620B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/12Accounting
    • G06Q40/123Tax preparation or submission
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • General Engineering & Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Development Economics (AREA)
  • Artificial Intelligence (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a linkage method and a linkage device of a terminal form filling service based on a dynamic form and a rule engine, wherein the method comprises the following steps; a: generating a form and binding data; b: the form and the service linkage specifically comprises: acquiring a dynamic form HTML code according to the service function and the form ID, and rendering and displaying the form at the front end; acquiring current service-dynamic initialization data, and refreshing a form; a user fills in a form and clicks the submitted data; executing all rule files to generate a check result and an exception list; data verification; and after the user finishes modifying the special dynamic form for the abnormal item and submits and checks again, the data is saved and PDF is generated, and PDF preview is returned for the user to confirm. According to the method, firstly, through form generation and data binding, after a form template is completed, an intelligent form system interacts with a characteristic system according to an agreed rule, universal form and service linkage is realized based on a dynamic form and rule engine technology, and user experience and form compatibility are greatly improved.

Description

Terminal form filling service linkage method and device based on dynamic form and rule engine
Technical Field
The invention relates to the field of tax business, in particular to a linkage method and a linkage device of a terminal form filling business based on a dynamic form and a rule engine.
Background
In recent years, along with the change of government functions and the deepening of the popularization and application of the internet +, the future development direction of tax service halls will develop towards two changes, namely socialization and electronization.
Under the condition that an electronic tax bureau is continuously developed in the future, an entity hall is used as necessary supplement, but the scale is continuously compressed, an artificial intelligent tax hall is used as an entity hall of an upgrade edition, an intelligent tax service hall is used as a core part in the entity hall of the upgrade edition, and the regional boundary is broken through 'quick deployment and quick replication', so that the full coverage of tax service is promoted; the intensive handling enables the human resources to be utilized to the maximum extent, the existing human resource dilemma is solved, and a new tax handling mode of 'electronic tax bureau + intelligent tax handling service hall' is formed in the future.
The tax administration business has the characteristics of complex business, large number of forms, various check rules and the like, and the common general dynamic forms and the static code rules cannot meet the linkage requirements of the complex business of the characteristic system.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides a linkage method and a linkage device of a terminal form filling service based on a dynamic form and a rule engine.
The technical scheme of the invention is as follows:
on one hand, the method for linking the terminal form filling service based on the dynamic form and the rule engine comprises a step A and a step B;
a: generating a form and binding data;
b: the form is linked with the service;
the step B specifically comprises the following steps:
b1: acquiring a dynamic form HTML code according to the service function and the form ID, and rendering and displaying the form at the front end;
b2: calling a unified data initialization service according to the form ID, the terminal ID or the transaction ID and whether a service initial data identifier is needed or not, acquiring current service-dynamic initialization data, and refreshing the form;
b3: a user fills in a form and clicks the submitted data;
b4: acquiring a check rule list and rule files stored in a database according to the form ID and the service data, and executing all the rule files by using a drools rule engine to generate a check result and an exception list;
b5: data checking, if the data passes the checking, directly entering a step B7, and if the data does not pass the checking, sequentially entering a step B6 and a step B7;
b6: generating a single abnormal item-special-dynamic form HTML code and an abnormal prompt message to return according to the intersection of the abnormal metadata list, the form ID and the original dynamic form template data;
b7: and after the user finishes modifying the special dynamic form for the abnormal item and submits and checks again, the data is saved and PDF is generated, and PDF preview is returned for the user to confirm.
The step A comprises the following steps:
a1: generating an initial form template;
a2: after the form layout is finished, performing data binding by editing the form attribute;
a3: and previewing the design, confirming and storing to finish the form generation work.
Step a1 includes:
drawing a form through an interface, designing an HTML template, importing a form designer for design or importing the form designer for design by converting HTML source codes through a WORD module.
In another aspect, a linkage device for a terminal form filling service based on a dynamic form and a rule engine is provided, which includes:
the terminal is used for realizing the generation of the form and the data binding;
the intelligent form system acquires the forms from the terminal, the characteristic system acquires dynamic initialization data, a rule list and rule verification from the intelligent form system, the intelligent form system can interact with the characteristic system according to an agreed rule, and universal form and service linkage is realized based on a dynamic form and rule engine technology.
The intelligent form system adopts a multilayer architecture design and sequentially comprises the following components from the lower layer to the upper layer: the multi-layer architecture adopts the principle that an upper layer calls a lower layer, the lower layer is not allowed to call upper layer resources, and the same layer resources can be mutually called.
The base layer includes: database, file server, cache.
The supporting layer consists of a data standard module, a uniform authentication module and a uniform authorization module.
The business layer is composed of a basic management module, a form management module and a system management module.
The interface layer includes:
the internal interface is used for realizing data access, authentication and authorization functions of the mobile phone end and the back-end management service in the service platform;
and the external interface realizes the function of accurately positioning the current position.
The access layer provides access for various different clients of a mobile phone end, a terminal and a WEB browser.
Compared with the prior art, the invention has the beneficial effects that:
according to the method, firstly, through form generation and data binding, after a form template is completed, an intelligent form system can interact with a characteristic system according to an agreed rule, universal form and service linkage is realized based on a dynamic form and rule engine technology, and user experience and form compatibility are greatly improved.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed for the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without creative efforts.
FIG. 1 is a flow chart of step A according to example 1 of the present invention;
FIG. 2 is a flowchart of step B according to example 1 of the present invention;
FIG. 3 is a block diagram showing the constitution of example 2 of the present invention;
fig. 4 is a structural framework diagram of the smart form system according to embodiment 2 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 will be described in further detail 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.
In order to explain the technical means of the present invention, the following description will be given by way of specific examples.
Example 1
The embodiment provides a linkage method of a terminal form filling service based on a dynamic form and a rule engine, which comprises a step A and a step B.
Step A: the form generation and data binding, referring to fig. 1, specifically includes the following steps:
a1: generating an initial form template;
there are two ways to generate the initial form template: one is to draw the form through the interface, design the HTML template, and import the form designer for design. The other method is to convert HTML source code through a WORD module and import the form designer for design.
A2: after the form layout is finished, performing data binding by editing the form attribute;
a3: and previewing the design, confirming and storing to finish the form generation work.
And B: the form is linked with the service, referring to fig. 2, which specifically includes the following steps:
b1: acquiring a dynamic form HTML code according to the service function and the form ID, and rendering and displaying the form at the front end;
b2: calling a unified data initialization service according to the form ID, the terminal ID or the transaction ID, whether a service initial data identifier is needed or not and the like, acquiring current service-dynamic initialization data, and refreshing the form;
b3: a user fills in a form and clicks the submitted data;
b4: acquiring a check rule list and rule files stored in a database according to the form ID and the service data, and executing all the rule files by using a drools rule engine to generate a check result and an exception list;
b5: data checking, if the data passes the checking, directly entering a step B7, and if the data does not pass the checking, sequentially entering a step B6 and a step B7;
b6: generating a single abnormal item-special-dynamic form HTML code and an abnormal prompt message to return according to the intersection of the abnormal metadata list, the form ID and the original dynamic form template data;
b7: and after the user finishes modifying the special dynamic form for the abnormal item and submits and checks again, the data is saved and PDF is generated, and PDF preview is returned for the user to confirm.
Example 2
The present embodiment provides a linkage device of terminal form filling service based on dynamic form and rule engine, referring to fig. 3, which includes:
the terminal is used for realizing the generation of the form and the data binding;
the intelligent form system acquires forms from a terminal, the characteristic system acquires dynamic initialization data, a rule list and rule verification from the intelligent form system, the intelligent form system can interact with the characteristic system according to agreed rules, universal form and service linkage is realized based on the dynamic form and rule engine technology, and user experience and form compatibility are greatly improved.
The intelligent form system adopts a multi-layer architecture design and manages resources of different layers in a classified mode so as to guarantee system expansibility and maintainability. The multi-layer architecture adopts the principle that an upper layer calls a lower layer, the lower layer is not allowed to call upper layer resources, and the same layer resources can be mutually called. Comprises the following components from the lower layer to the upper layer in sequence: the system comprises a base layer, a support layer, a service layer, an interface layer and an access layer.
Specifically, the base layer includes: the database, the file server and the cache have multi-type storage technology, so that the storage of various data structures is supported, and the system performance can be greatly improved.
The supporting layer consists of a data standard module, a uniform authentication module and a uniform authorization module. Serving the core of the whole service platform.
The business layer is composed of a basic management module, a form management module and a system management module. And a core business implementation layer of the service platform.
The interface layer is divided into an internal interface and an external interface, the internal interface realizes the functions of data access, authentication, authorization and the like of mobile phone end and rear end management services in the service platform, and the external interface realizes the function of accurately positioning the current position.
The access layer provides access for various different clients of a mobile phone end, a terminal and a WEB browser. The front-end interface adopts HTML5 standard and response type design to realize the self-adaptation of the interface.
The present invention is not limited to the above preferred embodiments, and any modifications, equivalent substitutions and improvements made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (10)

1. A linkage method of a terminal form filling service based on a dynamic form and a rule engine is characterized by comprising a step A and a step B;
a: generating a form and binding data;
b: the form is linked with the service;
the step B specifically comprises the following steps:
b1: acquiring a dynamic form HTML code according to the service function and the form ID, and rendering and displaying the form at the front end;
b2: calling a unified data initialization service according to the form ID, the terminal ID or the transaction ID and whether a service initial data identifier is needed or not, acquiring current service-dynamic initialization data, and refreshing the form;
b3: a user fills in a form and clicks the submitted data;
b4: acquiring a check rule list and rule files stored in a database according to the form ID and the service data, and executing all the rule files by using a drools rule engine to generate a check result and an exception list;
b5: data checking, if the data passes the checking, directly entering a step B7, and if the data does not pass the checking, sequentially entering a step B6 and a step B7;
b6: generating a single abnormal item-special-dynamic form HTML code and an abnormal prompt message to return according to the intersection of the abnormal metadata list, the form ID and the original dynamic form template data;
b7: and after the user finishes modifying the special dynamic form for the abnormal item and submits and checks again, the data is saved and PDF is generated, and PDF preview is returned for the user to confirm.
2. The linkage method of the terminal form filling service based on the dynamic form and the rule engine as claimed in claim 1, wherein the step A comprises:
a1: generating an initial form template;
a2: after the form layout is finished, performing data binding by editing the form attribute;
a3: and previewing the design, confirming and storing to finish the form generation work.
3. The method for linking the terminal form filling service based on the dynamic form and the rule engine as claimed in claim 2, wherein the step A1 comprises:
drawing a form through an interface, designing an HTML template, importing a form designer for design or importing the form designer for design by converting HTML source codes through a WORD module.
4. A linkage device of a terminal form filling service based on a dynamic form and a rule engine is characterized by comprising:
the terminal is used for realizing the generation of the form and the data binding;
the intelligent form system acquires the forms from the terminal, the characteristic system acquires dynamic initialization data, a rule list and rule verification from the intelligent form system, the intelligent form system can interact with the characteristic system according to an agreed rule, and universal form and service linkage is realized based on a dynamic form and rule engine technology.
5. The dynamic form and rules engine based linkage system for terminal form filling service of claim 4, wherein the intelligent form system is designed by adopting a multi-layer architecture and comprises the following components in sequence from the lower layer to the upper layer: the multi-layer architecture adopts the principle that an upper layer calls a lower layer, the lower layer is not allowed to call upper layer resources, and the same layer resources can be mutually called.
6. The dynamic form and rules engine based terminal form filling service linkage of claim 5, wherein the base layer comprises: database, file server, cache.
7. The dynamic form and rules engine based linkage of terminal form filling service of claim 5, wherein the support layer is composed of a data standard module, a uniform authentication module, and a uniform authorization module.
8. The dynamic form and rules engine based terminal form filling service linkage device according to claim 5, wherein the service layer is composed of a basic management module, a form management module and a system management module.
9. The dynamic form and rules engine based terminal form filling service linkage of claim 5, wherein the interface layer comprises:
the internal interface is used for realizing data access, authentication and authorization functions of the mobile phone end and the back-end management service in the service platform;
and the external interface realizes the function of accurately positioning the current position.
10. The dynamic form and rules engine based linkage system for terminal form filling service of claim 5, wherein said access layer provides access to a plurality of different clients, such as mobile phone, terminal, and WEB browser.
CN202011614838.1A 2020-12-30 2020-12-30 Terminal form filling service linkage method and device based on dynamic form and rule engine Active CN112465620B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011614838.1A CN112465620B (en) 2020-12-30 2020-12-30 Terminal form filling service linkage method and device based on dynamic form and rule engine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011614838.1A CN112465620B (en) 2020-12-30 2020-12-30 Terminal form filling service linkage method and device based on dynamic form and rule engine

Publications (2)

Publication Number Publication Date
CN112465620A true CN112465620A (en) 2021-03-09
CN112465620B CN112465620B (en) 2023-12-19

Family

ID=74802760

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011614838.1A Active CN112465620B (en) 2020-12-30 2020-12-30 Terminal form filling service linkage method and device based on dynamic form and rule engine

Country Status (1)

Country Link
CN (1) CN112465620B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254011A (en) * 2021-06-01 2021-08-13 深圳博沃智慧科技有限公司 Dynamic interface configuration method and electronic government affair system
CN114186541A (en) * 2021-12-17 2022-03-15 湖北航天信息技术有限公司 An efficient method for handling tax business with online intelligent form filling
CN117742843A (en) * 2024-02-20 2024-03-22 张家港保税数据科技有限公司 Method and system for generating delivery service business form

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060161646A1 (en) * 2005-01-19 2006-07-20 Marc Chene Policy-driven mobile forms applications
US7281018B1 (en) * 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US7448048B1 (en) * 2003-05-27 2008-11-04 International Business Machines Corporation Method for performing real-time analytics using a business rules engine on real-time heterogeneous materialized data views
CN101308490A (en) * 2008-04-28 2008-11-19 北京航空航天大学 A method and platform for generating dynamic reports
US20110010202A1 (en) * 2009-07-13 2011-01-13 Neale Michael D Smart form
CA2733857A1 (en) * 2011-03-11 2012-09-11 Vertafore, Inc. Automated insurance policy form generation and completion
US20140006459A1 (en) * 2012-06-29 2014-01-02 Hewlett-Packard Development Company, L.P. Rule-based automated test data generation
CN106095837A (en) * 2016-06-01 2016-11-09 杭州中奥科技有限公司 It is applicable to data system and the data processing method of industrial and commercial all kinds of business
CN106372152A (en) * 2016-08-30 2017-02-01 西安美林数据技术股份有限公司 Online form developing system
CN107203595A (en) * 2017-05-03 2017-09-26 北京海顿中科技术有限公司 A kind of method of the dynamic generation web interface based on flexible form
CN108038089A (en) * 2017-12-01 2018-05-15 方欣科技有限公司 A kind of online electronic spreadsheet engine of property tax
CN110532535A (en) * 2019-08-29 2019-12-03 广东鼎义互联科技股份有限公司 A kind of government intelligence list interactive system
CN111859236A (en) * 2020-06-19 2020-10-30 苏州浪潮智能科技有限公司 A method and system for generating server-rendered pages based on dynamic form validation

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7448048B1 (en) * 2003-05-27 2008-11-04 International Business Machines Corporation Method for performing real-time analytics using a business rules engine on real-time heterogeneous materialized data views
US7281018B1 (en) * 2004-05-26 2007-10-09 Microsoft Corporation Form template data source change
US20060161646A1 (en) * 2005-01-19 2006-07-20 Marc Chene Policy-driven mobile forms applications
CN101308490A (en) * 2008-04-28 2008-11-19 北京航空航天大学 A method and platform for generating dynamic reports
US20110010202A1 (en) * 2009-07-13 2011-01-13 Neale Michael D Smart form
CA2733857A1 (en) * 2011-03-11 2012-09-11 Vertafore, Inc. Automated insurance policy form generation and completion
US20140006459A1 (en) * 2012-06-29 2014-01-02 Hewlett-Packard Development Company, L.P. Rule-based automated test data generation
CN106095837A (en) * 2016-06-01 2016-11-09 杭州中奥科技有限公司 It is applicable to data system and the data processing method of industrial and commercial all kinds of business
CN106372152A (en) * 2016-08-30 2017-02-01 西安美林数据技术股份有限公司 Online form developing system
CN107203595A (en) * 2017-05-03 2017-09-26 北京海顿中科技术有限公司 A kind of method of the dynamic generation web interface based on flexible form
CN108038089A (en) * 2017-12-01 2018-05-15 方欣科技有限公司 A kind of online electronic spreadsheet engine of property tax
CN110532535A (en) * 2019-08-29 2019-12-03 广东鼎义互联科技股份有限公司 A kind of government intelligence list interactive system
CN111859236A (en) * 2020-06-19 2020-10-30 苏州浪潮智能科技有限公司 A method and system for generating server-rendered pages based on dynamic form validation

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
吴贺等: "基于XML的动态表单快速生成技术", 计算机系统应用, vol. 19, no. 9 *
张文治等: "工作流系统中的表单服务系统", 长春师范学院学报(自然科学版), vol. 24, no. 5 *
张桂平;: "基于元数据的通用表单动态生成技术", 计算机与现代化, no. 11 *
翟云: "广西地税网上办税平台预填单系统的设计", 中国优秀硕士学位论文全文数据库信息科技辑, no. 4 *
马保国;毛一龙;: "基于规则引擎的差旅管理报销系统的设计", 计算机与数字工程, no. 03 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113254011A (en) * 2021-06-01 2021-08-13 深圳博沃智慧科技有限公司 Dynamic interface configuration method and electronic government affair system
CN113254011B (en) * 2021-06-01 2024-02-27 深圳博沃智慧科技有限公司 Dynamic interface configuration method and electronic government affair system
CN114186541A (en) * 2021-12-17 2022-03-15 湖北航天信息技术有限公司 An efficient method for handling tax business with online intelligent form filling
CN117742843A (en) * 2024-02-20 2024-03-22 张家港保税数据科技有限公司 Method and system for generating delivery service business form
CN117742843B (en) * 2024-02-20 2024-06-04 张家港保税数据科技有限公司 Method and system for generating delivery service business form

Also Published As

Publication number Publication date
CN112465620B (en) 2023-12-19

Similar Documents

Publication Publication Date Title
CN112465620B (en) Terminal form filling service linkage method and device based on dynamic form and rule engine
CN103201997B (en) A kind of document services method and system of sing on web
CN110825388B (en) Method for directly converting SQL statement into corresponding REST interface
CN102932332B (en) Data verification system and data verification method
US20070243887A1 (en) Platform for telephone-optimized data and voice services
CN102236544B (en) Method and device for designing skins
CN107590145A (en) A kind for the treatment of method and apparatus of page static resource
CN113227976A (en) Methods, systems, and computer readable media for data transformation using representational state transfer (REST) Application Programming Interfaces (APIs)
US20220269820A1 (en) Artificial intelligence based data redaction of documents
CN112711414A (en) Form interface adaptation display method and device and storage medium
CN101951604A (en) Value added service processing method and device
KR20090089504A (en) Method and system for providing multilingual learning service using object-oriented contents
CN114510262A (en) A kind of interface request parameter verification method and device
CN114968220A (en) A kind of dynamic portal design method and device
WO2025092791A1 (en) Voice navigation method and apparatus, and computer device and storage medium
JP5567676B2 (en) System and method for providing an electronic business card by retrieving storage means according to one or more criteria
CN115811481B (en) Interactive service testing method and device, computer equipment and storage medium
CN117111909A (en) Code automatic generation method, system, computer equipment and storage medium
CN116166851A (en) Directory information query method, directory information query device, computer equipment and storage medium
CN114995717A (en) A method and system for managing multiple front-end and middle-end platforms
CN109033447B (en) Face recognition data visualization system
CN114896224B (en) Database table naming method, device, equipment and storage medium
CN115794263A (en) Interface theme generation method and system and storage medium
KR20210060689A (en) Server side data component for support of development and management and method for perform the data component
CN113743068A (en) License template generation method, device and equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant