CN113377769A - Method for quickly constructing traditional Chinese medicine decoction platform based on template engine - Google Patents

Method for quickly constructing traditional Chinese medicine decoction platform based on template engine Download PDF

Info

Publication number
CN113377769A
CN113377769A CN202110623036.5A CN202110623036A CN113377769A CN 113377769 A CN113377769 A CN 113377769A CN 202110623036 A CN202110623036 A CN 202110623036A CN 113377769 A CN113377769 A CN 113377769A
Authority
CN
China
Prior art keywords
file
template engine
data table
traditional chinese
platform
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
CN202110623036.5A
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.)
Suzhou Iron Technology Co Ltd
Original Assignee
Suzhou Iron 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 Suzhou Iron Technology Co Ltd filed Critical Suzhou Iron Technology Co Ltd
Priority to CN202110623036.5A priority Critical patent/CN113377769A/en
Publication of CN113377769A publication Critical patent/CN113377769A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/37Compiler construction; Parser generation
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Computing Systems (AREA)
  • Computational Linguistics (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

The invention discloses a method for quickly constructing a traditional Chinese medicine decoction platform based on a template engine, which comprises the following steps: calling a target medicine information data table from a database through a data table selection module; configuring a target medicine information data table to obtain configuration data; rendering the configuration data through a preview module in the template engine to obtain a preview page; after confirming that the code file is error-free according to the preview page, downloading the code file; wherein the configuration data includes at least one of a package name, a module name, and a creator of the target drug information data table. The method has a remarkable effect on the rapid construction of the traditional Chinese medicine decoction platform, for example, front and back end codes of related modules of medicine management and prescription management of the traditional Chinese medicine decoction platform reduce the workload of repeated codes so as to better improve the working efficiency. The template engine can be used for constructing the service platform more quickly and efficiently, and has clear structure and easy modification.

Description

Method for quickly constructing traditional Chinese medicine decoction platform based on template engine
Technical Field
The invention relates to the technical field of traditional Chinese medicine decoction, in particular to a method for quickly constructing a traditional Chinese medicine decoction platform based on a template engine.
Background
At present, people pay more attention to their health, the supply amount of traditional Chinese medicines needed by the medicines for curing and preserving diseases is increased more and more, especially, the demand amount of the medicines is increased remarkably in sudden situations such as epidemic situations, and at the moment, a large amount of medicines need to be produced quickly to meet the demand.
In the automatic process of traditional Chinese medicine decoction, due to different services during construction of a service platform, the problems of repeated code compiling and manpower waste in the construction aspect of a management platform occur, a large number of codes are repeated in most projects, almost all the codes of each basic module have the functions of increasing, deleting, modifying and checking, the functions are different from each other, and if the functions are manually written, the energy of developers can be greatly wasted, and the efficiency is reduced.
Disclosure of Invention
In view of this, the embodiment of the invention provides a method for quickly constructing a traditional Chinese medicine decocting platform based on a template engine, so as to solve the problems that codes are repeatedly written and manpower is wasted in the construction aspect of a management platform due to different services when a service platform is constructed.
The embodiment of the invention provides a method for quickly constructing a traditional Chinese medicine decoction platform based on a template engine, which comprises the following steps:
calling a target medicine information data table from a database through a data table selection module;
configuring a target medicine information data table to obtain configuration data;
rendering the configuration data through a preview module in the template engine to obtain a preview page;
after confirming that the code file is error-free according to the preview page, downloading the code file;
wherein the configuration data includes at least one of a package name, a module name, and a creator of the target drug information data table.
Optionally, the retrieving the target drug information data table from the database through the data table selection module includes:
inquiring and displaying the table names and the table description information of all the data tables in the graphical interface;
a target medicine information data table is selected;
and displaying the field name, the attribute name and the attribute type of the target medicine information data table according to the information in the target medicine information data table.
Optionally, configuring the target drug information data table, and obtaining configuration data includes:
whether a judgment condition occurs when the operations of adding, deleting, modifying and checking are executed is selected in the graphical interface;
setting a judgment condition in the graphical interface to generate a front end vue file and an sql file;
wherein the judgment condition includes at least one of like, < and between.
Optionally, in the graphical interface, setting a UI component for a field of the target drug information data table through a drop-down box to quickly build a page; the UI component includes at least one of a text box, a date selector, a rich text space, or an upload control.
Optionally, dictionary types are bound to fields of the target drug information data table.
Optionally, rendering the configuration data through a preview module in the template engine, and obtaining a preview page includes:
reading configuration data in a compiling time environment of a template engine to generate a Java file and a front-end file;
the Java file and the front-end file are rendered into HTML through the runtime environment of the template engine.
Optionally, the runtime environment of the template engine is rendered by:
obtaining a Java file and a front-end file by calling a single Runtimes Server;
the HTML is rendered by calling the render function of the template engine.
Optionally, in the preview interface, the modules and the front and rear ends are divided according to the packet names and the module names of the target drug information data table, so as to generate a domain.java file, a mapper.java file, a mapper.xml file, a service.java file, a serviceim.java file, a controller.java file, an api.js file, and an index.vue file.
Optionally, after confirming that the code file is error-free according to the preview page, downloading the code file includes:
saving the Java file into a Java folder; storing the front-end file into a front-end folder;
the front-end interface sends a request to the back end by calling a Rest API; and the back end responds according to the generated service function so as to quickly construct the project.
Optionally, the configuration of the drug information table in the database is as follows:
the name naming format of the medicine information table is pure English or English and underline combination;
the data type of the medicine information table comprises any one of varchar, char and datetime;
the data length range of the medicine information table is 0-500;
the annotation name of the medicine information table is Chinese and/or English characters;
and setting the data type attribute of the medicine information table to null and/or key value through checking.
The embodiment of the invention has the following beneficial effects:
the embodiment of the invention provides a method for quickly constructing a traditional Chinese medicine decoction platform based on a template engine, which has a remarkable effect on quickly constructing the traditional Chinese medicine decoction platform, such as front and back end codes of related modules of medicine management and prescription management of the traditional Chinese medicine decoction platform, and reduces the workload of repeated codes so as to better improve the working efficiency. The template engine can be used for quickly and efficiently completing construction of the service platform, and is clear in structure, uniform in style and easy to modify.
Drawings
The features and advantages of the present invention will be more clearly understood by reference to the accompanying drawings, which are illustrative and not to be construed as limiting the invention in any way, and in which:
FIG. 1 shows a flow diagram of a method for rapidly constructing a platform for decocting Chinese herbs based on a template engine;
FIG. 2 is a schematic diagram of a method for rapidly constructing a platform for decocting Chinese herbs based on a template engine;
FIG. 3 shows an application interface for rapidly building a Chinese medicine decocting platform based on a template engine;
fig. 4 shows a preview interface for quickly constructing a traditional Chinese medicine decocting platform based on a template engine.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
When a service platform is constructed, codes are written repeatedly due to different services, such as various functions of repeated addition, deletion, modification and check, and the number of Bean objects is extremely large. In general, a proper frame is required to be selected for constructing a traditional Chinese medicine decoction platform, codes such as Bean, Dao, Service, Controller and the like are compiled, and the embodiment of the invention generates the codes for repeated work through a template engine.
Example 1
As shown in fig. 1, an embodiment of the present invention provides a method for quickly constructing a traditional Chinese medicine decocting platform based on a template engine, including:
and step S10, calling a target medicine information data table from the database through the data table selection module.
And step S20, configuring the target medicine information data table to obtain configuration data.
And step S30, rendering the configuration data through a preview module in the template engine to obtain a preview page.
In this embodiment, after the configuration data is completed, the preview module renders the code file with the completed data configuration to obtain a preview page, and the developer can confirm whether the code file meets expectations through the preview page, and if not, continue to edit and modify the code file until the preview interface meets expectations.
And step S40, downloading the code file after confirming that the code file is error-free according to the preview page.
Wherein the configuration data includes at least one of a package name, a module name, and a creator of the target drug information data table.
In this embodiment, as shown in fig. 2, the application layer of the traditional Chinese medicine decocting platform rapidly constructed based on the template engine is composed of three modules, namely a data table configuration module, a preview module and a download module; the control layer receives data through an api interface provided externally, is responsible for the business process control of a specific module, and needs to call an interface of a service logic design layer to control a business process; the service layer is responsible for encapsulating the business logic, which is specifically shown in the serviceImpl, for example, querying a table in a database. In addition, the traditional Chinese medicine decocting platform quickly constructed based on the template engine also comprises a Data Access Object (DAO) for interfacing a database and business logic, wherein the database is stored in a memory, namely a Data storage module in the figure.
The user reads the created data table through the web interface, confirms the field name and the module name, requests to create an interface, receives the data transmitted by the user through the control layer to call the Service layer, the Service reads all the created templates, generates the front and back end code files desired by the user through the interface provided by the template engine, and provides download to the outside, specifically:
firstly, selecting a required target medicine information data table from a database, then selecting the data table according to requirements through an application interface, setting and modifying related information such as package names, module names and the like of codes to be generated, then selecting preview codes or downloading the codes, and finally moving the generated codes to a catalog corresponding to a project.
The embodiment of the invention provides a method for quickly constructing a traditional Chinese medicine decoction platform based on a template engine, which has a remarkable effect on quickly constructing the traditional Chinese medicine decoction platform, such as front and back end codes of related modules of medicine management and prescription management of the traditional Chinese medicine decoction platform, and reduces the workload of repeated codes so as to better improve the working efficiency. The template engine can be used for quickly and efficiently completing construction of the service platform, and is clear in structure, uniform in style and easy to modify.
As an alternative embodiment, step S10 includes:
inquiring and displaying the table names and the table description information of all the data tables in the graphical interface;
a target medicine information data table is selected;
and displaying the field name, the attribute name and the attribute type of the target medicine information data table according to the information in the target medicine information data table.
In this embodiment, the data table configuration module queries all data tables from the database and displays them on the application interface based on the design of the user data table, and the interface displays the table name and the table description, and then allows the user to select the data table whose code needs to be created for setting and modifying the package name, the module name, the creator, and the like.
As an alternative embodiment, step S20 includes:
whether a judgment condition occurs when the operations of adding, deleting, modifying and checking are executed is selected in the graphical interface;
setting a judgment condition in the graphical interface to generate a front end vue file and an sql file;
wherein the judgment condition includes at least one of like, < and between.
In this embodiment, after the target drug information data table is selected, the target drug information data table is configured in the graphical interface, for example, judgment conditions occurring when the add/delete check operation is performed are selected, the judgment conditions are set, a front end vue file and an sql file are generated, and finally, in a web page rendered by the obtained code file, the judgment conditions are skipped when the add/delete check operation is performed, so as to meet different business requirements of a user.
As an optional implementation manner, in a graphical interface, setting a UI component for a field of a target medicine information data table through a drop-down box so as to quickly build a page; the UI component includes at least one of a text box, a date selector, a rich text space, or an upload control.
In the present embodiment, UI component setting is performed on the fields of the target medicine information data table in the form of a drop-down box.
As an optional implementation, dictionary types are bound to fields of the target drug information data table.
In the present embodiment, data types of a plurality of elements are defined in a dictionary (dit), and the number of elements is expressed in key: the value is presented in a form, wherein the value can be any data type, but must be an immutable data type, and is usually set as a character string type, so that the value is conveniently described. And dynamic transformation of page data is realized by binding the fields with dictionary types.
As an alternative embodiment, step S30 includes:
reading configuration data in a compiling time environment of a template engine to generate a Java file and a front-end file;
the Java file and the front-end file are rendered into HTML through the runtime environment of the template engine. Specifically, the runtime environment of the template engine is rendered by:
obtaining a Java file and a front-end file by calling a single Runtimes Server;
the HTML is rendered by calling the render function of the template engine.
The render function of the template engine requires at least two parameters, one is the rendered template, which is typically a string, and the other is the data to be rendered into the template, which is in-coming in the form of an object (key-value pair). In the render function, besides these two parameters, most of the stencil engines also provide parameters options for controlling the rendering properties, such as whether to start the debugging function, whether to start the caching mechanism, whether to print the error information, and for example, ejs, the debugging statement can be started by setting the compileDebug. Therefore, the rendering operation in this step is only to generate a preview page, not a final page. The preview page functions to confirm whether the configuration data is erroneous. In addition, the rendering of the render function of the template engine involves fewer parameters and is faster than the rendering of the final page, and before the code file is finally generated, the configuration data is rendered by the render function of the template engine
In the embodiment, after the data sheet configuration module is completed, the code is browsed through the preview module, so that configuration errors are prevented from being inconsistent with the expectation of a user.
The template engine is mainly divided into two parts: a runtime environment and a compile-time environment. The former is mainly used for rendering the template into HTML, and the latter is mainly used for generating Java files and front-end files according to the configuration of the template.
As an optional implementation, in the preview interface, the modules and the front and rear ends are divided according to the packet names and the module names of the target drug information data table, so as to generate a domain.java file, a mapper.java file, a mapper.xml file, a service.java file, a serviceim.java file, a controller.java file, an api.js file, and an index.vue file.
As an alternative embodiment, step S40 includes:
saving the Java file into a Java folder; storing the front-end file into a front-end folder;
the front-end interface sends a request to the back end by calling a Rest API; and the back end responds according to the generated service function so as to quickly construct the project.
As an alternative embodiment, the configuration of the drug information table in the database is as follows:
the name naming format of the medicine information table is pure English or English and underline combination;
the data type of the medicine information table comprises any one of varchar, char and datetime;
the data length range of the medicine information table is 0-500;
the annotation name of the medicine information table is Chinese and/or English characters;
and setting the data type attribute of the medicine information table to null and/or key value through checking.
Example 2
Taking a traditional Chinese medicine decoction platform medicine management or traditional Chinese medicine dosage statistical module as an example:
the first step is as follows: designing a drug information table or a statistical table of drug dosage, designing field and data table related information, and importing the related information into the database according to the configuration conditions of the drug information table in the database in the embodiment 1.
Figure BDA0003100762310000081
Figure BDA0003100762310000091
TABLE 1 drug catalog
Figure BDA0003100762310000092
Figure BDA0003100762310000101
TABLE 2 statistics of Chinese medicine dosage
The second step is that: as shown in fig. 3, the data table is selected according to the requirement through the application interface, and the setting and modification of the package name, module name and other related information are performed on the code to be generated.
The third step: as shown in fig. 4, a preview code is selected or a code download is made.
The fourth step: and moving the generated codes to the directory corresponding to the project.
The embodiment of the invention has remarkable effect on the rapid construction of the traditional Chinese medicine decoction platform, for example, front and back end codes of related modules of medicine management and prescription management of the traditional Chinese medicine decoction platform are generated by using the method, the workload of repeated codes is reduced, so that personnel are better promoted, the method can also be used for constructing other platforms, the unnecessary working time is greatly reduced, the construction of a service platform can be completed more rapidly and efficiently by using a template engine, the structure is clear, the style is uniform, and the modification is easy.
It will be understood by those skilled in the art that all or part of the processes of the methods of the embodiments described above can be implemented by a computer program, which can be stored in a computer-readable storage medium, and when executed, can include the processes of the embodiments of the methods described above. The storage medium may be a magnetic Disk, an optical Disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a Flash Memory (Flash Memory), a Hard Disk (Hard Disk Drive, abbreviated as HDD), a Solid State Drive (SSD), or the like; the storage medium may also comprise a combination of memories of the kind described above.
Although the embodiments of the present invention have been described in conjunction with the accompanying drawings, those skilled in the art may make various modifications and variations without departing from the spirit and scope of the invention, and such modifications and variations fall within the scope defined by the appended claims.

Claims (10)

1. A method for quickly constructing a traditional Chinese medicine decoction platform based on a template engine is characterized by comprising the following steps:
calling a target medicine information data table from a database through a data table selection module;
configuring the target medicine information data table to obtain configuration data;
rendering the configuration data through a preview module in a template engine to obtain a preview page;
after confirming that the code file is correct according to the preview page, downloading the code file;
wherein the configuration data includes at least one of a package name, a module name, and a creator of the target drug information data table.
2. The method for rapidly constructing a platform for decocting traditional Chinese medicines based on the template engine as claimed in claim 1, wherein retrieving the target medicine information data table from the database through the data table selection module comprises:
inquiring and displaying the table names and the table description information of all the data tables in the graphical interface;
the target medicine information data table is selected;
and displaying the field name, the attribute name and the attribute type of the target medicine information data table according to the information in the target medicine information data table.
3. The method for rapidly constructing a decocting platform of traditional Chinese medicine based on the template engine as claimed in claim 2, wherein configuring the target medicine information data table, and obtaining configuration data comprises:
whether a judgment condition occurs when the operations of adding, deleting, modifying and checking are executed is selected in the graphical interface;
setting the judgment condition in the graphical interface to generate a front end vue file and an sql file;
wherein the determination condition includes at least one of like, < and between.
4. The method for quickly constructing the traditional Chinese medicine decocting platform based on the template engine according to claim 2, wherein in the graphical interface, a UI component is arranged on a field of the target medicine information data table through a drop-down box so as to quickly construct a page; the UI component includes at least one of a text box, a date selector, a rich text space, or an upload control.
5. The method for rapidly building a decocting platform of traditional Chinese medicine based on the template engine as claimed in claim 2, wherein dictionary types are bound to fields of the target medicine information data table.
6. The method for rapidly constructing a platform for decocting traditional Chinese medicines based on the template engine as claimed in claim 1, wherein rendering the configuration data through a preview module in the template engine to obtain a preview page comprises:
reading the configuration data in a compiling time environment of the template engine to generate a Java file and a front-end file;
rendering the Java files and the front-end files into HTML through a runtime environment of the template engine.
7. The method for rapidly constructing a decocting platform of traditional Chinese medicine based on the template engine as claimed in claim 6, wherein the runtime environment of the template engine is rendered by the following steps:
acquiring the Java file and the front-end file by calling a single Runtimes Server;
rendering the HTML by calling a render function of the template engine.
8. The method for quickly constructing a traditional Chinese medicine decocting platform based on the template engine as claimed in claim 2, wherein in the preview interface, modules and front and back ends are divided according to the packet names and module names of the target medicine information data table to generate a domain.java file, a mapper.java file, a mapper.xml file, a service.java file, a serviceImpl.java file, a controller.java file, an api.js file and an index.vue file.
9. The method for rapidly constructing a platform for decocting Chinese herbs according to claim 6, wherein downloading the code file after confirming that the code file is error-free according to the preview page comprises:
saving the Java file into a Java folder; storing the front-end file into a front-end folder;
the front-end interface sends a request to the back end by calling a Rest API; and the back end responds according to the generated service function so as to quickly construct the project.
10. The method for rapidly constructing a platform for decocting traditional Chinese medicines based on the template engine as claimed in claim 1, wherein the configuration of the medicine information table in the database is as follows:
the name naming format of the medicine information table is pure English or English and underline combination;
the data type of the medicine information table comprises any one of varchar, char and datetime;
the data length range of the medicine information table is 0-500;
the annotation name of the medicine information table is Chinese and/or English characters;
and setting the data type attribute of the medicine information table to null and/or a key value through checking.
CN202110623036.5A 2021-06-04 2021-06-04 Method for quickly constructing traditional Chinese medicine decoction platform based on template engine Pending CN113377769A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110623036.5A CN113377769A (en) 2021-06-04 2021-06-04 Method for quickly constructing traditional Chinese medicine decoction platform based on template engine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110623036.5A CN113377769A (en) 2021-06-04 2021-06-04 Method for quickly constructing traditional Chinese medicine decoction platform based on template engine

Publications (1)

Publication Number Publication Date
CN113377769A true CN113377769A (en) 2021-09-10

Family

ID=77575807

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110623036.5A Pending CN113377769A (en) 2021-06-04 2021-06-04 Method for quickly constructing traditional Chinese medicine decoction platform based on template engine

Country Status (1)

Country Link
CN (1) CN113377769A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114035782A (en) * 2021-10-22 2022-02-11 交通运输部南海航海保障中心广州通信中心 Automatic code generation method and system based on form design and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114035782A (en) * 2021-10-22 2022-02-11 交通运输部南海航海保障中心广州通信中心 Automatic code generation method and system based on form design and storage medium

Similar Documents

Publication Publication Date Title
US9678969B2 (en) Metadata updating method and apparatus based on columnar storage in distributed file system, and host
CN111026777B (en) Entity class code generation method, entity class code generation device, computer equipment and storage medium
DuBois MySQL cookbook
US9940744B2 (en) Remote font management
CN110825388B (en) Method for directly converting SQL statement into corresponding REST interface
CN109582647B (en) Unstructured evidence file oriented analysis method and system
WO2017058047A1 (en) Method of preparing documents in markup languages
US7877417B2 (en) Method and apparatus for exchanging data with a database
CN111819534A (en) Spreadsheet-based software application development
CN115712413B (en) Low code development method, device, equipment and storage medium
US20150195375A1 (en) Dynamically sizing chunks in a partially loaded spreadsheet model
US20070043693A1 (en) Systems and methods for storing a dataset having a hierarchical data structure in a database
CN112930529A (en) Generating software artifacts from conceptual data models
CN105589959A (en) Form processing method and form processing system
CN113377769A (en) Method for quickly constructing traditional Chinese medicine decoction platform based on template engine
KR101166763B1 (en) Method for integration of database using data mapping of xml document
US20080263018A1 (en) Method and System for Mapping Business Objects to Relational Database Tables
CN114443015A (en) Method for generating adding, deleting, modifying and checking service interface based on database metadata
TWI629602B (en) Method for automatically generating website interactive program
WO2023000012A1 (en) Template systems for template-based document and report generation
CN111897573A (en) Method, device and equipment for generating database dictionary document and storage medium
CN105653277A (en) Method for querying appointed field data of data table under simplified JAVA program, multi-table conjunctive query method under simplified JAVA program and statistical query method under simplified JAVA program
CN113703777A (en) Code generation method and device based on database table, storage medium and equipment
WO2010147453A1 (en) System and method for designing a gui for an application program
CN114925142A (en) Multi-type database compatibility method, device, equipment and medium of ORM framework

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