CN113254011A - Dynamic interface configuration method and electronic government affair system - Google Patents

Dynamic interface configuration method and electronic government affair system Download PDF

Info

Publication number
CN113254011A
CN113254011A CN202110609984.3A CN202110609984A CN113254011A CN 113254011 A CN113254011 A CN 113254011A CN 202110609984 A CN202110609984 A CN 202110609984A CN 113254011 A CN113254011 A CN 113254011A
Authority
CN
China
Prior art keywords
dynamic
external system
dynamic form
interface
configuration information
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
CN202110609984.3A
Other languages
Chinese (zh)
Other versions
CN113254011B (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 CN202110609984.3A priority Critical patent/CN113254011B/en
Publication of CN113254011A publication Critical patent/CN113254011A/en
Application granted granted Critical
Publication of CN113254011B publication Critical patent/CN113254011B/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/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/602Providing cryptographic facilities or services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • 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
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented
    • G06F9/449Object-oriented method invocation or resolution

Abstract

A dynamic interface configuration method and an electronic government system, the electronic government system comprises a dynamic form construction module and a dynamic interface module, the dynamic form construction module constructs a dynamic form by the operation of a user on element components in an editable interface, when the dynamic interface in the dynamic interface module detects the calling of an external system, the dynamic form corresponding to the dynamic interface is obtained, the data input by the external system is checked according to the configuration information of the dynamic form, if the data are checked to be passed, the data input by the external system are stored in the dynamic form, a later worker directly calls the dynamic form when checking the related data, because the dynamic form can be directly constructed by the operation on the editable interface, common operation and maintenance personnel can complete the operation without developing and transforming by professional personnel, the configuration of the dynamic interface can be conveniently and rapidly realized, to accommodate changing requirements of the access data.

Description

Dynamic interface configuration method and electronic government affair system
Technical Field
The invention relates to the technical field of government affair management, in particular to a dynamic interface configuration method and an electronic government affair system.
Background
With the development of information technology, electronic government affairs are also promoted in innovation leading government management systems, government departments build electronic government affair systems by means of development technologies such as JAVA and NET in order to make departments examine and approve and handle processes paperless, the system of the unit is usually built by each level of administrative departments due to the inconsistency of the examination and approve processes and the handle processes of the administrative departments at different levels, and system data of the unit is not interactively shared with the unit systems at the upper level and the lower level. In recent years, the state promotes the informatization innovation of government services, breaks through information isolated islands, enables data to run more, and establishes a unified platform by provincial departments to collect system data of all levels of provinces, cities and counties without inputting for many times.
Data collection among systems of different levels of units is usually realized through interfaces, different systems respectively connect data to a unified e-government system through the interfaces, but because different contractors, different technical architectures and different business processes of the systems of different units, the specification and the format of collected data change at any time along with policy requirements, the interfaces need to be modified when data requirements change or a new system data is accessed, the workload brought along with the change is increased, and the progress of data collection can be influenced by the fact that the interfaces cannot be modified instantly, so that the development of work is influenced.
Disclosure of Invention
The invention mainly solves the technical problem of providing an e-government affair system which can more conveniently and quickly realize the configuration of a dynamic interface.
According to a first aspect, there is provided in an embodiment an electronic government system comprising:
the dynamic form building module is used for responding to the operation of a user on element components in the editable interface, building at least one dynamic form, and storing the built dynamic form into a database, wherein the dynamic form at least comprises identification information for identifying the dynamic form and configuration information for defining form items;
the dynamic interface module comprises at least one dynamic interface, the dynamic interfaces correspond to the dynamic forms one by one, and the dynamic interfaces are used for detecting whether the dynamic interfaces are called by an external system or not; when the external system call is detected, acquiring the configuration information and the identification information of the corresponding dynamic form from the database; receiving data input by the external system, and verifying the data input by the external system according to the configuration information of the corresponding dynamic form; and if the verification is passed, acquiring a dynamic form from a database according to the identification information, and writing the data input by the external system into the dynamic form.
In one embodiment, the method further comprises:
the identity authentication module is used for acquiring a secret key of the external system when the dynamic interface detects the external system call; verifying whether the obtained key is a preset key; if the key is a preset key, generating a token for identity authentication, and outputting the token to the external system;
the external system is used for inputting data to the dynamic interface through the token.
In an embodiment, the verifying the data input by the external system according to the configuration information of the corresponding dynamic form includes:
analyzing the configuration information of the corresponding dynamic form to obtain a verification rule and the configuration information of the form items, wherein the configuration information of the form items comprises at least one of the number of the form items, the type of the form items and the format of the form items;
judging whether the data input by the external system is matched with the configuration information of the form item or not according to a check rule;
if the two are matched, the calibration is passed; otherwise, the check fails.
In one embodiment, the dynamic interface is further configured to:
and if the verification fails, generating verification failure information and outputting the verification failure information to the external system.
In one embodiment, the dynamic interface is further configured to:
and after the data input by the external system is written into the dynamic form, generating storage result information, and outputting the storage result information to the external system.
In one embodiment, the method further comprises:
and the display module is used for displaying the dynamic form.
According to a second aspect, an embodiment provides a dynamic interface configuration method for an e-government system, including:
detecting whether the external system calls the external system;
when external system calling is detected, acquiring configuration information and identification information of a corresponding dynamic form from a database; the dynamic form is constructed in response to the operation of a user on element components in the editable interface, the dynamic form is saved in a database, and the dynamic form at least comprises identification information for identifying the dynamic form and configuration information for defining the dynamic form;
receiving data input by the external system, and verifying the data input by the external system according to the configuration information of the corresponding dynamic form;
and if the verification is passed, acquiring a dynamic form from a database according to the identification information, and writing the data input by the external system into the dynamic form.
In an embodiment, the verifying the data input by the external system according to the configuration information of the corresponding dynamic form includes:
analyzing the configuration information of the corresponding dynamic form to obtain a standard data category and a standard data content;
judging whether the data type corresponding to the data input by the external system meets the standard data type and whether the corresponding data content meets the standard data content;
if yes, the calibration is passed; otherwise, the check fails.
In one embodiment, after the data input by the external system is written into the dynamic form, the method further includes:
and generating storage result information and outputting the storage result information to the external system.
According to a third aspect, an embodiment provides a computer-readable storage medium having a program stored thereon, the program being executable by a processor to implement the method according to the above embodiment.
The e-government system according to the above embodiment includes a dynamic form construction module and a dynamic interface module, the dynamic form construction module constructs a dynamic form by the operation of the user on the element components in the editable interface, the dynamic interface in the dynamic interface module acquires the dynamic form corresponding to the dynamic interface when detecting the external system call, checking the data input by the external system according to the configuration information of the dynamic form, if the data passes the checking, then the data input by the external system is stored in the dynamic form, the later stage staff can directly call the dynamic form when checking the related data, because the dynamic form can be directly constructed through the operation on the editable interface, common operation and maintenance personnel can complete the operation, development and modification are not needed by professional research and development personnel, and the configuration of the dynamic interface can be conveniently and quickly realized so as to adapt to the requirement of access data change.
Drawings
Fig. 1 is a schematic structural view of an electronic government system according to an embodiment;
fig. 2 is a flowchart of a dynamic interface configuration method for an e-government system according to an embodiment.
Detailed Description
The present invention will be described in further detail with reference to the following detailed description and accompanying drawings. Wherein like elements in different embodiments are numbered with like associated elements. In the following description, numerous details are set forth in order to provide a better understanding of the present application. However, those skilled in the art will readily recognize that some of the features may be omitted or replaced with other elements, materials, methods in different instances. In some instances, certain operations related to the present application have not been shown or described in detail in order to avoid obscuring the core of the present application from excessive description, and it is not necessary for those skilled in the art to describe these operations in detail, so that they may be fully understood from the description in the specification and the general knowledge in the art.
Furthermore, the features, operations, or characteristics described in the specification may be combined in any suitable manner to form various embodiments. Also, the various steps or actions in the method descriptions may be transposed or transposed in order, as will be apparent to one of ordinary skill in the art. Thus, the various sequences in the specification and drawings are for the purpose of describing certain embodiments only and are not intended to imply a required sequence unless otherwise indicated where such sequence must be followed.
The numbering of the components as such, e.g., "first", "second", etc., is used herein only to distinguish the objects as described, and does not have any sequential or technical meaning. The term "connected" and "coupled" when used in this application, unless otherwise indicated, includes both direct and indirect connections (couplings).
Referring to fig. 1, fig. 1 is a schematic structural diagram of an electronic government system according to an embodiment, where the electronic government system includes: dynamic form building module 10, dynamic interface module 20, database 30, and identity authentication module 40.
The dynamic form building module 10 is configured to build at least one dynamic form in response to a user operating an element component in the editable interface, and store the built dynamic form in the database 30, where the dynamic form includes at least identification information for identifying the dynamic form and configuration information for defining the dynamic form.
The list items in the existing list are usually fixed, that is, how many list items exist, what type each list item is, which list items need to be displayed in the foreground are all fixed, and the ordering and display control of the list items are also mostly fixed. After the application development is completed, if the form items need to be modified, such as adding the form items, adjusting the display positions of the form items, displaying the form items in groups, controlling the groups and the like, the modification all needs research and development personnel to modify codes, even modifying a database to meet the requirements.
Based on the above problems, in the embodiment, the form is modified or constructed by constructing the dynamic form through the editable interface, the form item configuration is performed on the operation of the element assembly through the editable interface, that is, the configuration information of the dynamic form, the configuration information includes information such as a display field, a display format, a check rule, a page display format, and the like, a configuration json is generated after the final configuration is completed, and a corresponding database form is generated. When the dynamic form is displayed at the front end, front-end page rendering is carried out through the configuration json generated by analysis, data in the dynamic form is obtained through relevant data main keys and rendered on a front-end display page, and therefore the functions of dynamic configuration and display of the form are achieved.
In this embodiment, after acquiring the external systems that need to interface with the e-government system, the operation and maintenance staff construct corresponding dynamic forms in the editable interface in advance according to the external systems, generally speaking, different external systems correspond to different dynamic forms, and in addition, the formats, contents, and the like of data that need to be accessed in the same external system are different, and the dynamic forms are also different, so that the dynamic forms constructed by the operation and maintenance staff are usually multiple, and the dynamic forms may be constructed at the same time or at different times, and may be determined according to specific situations. Therefore, when there are multiple dynamic forms, in order to distinguish the dynamic forms, each dynamic form is identified, that is, each dynamic form includes identification information, different dynamic forms can be obtained through different identification information, and the dynamic forms are also stored in the database through the identification information.
The dynamic interface module 20 includes at least one dynamic interface, wherein the dynamic interface corresponds to a dynamic form.
The dynamic interface is used for detecting whether the dynamic interface is called by an external system; when the external system call is detected, acquiring the configuration information and the identification information of the corresponding dynamic form from the database; receiving data input by an external system, and verifying the data input by the external system according to the configuration information of the corresponding dynamic form; and if the verification is passed, acquiring the dynamic form from the database according to the identification information, and writing the data input by the external system into the dynamic form.
In this embodiment, the external system refers to another electronic system that needs to interface data with the e-government system provided in this embodiment.
The dynamic interfaces in this embodiment correspond to the dynamic forms one to one, that is, the number of the dynamic interfaces is the same as the number of the dynamic forms. The external system uploads data to the e-government system by calling the dynamic interface, meanwhile, the dynamic interface also needs to verify the data uploaded by the external system according to the configuration information of the corresponding dynamic form, and if the data pass the verification, the uploaded data are written into the dynamic form through the dynamic interface so as to store the uploaded data.
In an embodiment, verifying the data input by the external system according to the configuration information of the corresponding dynamic form includes:
analyzing the configuration information of the corresponding dynamic form to obtain a verification rule and the configuration information of the form items, wherein the configuration information of the form items comprises at least one of the number of the form items, the type of the form items and the format of the form items; judging whether the data input by the external system is matched with the configuration information of the form item or not according to a check rule; if the two are matched, the calibration is passed; otherwise, the check fails.
If the verification is passed, after the data input by the external system is written into the dynamic form, saving result information is generated and output to the external system.
The identity authentication module 40 is configured to obtain a key of the external system when the dynamic interface detects that the external system is called; verifying whether the acquired key is a preset key; and if the token is the preset key, generating a token for identity authentication, and outputting the token to an external system. The external system is used to input data to the dynamic interface via the token.
In order to prevent some viruses, trojans and the like from attacking the e-government system, in the embodiment, an external system key needing to access data is allocated in advance, if the key of the external system is verified to be a preset key (the key allocated in advance), the identity of the external system is indicated to be safe, and at the moment, the e-government system generates a token which is used for defining the time when the corresponding external system can be docked with the e-government system and the docking time.
The e-government system provided by the embodiment further comprises a display module, wherein the display module is used for displaying the dynamic form and an editable interface for constructing the dynamic form.
Referring to fig. 2, fig. 2 is a flowchart of a dynamic interface configuration method for an e-government system, which applies a dynamic interface module, according to an embodiment, and includes the following steps:
step 101, detecting whether the external system calls.
102, when detecting the external system call, acquiring the configuration information and the identification information of the corresponding dynamic form from a database; the dynamic form is constructed in response to the operation of a user on element components in the editable interface, the dynamic form is saved in the database, and the dynamic form at least comprises identification information for identifying the dynamic form and configuration information for defining the dynamic form.
And 103, receiving the data input by the external system, and verifying the data input by the external system according to the configuration information of the corresponding dynamic form.
And 104, if the verification is passed, acquiring the dynamic form from the database according to the identification information, and writing the data input by the external system into the dynamic form.
It should be noted that, the specific implementation of the method steps and the modules in the foregoing embodiments have been described in the foregoing embodiments, and are not described herein again.
Those skilled in the art will appreciate that all or part of the functions of the various methods in the above embodiments may be implemented by hardware, or may be implemented by computer programs. When all or part of the functions of the above embodiments are implemented by a computer program, the program may be stored in a computer-readable storage medium, and the storage medium may include: a read only memory, a random access memory, a magnetic disk, an optical disk, a hard disk, etc., and the program is executed by a computer to realize the above functions. For example, the program may be stored in a memory of the device, and when the program in the memory is executed by the processor, all or part of the functions described above may be implemented. In addition, when all or part of the functions in the above embodiments are implemented by a computer program, the program may be stored in a storage medium such as a server, another computer, a magnetic disk, an optical disk, a flash disk, or a removable hard disk, and may be downloaded or copied to a memory of a local device, or may be version-updated in a system of the local device, and when the program in the memory is executed by a processor, all or part of the functions in the above embodiments may be implemented.
The present invention has been described in terms of specific examples, which are provided to aid understanding of the invention and are not intended to be limiting. For a person skilled in the art to which the invention pertains, several simple deductions, modifications or substitutions may be made according to the idea of the invention.

Claims (10)

1. An electronic government system, comprising:
the dynamic form building module is used for responding to the operation of a user on element components in the editable interface, building at least one dynamic form, and storing the built dynamic form into a database, wherein the dynamic form at least comprises identification information for identifying the dynamic form and configuration information for defining form items;
the dynamic interface module comprises at least one dynamic interface, the dynamic interfaces correspond to the dynamic forms one by one, and the dynamic interfaces are used for detecting whether the dynamic interfaces are called by an external system or not; when the external system call is detected, acquiring the configuration information and the identification information of the corresponding dynamic form from the database; receiving data input by the external system, and verifying the data input by the external system according to the configuration information of the corresponding dynamic form; and if the verification is passed, acquiring a dynamic form from a database according to the identification information, and writing the data input by the external system into the dynamic form.
2. The electronic government system according to claim 1, further comprising:
the identity authentication module is used for acquiring a secret key of the external system when the dynamic interface detects the external system call; verifying whether the obtained key is a preset key; if the key is a preset key, generating a token for identity authentication, and outputting the token to the external system;
the external system is used for inputting data to the dynamic interface through the token.
3. The e-government system according to claim 1, wherein said verifying the data inputted from the external system according to the configuration information of the corresponding dynamic form comprises:
analyzing the configuration information of the corresponding dynamic form to obtain a verification rule and the configuration information of the form items, wherein the configuration information of the form items comprises at least one of the number of the form items, the type of the form items and the format of the form items;
judging whether the data input by the external system is matched with the configuration information of the form item or not according to a check rule;
if the two are matched, the calibration is passed; otherwise, the check fails.
4. The electronic government system according to claim 1, wherein the dynamic interface is further for:
and if the verification fails, generating verification failure information and outputting the verification failure information to the external system.
5. The electronic government system according to claim 1, wherein the dynamic interface is further for:
and after the data input by the external system is written into the dynamic form, generating storage result information, and outputting the storage result information to the external system.
6. The electronic government system according to claim 1, further comprising:
and the display module is used for displaying the dynamic form.
7. A dynamic interface configuration method for an e-government system, comprising:
detecting whether the external system calls the external system;
when external system calling is detected, acquiring configuration information and identification information of a corresponding dynamic form from a database; the dynamic form is constructed in response to the operation of a user on element components in the editable interface, the dynamic form is saved in a database, and the dynamic form at least comprises identification information for identifying the dynamic form and configuration information for defining the dynamic form;
receiving data input by the external system, and verifying the data input by the external system according to the configuration information of the corresponding dynamic form;
and if the verification is passed, acquiring a dynamic form from a database according to the identification information, and writing the data input by the external system into the dynamic form.
8. The method of claim 7, wherein the verifying the data input by the external system according to the configuration information of the corresponding dynamic form comprises:
analyzing the configuration information of the corresponding dynamic form to obtain a standard data category and a standard data content;
judging whether the data type corresponding to the data input by the external system meets the standard data type and whether the corresponding data content meets the standard data content;
if yes, the calibration is passed; otherwise, the check fails.
9. The method of claim 7, after the data entered by the external system is written into a dynamic form, further comprising:
and generating storage result information and outputting the storage result information to the external system.
10. A computer-readable storage medium, characterized in that the medium has stored thereon a program which is executable by a processor to implement the method according to any one of claims 7-9.
CN202110609984.3A 2021-06-01 2021-06-01 Dynamic interface configuration method and electronic government affair system Active CN113254011B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110609984.3A CN113254011B (en) 2021-06-01 2021-06-01 Dynamic interface configuration method and electronic government affair system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110609984.3A CN113254011B (en) 2021-06-01 2021-06-01 Dynamic interface configuration method and electronic government affair system

Publications (2)

Publication Number Publication Date
CN113254011A true CN113254011A (en) 2021-08-13
CN113254011B CN113254011B (en) 2024-02-27

Family

ID=77185738

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110609984.3A Active CN113254011B (en) 2021-06-01 2021-06-01 Dynamic interface configuration method and electronic government affair system

Country Status (1)

Country Link
CN (1) CN113254011B (en)

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150215305A1 (en) * 2013-12-11 2015-07-30 Capital One Financial Corporation Systems and methods for populating online applications using third party platforms
US20190207943A1 (en) * 2016-08-22 2019-07-04 Keyp Gmbh Data guard system
CN110428217A (en) * 2019-07-03 2019-11-08 深圳市华宇讯科技有限公司 A kind of ERP system
US20200210513A1 (en) * 2017-06-15 2020-07-02 Hsbc Group Management Services Limited System for dynamic user interface generation
CN111475513A (en) * 2020-06-28 2020-07-31 平安国际智慧城市科技股份有限公司 Form generation method and device, electronic equipment and medium
CN112465620A (en) * 2020-12-30 2021-03-09 广东金赋科技股份有限公司 Terminal form filling service linkage method and device based on dynamic form and rule engine
CN112464279A (en) * 2020-11-26 2021-03-09 北京宏景世纪软件股份有限公司 Method and system for realizing form design based on service drive
CN112527289A (en) * 2019-08-29 2021-03-19 成都品果科技有限公司 Dynamic form system based on Golang and Mongodb
CN112667638A (en) * 2020-12-31 2021-04-16 新奥数能科技有限公司 Dynamic report generation method and device, terminal equipment and readable storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150215305A1 (en) * 2013-12-11 2015-07-30 Capital One Financial Corporation Systems and methods for populating online applications using third party platforms
US20190207943A1 (en) * 2016-08-22 2019-07-04 Keyp Gmbh Data guard system
US20200210513A1 (en) * 2017-06-15 2020-07-02 Hsbc Group Management Services Limited System for dynamic user interface generation
CN110428217A (en) * 2019-07-03 2019-11-08 深圳市华宇讯科技有限公司 A kind of ERP system
CN112527289A (en) * 2019-08-29 2021-03-19 成都品果科技有限公司 Dynamic form system based on Golang and Mongodb
CN111475513A (en) * 2020-06-28 2020-07-31 平安国际智慧城市科技股份有限公司 Form generation method and device, electronic equipment and medium
CN112464279A (en) * 2020-11-26 2021-03-09 北京宏景世纪软件股份有限公司 Method and system for realizing form design based on service drive
CN112465620A (en) * 2020-12-30 2021-03-09 广东金赋科技股份有限公司 Terminal form filling service linkage method and device based on dynamic form and rule engine
CN112667638A (en) * 2020-12-31 2021-04-16 新奥数能科技有限公司 Dynamic report generation method and device, terminal equipment and readable storage medium

Non-Patent Citations (5)

* Cited by examiner, † Cited by third party
Title
BIANCA WIESMAYR 等: "Requirements for a dynamic interface model of IEC 61499 Function Blocks", 《2020 25TH IEEE INTERNATIONAL CONFERENCE ON EMERGING TECHNOLOGIES AND FACTORY AUTOMATION (ETFA)》, 5 October 2020 (2020-10-05), pages 1069 - 1072 *
宋万洋: "基于动态表单的数据填报系统设计与实现", 《信息系统工程》, no. 327, 20 March 2021 (2021-03-20), pages 125 - 128 *
李兴部: "客服系统工单流的智能流程引擎设计与实现", 《中国优秀硕士学位论文全文数据库 工程科技Ⅱ辑》, 15 January 2020 (2020-01-15), pages 034 - 1022 *
菜菜大白菜: "vue 动态表单+动态验证", pages 1 - 3, Retrieved from the Internet <URL:https://www.jianshu.com/p/8a9acd3400b8?ivk_sa=1024320u> *
黄达毅: "基于微服务架构的轻量级工作流平台的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, pages 138 - 111 *

Also Published As

Publication number Publication date
CN113254011B (en) 2024-02-27

Similar Documents

Publication Publication Date Title
US20230236805A1 (en) Systems and Methods for Development and Deployment of Software Platforms Having Advanced Workflow and Event Processing Components
CN110852065B (en) Document auditing method, device, system, equipment and storage medium
US11635946B2 (en) Analyzing objects from a graphical interface for standards verification
US10572236B2 (en) System and method for updating or modifying an application without manual coding
US8601438B2 (en) Data transformation based on a technical design document
CN110825431B (en) Interface document processing method, device, system, storage medium and electronic equipment
US20140279810A1 (en) System and method for developing business rules for decision engines
US9854109B2 (en) Document output processing
US20130167017A1 (en) Display processing device, display processing method, and information storage medium storing program
US20140282123A1 (en) Executable guidance experiences based on implicitly generated guidance models
JP7079673B2 (en) Cost-bearing department setting device, cost-bearing department setting method and cost-bearing department setting program
US20070185856A1 (en) System and method for managing attestations
CN108369503A (en) Automatic system response to external field replaceable units (FRU) process
JP2007087268A (en) Command generation system and method, command execution control system and method, program and business processing system
JP6015546B2 (en) Information processing apparatus, information processing method, and program
CN111639903A (en) Review processing method for architecture change and related equipment
CN113254011A (en) Dynamic interface configuration method and electronic government affair system
JP7000997B2 (en) Search device, search method and search program
JP6588988B2 (en) Business program generation support system and business program generation support method
CN111598707B (en) Page generation method and electronic equipment
JP5202655B2 (en) Business flowchart search device and program
US9003358B2 (en) Method of taking a computer architecture respresentation and generating manufacturing methods capable of manufacturing a computer systems contained in a specification
US20080001959A1 (en) System, Method and Computer Program Product for Performing Information Transfer Using a Virtual Operator
KR101724113B1 (en) Civil format issance apparatus and civil format issance method using the same
JP2005107635A (en) Electronic form input system, method and program, and 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
GR01 Patent grant
GR01 Patent grant