CN112307736A - Application project creating method, device, equipment and storage medium - Google Patents

Application project creating method, device, equipment and storage medium Download PDF

Info

Publication number
CN112307736A
CN112307736A CN202011249119.4A CN202011249119A CN112307736A CN 112307736 A CN112307736 A CN 112307736A CN 202011249119 A CN202011249119 A CN 202011249119A CN 112307736 A CN112307736 A CN 112307736A
Authority
CN
China
Prior art keywords
application
project
request information
creation
template
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011249119.4A
Other languages
Chinese (zh)
Inventor
逯子洋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhengcaiyun Co ltd
Original Assignee
Zhengcaiyun 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 Zhengcaiyun Co ltd filed Critical Zhengcaiyun Co ltd
Priority to CN202011249119.4A priority Critical patent/CN112307736A/en
Publication of CN112307736A publication Critical patent/CN112307736A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR 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
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Human Resources & Organizations (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Data Mining & Analysis (AREA)
  • Artificial Intelligence (AREA)
  • General Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses an application project creating method, device, equipment and storage medium. The method comprises the following steps: receiving creation request information transmitted by a project development end; searching a corresponding application template according to the creation request information; the application template is transmitted to the project development end to create the application project in the project development end based on the application template. When the method is used for creating the application project, the project development end initiates the creation request information, and then the application templates for creating the application project are uniformly provided for the project development end according to the creation request information of the project development end, and then the project development end creates the application project based on the application templates, so that the consistency of the obtained application templates among the project development ends with the same development requirements can be relatively ensured, and the overall efficiency and reliability of the process of further developing the application project based on the application templates by developers are ensured. In addition, the application also provides an application project creating device, equipment and a storage medium, and the beneficial effects are as described above.

Description

Application project creating method, device, equipment and storage medium
Technical Field
The present application relates to the field of application development, and in particular, to a method, an apparatus, a device, and a storage medium for creating an application project.
Background
With the increasing demands of users for application program services, developers are often required to design service modules according to the service demands and develop corresponding application projects according to the service modules.
Because different current business codes are developed by technicians at different development nodes, when the number of the business codes is continuously increased, the consistency of the business codes in the aspects of structure, data dependency relationship and the like is difficult to guarantee, and further when developers create application projects based on the business codes and perform function extension development on the application projects according to business modules, the overall efficiency and reliability of the process of developing the application projects are difficult to guarantee.
Therefore, it is a problem to be solved by those skilled in the art to provide an application project creation method to relatively ensure the overall efficiency and reliability of the process of developing an application project.
Disclosure of Invention
The application aims to provide an application project creating method, an application project creating device, application project creating equipment and a storage medium, so that the overall efficiency and reliability of an application project developing process are relatively ensured.
In order to solve the above technical problem, the present application provides an application project creating method, including:
receiving creation request information transmitted by a project development end;
searching a corresponding application template according to the creation request information;
the application template is transmitted to the project development end to create the application project in the project development end based on the application template.
Preferably, the receiving of the creation request information transmitted by the project development end includes:
and receiving creation request information transmitted by the project development terminal based on the front-end visual page.
Preferably, the creation request information includes item description information and template calling information;
searching a corresponding application template according to the creation request information, wherein the searching comprises the following steps:
searching an application template with the same metadata information according to the template calling information;
the method further comprises the following steps:
and recording the item description information to the item creation log.
Preferably, the creation request information further includes project creation mode information and Git group information;
after finding the corresponding application template according to the creation request information, the method further comprises:
judging whether the project creation mode is Git creation;
and if so, uploading the application template to a project path corresponding to the Git group information in the Git warehouse.
Preferably, searching for the corresponding application template according to the creation request information includes:
and searching a corresponding application template in the Git warehouse according to the creation request information.
In addition, the present application also provides an application project creation apparatus, including:
the request information receiving module is used for receiving the creation request information transmitted by the project development end;
the application template searching module is used for searching a corresponding application template according to the creation request information;
and the template transmission module is used for transmitting the application template to the project development end so as to create the application project in the project development end based on the application template.
Preferably, the request information receiving module includes:
and the front-end page receiving module is used for receiving the creation request information transmitted by the project development end based on the front-end visual page.
Preferably, the creation request information includes item description information and template calling information;
the application template searching module comprises:
the searching submodule is used for searching the application templates with the same metadata information according to the template calling information;
the device still includes:
and the log recording module is used for recording the item description information to the item creation log.
In addition, the present application also provides an application project creation apparatus, including:
a memory for storing a computer program;
a processor for implementing the steps of the application creation method as described above when executing the computer program.
Furthermore, the present application also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the application creation method as described above.
The application project creating method provided by the application project creating method comprises the steps of firstly receiving creating request information transmitted by a project development end, searching a corresponding application template according to the creating request information, and transmitting the application template to the project development end, so that an application project is created in the project development end based on the application template. According to the method, when the application project is created, the project development end initiates the creation request information, the application template for creating the application project is uniformly provided for the project development end according to the creation request information of the project development end, and the application project is created by the project development end based on the application template, so that the consistency of the obtained application templates among the project development ends with the same development requirements can be relatively ensured, and the overall efficiency and reliability of the process of further developing the application project by developers based on the application template are further ensured. In addition, the application also provides an application project creating device, equipment and a storage medium, and the beneficial effects are as described above.
Drawings
In order to more clearly illustrate the embodiments of the present application, the drawings needed for the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and that other drawings can be obtained by those skilled in the art without inventive effort.
Fig. 1 is a flowchart of an application project creation method disclosed in an embodiment of the present application;
fig. 2 is a schematic structural diagram of an application project creation apparatus disclosed in an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all the embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the present application.
Because different current business codes are developed by technicians at different development nodes, when the number of the business codes is continuously increased, the consistency of the business codes in the aspects of structure, data dependency relationship and the like is difficult to guarantee, and further when developers create application projects based on the business codes and perform function extension development on the application projects according to business modules, the overall efficiency and reliability of the process of developing the application projects are difficult to guarantee.
Therefore, the core of the application is to provide an application project creation method to relatively ensure the overall efficiency and reliability of the process of developing the application project.
In order that those skilled in the art will better understand the disclosure, the following detailed description will be given with reference to the accompanying drawings.
Referring to fig. 1, an embodiment of the present application discloses an application project creation method, including:
step S10: and receiving the creation request information transmitted by the project development end.
It should be noted that the execution subject of the embodiment may be a server that interacts with a developer, and the developer is a device for developing an application project. The purpose of interaction between the server and the development end is to respond to creation request information transmitted by the development end, so that an application template is provided for the development end, and the development end can create and develop an application project based on the application template.
In this step, the purpose of the server receiving the creation request information transmitted by the project development end is to be able to uniformly provide the application template to the project development end according to the creation request information, that is, the application template of this embodiment is uniformly managed by the server, and the project development end can only perform further application project creation and development based on the existing application template.
Step S11: and searching a corresponding application template according to the creation request information.
After receiving the creation request information transmitted by the project development end, the step further searches a corresponding application template according to the creation request information. The application template in this embodiment refers to an abstract code framework of a certain type of service application program, and code content, a directory structure, data dependency, and the like that can be compiled and run are pre-written. Therefore, in this embodiment, when the development end needs to develop a certain type of business application, it needs to create and develop an application project using an application template corresponding to the type of business application.
Step S12: the application template is transmitted to the project development end to create the application project in the project development end based on the application template.
After searching the corresponding application template according to the creation request information, the step further transmits the application template to the project development end, and further creates the application project in the project development end based on the application template, so that the consistency of the code frame and the basic data used when each development end develops the application program of a specific type is ensured.
The application project creating method provided by the application project creating method comprises the steps of firstly receiving creating request information transmitted by a project development end, searching a corresponding application template according to the creating request information, and transmitting the application template to the project development end, so that an application project is created in the project development end based on the application template. According to the method, when the application project is created, the project development end initiates the creation request information, the application template for creating the application project is uniformly provided for the project development end according to the creation request information of the project development end, and the application project is created by the project development end based on the application template, so that the consistency of the obtained application templates among the project development ends with the same development requirements can be relatively ensured, and the overall efficiency and reliability of the process of further developing the application project by developers based on the application template are further ensured.
On the basis of the above embodiment, as a preferred implementation manner, receiving creation request information transmitted by a project development end includes:
and receiving creation request information transmitted by the project development terminal based on the front-end visual page.
It should be noted that the key point of this embodiment is that the development end interacts with the server end based on the front-end visual interface, that is, the development request information is initiated through the front-end visual interface, and then the server end receives the development request information transmitted by the project development end based on the front-end visual page, and further provides a corresponding application template to the development end according to the development request information. Because the front-end visual interface has higher readability and operability, compared with a mode of initiating the creation request information in a command line mode, developers at the development end can more accurately initiate the creation request information to the server end through the front-end visual interface, and therefore the overall efficiency and reliability of application project creation are improved.
On the basis of the above embodiment, as a preferred implementation, the creation request information includes item description information and template calling information;
searching a corresponding application template according to the creation request information, wherein the searching comprises the following steps:
searching an application template with the same metadata information according to the template calling information;
the method further comprises the following steps:
and recording the item description information to the item creation log.
It should be noted that, in this embodiment, the creation request information includes item description information and template calling information, where the item description information refers to attribute parameters of the created application item, including but not limited to chinese and/or english names of the application item and function description of the application item; in addition, the template calling information refers to information including attribute features of the application template to be called by the user equipment, and therefore after the template calling information is acquired, the embodiment further searches the application template with the feature information in the metadata consistent with the attribute features in the template calling information in all the application templates according to the template calling information, and accuracy of searching the application template can be further improved. In addition, the embodiment further records the item description information to the item creation log, so that the created application items can be known through the item creation log, and the manageability of the created application items is further ensured.
Further, as a preferred embodiment, the creation request information further includes project creation means information and Git group information;
after finding the corresponding application template according to the creation request information, the method further comprises:
judging whether the project creation mode is Git creation;
and if so, uploading the application template to a project path corresponding to the Git group information in the Git warehouse.
It should be noted that the creation request information in this embodiment further includes project creation mode information and Git group information, and after searching for a corresponding application template according to the creation request information, this embodiment further determines whether the project creation mode is Git creation, and if so, uploads the application template to a project path corresponding to the Git group information in the Git repository. Git is an open-source, distributed version control system for expeditiously and efficiently processing any item, small or large. According to the embodiment, the application template is uploaded to the project path corresponding to the specific Git group information of the Git warehouse, so that the development synchronization of the application project between the development end and the Git warehouse is further ensured, and the reliability of function expansion development after the application project is created is ensured.
On the basis of the above series of embodiments, as a preferred implementation, finding a corresponding application template according to the creation request information includes:
and searching a corresponding application template in the Git warehouse according to the creation request information.
It should be noted that the key point of the present embodiment is that the application template is pre-stored in the Git repository, and then the server searches the application template in the Git repository according to the creation request information, and since the Git repository is a distributed code storage system, the Git repository has higher stability for code storage, and can ensure reliable storage of the application template, thereby ensuring reliability of application project creation.
Referring to fig. 2, an embodiment of the present application provides an application project creating apparatus, including:
a request information receiving module 10, configured to receive creation request information sent by a project development end;
an application template searching module 11, configured to search a corresponding application template according to the creation request information;
and the template transmission module 12 is used for transmitting the application template to the project development end so as to create the application project in the project development end based on the application template.
In addition, as a preferred embodiment, the request information receiving module includes:
and the front-end page receiving module is used for receiving the creation request information transmitted by the project development end based on the front-end visual page.
In addition, as a preferred embodiment, the creation request information includes item description information and template calling information;
the application template searching module comprises:
the searching submodule is used for searching the application templates with the same metadata information according to the template calling information;
the device still includes:
and the log recording module is used for recording the item description information to the item creation log.
The application project creating device provided by the application project creating method comprises the steps of firstly receiving creating request information transmitted by a project development end, further searching a corresponding application template according to the creating request information, and transmitting the application template to the project development end, so that an application project is created in the project development end based on the application template. When the application project is created in the device, the project development end initiates the creation request information, and then the application template for creating the application project is uniformly provided to the project development end according to the creation request information of the project development end, and then the project development end creates the application project based on the application template, so that the consistency of the obtained application templates among the project development ends with the same development requirements can be relatively ensured, and the overall efficiency and reliability of the process of further developing the application project based on the application template by developers are further ensured.
In addition, the present application also provides an application project creation apparatus, including:
a memory for storing a computer program;
a processor for implementing the steps of the application creation method as described above when executing the computer program.
The application project creating device provided by the application project creating method comprises the steps of firstly receiving creating request information transmitted by a project development end, searching a corresponding application template according to the creating request information, and transmitting the application template to the project development end, so that an application project is created in the project development end based on the application template. When the application project is created in the device, the project development end initiates the creation request information, and then the application template for creating the application project is uniformly provided to the project development end according to the creation request information of the project development end, and then the project development end creates the application project based on the application template, so that the consistency of the obtained application templates among the project development ends with the same development requirements can be relatively ensured, and the overall efficiency and reliability of the process of further developing the application project based on the application template by developers are further ensured.
Furthermore, the present application also provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the steps of the application creation method as described above.
The computer-readable storage medium provided by the application first receives creation request information transmitted by a project development end, then searches for a corresponding application template according to the creation request information, and transmits the application template to the project development end, so as to create an application project in the project development end based on the application template. When the application project is created in the computer-readable storage medium, the project development end initiates the creation request information, the application templates for creating the application project are uniformly provided for the project development end according to the creation request information of the project development end, and the project development end creates the application project based on the application templates, so that the consistency of the obtained application templates among the project development ends with the same development requirements can be relatively ensured, and the overall efficiency and reliability of the process of further developing the application project based on the application templates by developers are further ensured.
The application project creation method, device, equipment and storage medium provided by the application are described in detail above. The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make several improvements and modifications to the present application without departing from the principle of the present application, and such improvements and modifications also fall within the scope of the claims of the present application.
It is further noted that, in the present specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. An application project creation method, comprising:
receiving creation request information transmitted by a project development end;
searching a corresponding application template according to the creation request information;
transmitting the application template to the project development end to create an application project in the project development end based on the application template.
2. The method for creating an application project according to claim 1, wherein the receiving of the creation request information transmitted by the project development end comprises:
receiving the creation request information transmitted by the project development terminal based on a front-end visual page.
3. The application project creation method according to claim 1, wherein the creation request information includes project description information and template calling information;
the searching for the corresponding application template according to the creation request information includes:
searching the application template with the same metadata information according to the template calling information;
the method further comprises the following steps:
and recording the item description information to an item creation log.
4. The application project creation method according to claim 3, wherein the creation request information further includes project creation means information and Git group information;
after the searching for the corresponding application template according to the creation request information, the method further includes:
judging whether the project creation mode is Git creation;
and if so, uploading the application template to a project path corresponding to the Git group information in a Git warehouse.
5. The method for creating an application project according to any one of claims 1 to 4, wherein the searching for the corresponding application template according to the creation request information comprises:
and searching a corresponding application template in a Git warehouse according to the creation request information.
6. An application item creation apparatus, comprising:
the request information receiving module is used for receiving the creation request information transmitted by the project development end;
the application template searching module is used for searching a corresponding application template according to the creation request information;
and the template transmission module is used for transmitting the application template to the project development end so as to create the application project in the project development end based on the application template.
7. The application item creation apparatus according to claim 6, wherein the request information reception module includes:
and the front-end page receiving module is used for receiving the creation request information transmitted by the project development end based on the front-end visual page.
8. The application-item creating apparatus according to claim 6, wherein the creation request information includes item description information and template calling information;
the application template searching module comprises:
the searching submodule is used for searching the application templates with the same metadata information according to the template calling information;
the device still includes:
and the log recording module is used for recording the item description information to an item creation log.
9. An application item creation device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the application project creation method of any of claims 1 to 5 when executing said computer program.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the application project creation method according to any one of claims 1 to 5.
CN202011249119.4A 2020-11-10 2020-11-10 Application project creating method, device, equipment and storage medium Pending CN112307736A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011249119.4A CN112307736A (en) 2020-11-10 2020-11-10 Application project creating method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011249119.4A CN112307736A (en) 2020-11-10 2020-11-10 Application project creating method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112307736A true CN112307736A (en) 2021-02-02

Family

ID=74325729

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011249119.4A Pending CN112307736A (en) 2020-11-10 2020-11-10 Application project creating method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN112307736A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112947990A (en) * 2021-03-23 2021-06-11 四川虹美智能科技有限公司 Development library creating method and device and computer readable medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140282077A1 (en) * 2013-03-14 2014-09-18 Sticky Storm, LLC Software-based tool for digital idea collection, organization, and collaboration
CN108762743A (en) * 2018-05-23 2018-11-06 浪潮软件集团有限公司 Data table operation code generation method and device
CN109240654A (en) * 2018-07-24 2019-01-18 武汉空心科技有限公司 Development approach and system based on template
CN109582302A (en) * 2018-12-05 2019-04-05 江苏风云科技服务有限公司 Establishment of item system and automation projects creation method
CN110209385A (en) * 2019-05-09 2019-09-06 无线生活(杭州)信息科技有限公司 Establishment of item method and device
CN111831318A (en) * 2020-06-30 2020-10-27 山东大学 Micro-service management system capable of automatically generating codes and code generation method

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140282077A1 (en) * 2013-03-14 2014-09-18 Sticky Storm, LLC Software-based tool for digital idea collection, organization, and collaboration
CN108762743A (en) * 2018-05-23 2018-11-06 浪潮软件集团有限公司 Data table operation code generation method and device
CN109240654A (en) * 2018-07-24 2019-01-18 武汉空心科技有限公司 Development approach and system based on template
CN109582302A (en) * 2018-12-05 2019-04-05 江苏风云科技服务有限公司 Establishment of item system and automation projects creation method
CN110209385A (en) * 2019-05-09 2019-09-06 无线生活(杭州)信息科技有限公司 Establishment of item method and device
CN111831318A (en) * 2020-06-30 2020-10-27 山东大学 Micro-service management system capable of automatically generating codes and code generation method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112947990A (en) * 2021-03-23 2021-06-11 四川虹美智能科技有限公司 Development library creating method and device and computer readable medium
CN112947990B (en) * 2021-03-23 2023-04-07 四川虹美智能科技有限公司 Development library creating method, device and computer readable medium

Similar Documents

Publication Publication Date Title
US10325009B2 (en) Method and apparatus for using custom component parsing engine to parse tag of custom component
CN108563440B (en) Automatic adding method and device of list controller codes and readable storage medium
CN110955428A (en) Page display method and device, electronic equipment and medium
CN110825430A (en) API document generation method, device, equipment and storage medium
EP3693894A1 (en) Service process starting method and apparatus
CN113760763A (en) Software testing method, device, server and system
CN109189395B (en) Data analysis method and device
CN112527291A (en) Webpage generation method and device, electronic equipment and storage medium
CN112579466A (en) Test case generation method and device and computer readable storage medium
CN116523457A (en) Workflow processing method, device, equipment and storage medium based on business process
US10372760B2 (en) Building queries directed to objects hosted on clouds
CN113254017A (en) Method, device, equipment and medium for generating development template file based on Vue framework
CN111984262A (en) WeChat cascading style sheet file processing method, device, equipment and storage medium
CN111949607A (en) Method, system and device for monitoring UDT file
CN116450202A (en) Page configuration method, page configuration device, computer equipment and computer readable storage medium
CN114254661A (en) Method and system for translating application international language, electronic device and storage medium
CN110716804A (en) Method and device for automatically deleting useless resources, storage medium and electronic equipment
CN112307736A (en) Application project creating method, device, equipment and storage medium
CN113821249A (en) Project development configuration method and device, electronic equipment and readable storage medium
CN111679828B (en) Data processing method and device, electronic equipment and storage medium
CN113111669A (en) Increment-based front-end multi-language internationalized translation method and device
CN110825622A (en) Software testing method, device, equipment and computer readable medium
CN110806967A (en) Unit testing method and device
CN114281688A (en) Codeless or low-code automatic case management method and device
CN110928896A (en) Data query method and 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