CN116450111A - Method, device, equipment and storage medium for creating business object - Google Patents

Method, device, equipment and storage medium for creating business object Download PDF

Info

Publication number
CN116450111A
CN116450111A CN202310315657.6A CN202310315657A CN116450111A CN 116450111 A CN116450111 A CN 116450111A CN 202310315657 A CN202310315657 A CN 202310315657A CN 116450111 A CN116450111 A CN 116450111A
Authority
CN
China
Prior art keywords
target
business object
result
function
user
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
CN202310315657.6A
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.)
Beijing Actionsoft Science And Technology Development Co ltd
Original Assignee
Beijing Actionsoft Science And Technology Development 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 Beijing Actionsoft Science And Technology Development Co ltd filed Critical Beijing Actionsoft Science And Technology Development Co ltd
Priority to CN202310315657.6A priority Critical patent/CN116450111A/en
Publication of CN116450111A publication Critical patent/CN116450111A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/33Intelligent editors
    • 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/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The present disclosure relates to a method, an apparatus, a device, and a storage medium for creating a business object, where the method includes: acquiring function and type information of a business object created by a user target, wherein the type information comprises at least one of a form, a flow and an application; generating a target business object according to the function and the type information; performing visualization processing on the target business object to generate a visualization result; and displaying the visual result. According to the method and the device, the target business object is automatically generated and visualized by acquiring the function and the type information input by the user, when the user wants to create the business object, the business object can be automatically created according to the function and the type information input by the user, a visualized result is generated, the operation difficulty of the user is reduced, meanwhile, the user can visually check all the functions of the target business object through the visualized result, whether the user meets the requirements or not is judged, and the user experience is improved.

Description

Method, device, equipment and storage medium for creating business object
Technical Field
The present disclosure relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a storage medium for creating a service object.
Background
The Low-Code platform is a development platform which does not need coding or can quickly generate service objects through a small amount of codes, can intuitively display the generated results, lightens the pressure of non-technical developers, but the current Low-Code platform needs a user to manually drag a functional module and configure related attributes, has high learning and using cost, and cannot meet the requirements of the user under the condition that the operation mode and each function of the Low-Code platform are not fully known by the user, so that the technical problem to be solved is how to reduce the operation threshold of the user for creating the service objects by using the Low-Code platform.
Disclosure of Invention
In order to solve the technical problems, the present disclosure provides a method, an apparatus, a device, and a storage medium for creating a business object.
A first aspect of an embodiment of the present disclosure provides a method for creating a service object, including:
acquiring function and type information of a business object created by a user target, wherein the type information comprises at least one of a form, a flow and an application;
generating a target business object according to the function and the type information;
performing visualization processing on the target business object to generate a visualization result;
and displaying the visual result.
Preferably, the performing visualization processing on the target service object to generate a visualization result includes:
converting the target business object into a first result in a preset language format;
and carrying out visualization processing on the first result to generate a visualization result.
Preferably, the performing visualization processing on the first result to generate a visualized result includes:
identifying a field type contained in the first result;
determining a target visual component corresponding to the field type contained in the first result based on the corresponding relation between the field type and the visual component;
and combining the target visualization components according to preset rules to obtain a visualization result.
Preferably, before generating the target business object according to the function and the type information, the method further comprises:
acquiring requirement information of a user for a service object created by a target;
the generating a target business object according to the function and the type information comprises the following steps:
and generating a target business object according to the function, the type information and the requirement information.
Preferably, after the obtaining the requirement information of the user for the service object created by the target, the method further includes:
based on a preset keyword library, detecting compliance of the functions and the requirement information;
and in response to the function and the requirement information compliance, performing the step of generating a target business object according to the function, the type information and the requirement information.
Preferably, the generating the target business object according to the function, the type information and the requirement information includes:
retrieving extension information associated with the function, the type information and the requirement information in a preset database;
generating a target description text according to the function, the type information, the demand information and the expansion information;
and generating a target business object according to the target description text.
Preferably, the generating a target service object according to the target description text includes:
and creating a model and the target description text according to the pre-trained service object, and generating a target service object.
Preferably, the method further comprises:
acquiring feedback information of whether the user is satisfied with the visual result;
storing the visual result and the target business object in response to satisfaction of the user with the visual result;
and in response to dissatisfaction of the user with the visualization result, executing the step of acquiring function and type information of the business object created by the user target.
A second aspect of an embodiment of the present disclosure provides a business object creation apparatus, including:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring the function and type information of a business object created by a user target, and the type information comprises at least one of a form, a flow and an application;
the generating module is used for generating a target business object according to the function and the type information;
the visualization module is used for performing visualization processing on the target business object and generating a visualization result;
and the display module is used for displaying the visual result.
A third aspect of the embodiments of the present disclosure provides a computer device, including a memory and a processor, and a computer program, where the memory stores the computer program, and when the computer program is executed by the processor, implements a method for creating a business object as in the first aspect above.
A fourth aspect of the embodiments of the present disclosure provides a computer-readable storage medium, in which a computer program is stored, which, when executed by a processor, implements a method of creating a business object as in the first aspect described above.
Compared with the prior art, the technical scheme provided by the embodiment of the disclosure has the following advantages:
in the method, the device, the equipment and the storage medium for creating the business object provided by the embodiment of the disclosure, the function and the type information of the business object created by the user target are obtained, and the type information comprises at least one of a form, a flow and an application; generating a target business object according to the function and the type information; performing visualization processing on the target business object to generate a visualization result; the visual result is displayed, when a user wants to create a service object, the creation of the target service object can be automatically completed according to the function and type information input by the user, and the visual result is generated, so that the user can generate the target service object without dragging a related module or carrying out attribute configuration, the operation difficulty is reduced, meanwhile, the user can intuitively check each function of the target service object through the visual result, and whether the user meets the requirement is judged, and the user experience is improved.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description, serve to explain the principles of the disclosure.
In order to more clearly illustrate the embodiments of the present disclosure or the solutions in the prior art, the drawings that are required for the description of the embodiments or the prior art will be briefly described below, and it will be obvious to those skilled in the art that other drawings can be obtained from these drawings without inventive effort.
FIG. 1 is a flow chart of a method of creating a business object provided by an embodiment of the present disclosure;
FIG. 2 is a flow chart of a method of generating a visualization result provided by an embodiment of the present disclosure;
FIG. 3 is a flow chart of another method of generating a visualization result provided by an embodiment of the present disclosure;
FIG. 4 is a flow chart of a method of generating a target business object provided by an embodiment of the present disclosure;
FIG. 5 is a flow chart of another method of generating a target business object provided by an embodiment of the present disclosure;
fig. 6 is a schematic structural diagram of a device for creating a business object according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present disclosure.
Detailed Description
In order that the above objects, features and advantages of the present disclosure may be more clearly understood, a further description of aspects of the present disclosure will be provided below. It should be noted that, without conflict, the embodiments of the present disclosure and features in the embodiments may be combined with each other.
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure, but the present disclosure may be practiced otherwise than as described herein; it will be apparent that the embodiments in the specification are only some, but not all, embodiments of the disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order and/or performed in parallel. Furthermore, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
Fig. 1 is a flowchart of a method for creating a business object, which may be performed by a device for creating a business object, according to an embodiment of the present disclosure. As shown in fig. 1, the method for creating a service object provided in this embodiment includes the following steps:
s101, acquiring function and type information of a business object created by a user target, wherein the type information comprises at least one of a form, a flow and an application.
The business object in the embodiment of the present disclosure may be understood as a functional object set inside an enterprise to achieve a certain business purpose, and by way of example, the business object may include a leave list, an attendance card application, and the like, which is not limited herein.
In the embodiment of the disclosure, when the user wants to create the business object, the creating device of the business object may acquire function and type information of the business object created by the target input by the user, where the type information includes at least one of a form, a flow and an application.
In an exemplary implementation manner of the embodiment of the present disclosure, the service object creating device may provide different creation entries for different types of service objects, and the user may select a corresponding creation entry according to type information of the service object created by the target, and input a function of the service object created by the target.
In another exemplary implementation manner of the embodiment of the present disclosure, the creating device of the service object may provide a user with a custom input box for inputting function information, and an option corresponding to at least one type of information in a form, a flow, and an application, and obtain a function input by the user in the input box, and the selected type of information.
In yet another exemplary implementation of the disclosed embodiments, the service object creation device may provide the user with input modes of various functions and types of information, including, but not limited to, text input modes and voice input modes.
S102, generating a target business object according to the function and the type information.
The target business object in the embodiments of the present disclosure may be understood as a business object created by a user target, and the target business object may be in a code form, for example.
In the embodiment of the disclosure, the creating device of the service object may generate the target service object conforming to the function and type information after obtaining the function and type information input by the user.
In an exemplary implementation manner of the embodiment of the present disclosure, the service object creating device may input the function and type information into the pre-trained service object generating model after obtaining the function and type information input by the user, to obtain the output target service object.
In another exemplary implementation manner of the embodiment of the present disclosure, the creating device of the service object may search a generating template matched with the type information after obtaining the function and the type information input by the user, and fill content related to the function into the generating template to obtain the target service object.
S103, performing visualization processing on the target business object to generate a visualization result.
In the embodiment of the disclosure, the device for creating the service object may perform visualization processing on the target service object after generating the target service object, so as to generate a visualization result for intuitively displaying the function of the target service object.
In an exemplary implementation manner of the embodiment of the present disclosure, the service object creating device may identify a field included in the target service object, and determine, based on the identified field, a function implemented by each portion of content in the target service object and a logical relationship between each other, so as to render a visualization result corresponding to the target service object based on the function and the logical relationship.
S104, displaying the visual result.
In the embodiment of the disclosure, the creating device of the service object may display the visualized result on the output device after generating the visualized result.
The embodiment of the disclosure obtains the function and type information of the business object created by the user target, wherein the type information comprises at least one of a form, a flow and an application; generating a target business object according to the function and the type information; performing visualization processing on the target business object to generate a visualization result; the visual result is displayed, when a user wants to create a service object, the creation of the target service object can be automatically completed according to the function and type information input by the user, and the visual result is generated, so that the user can generate the target service object without dragging a related module or carrying out attribute configuration, the operation difficulty is reduced, meanwhile, the user can intuitively check each function of the target service object through the visual result, and whether the user meets the requirement is judged, and the user experience is improved.
Fig. 2 is a flowchart of a method for generating a visual result according to an embodiment of the present disclosure, and as shown in fig. 2, the visual result may be generated by the following method on the basis of the above embodiment.
S201, converting the target business object into a first result in a preset language format.
The first result in the embodiment of the present disclosure may be understood as an object file having the same function as the target service object, and the adopted language format is a preset language format.
In the embodiment of the disclosure, the creating device of the service object may convert the target service object into the first result with the preset language format, which is convenient for performing the visualization processing after generating the target service object.
In an exemplary implementation manner of the embodiment of the present disclosure, the preset language format may be a structured query language (Structured Query Language, MYSQL) format, and the service object creating device may parse the target service object into an abstract syntax tree (Abstract Syntax Tree, AST) after generating the target service object, then convert the language format of the target service object into a JavaScript object notation (JavaScript Object Notation, JSON) format based on the abstract syntax tree, further convert the language format into the preset structured query language format, and determine the first result.
S202, performing visualization processing on the first result to generate a visualization result.
In the embodiment of the disclosure, the creating device of the service object may perform visualization processing on the first result after obtaining the first result, to obtain a visualization result of the target service object.
In an exemplary implementation manner of the embodiment of the present disclosure, the creating device of the business object may input the first result into the pre-trained visualization model to obtain a visualization result output by the visualization model.
According to the embodiment of the disclosure, the target business object is converted into the first result in the preset language format, the first result is subjected to visualization processing, and the visualization result is generated, so that the accuracy of the visualization processing process can be improved, and the finally generated visualization result is closer to the target business object.
Fig. 3 is a flowchart of another method for generating a visualization result according to an embodiment of the present disclosure, and as shown in fig. 3, the visualization result may be generated according to the following method on the basis of the above embodiment.
S301, identifying a field type contained in the first result.
In this embodiment of the present disclosure, after obtaining the first result, the device for creating a service object may identify a field type of a field included in the first result based on a preset word stock storing a correspondence between the field and the field type, and specifically, the device for creating a service object may perform a matching process on the field included in the first result and the field included in the preset word stock, and determine a field type corresponding to a field that is successfully matched.
S302, determining a target visual component corresponding to the field type contained in the first result based on the corresponding relation between the field type and the visual component.
The visualization component in the embodiments of the present disclosure may be understood as a preset visualization component having different functions and properties, and the exemplary visualization component may include a single line input component, a multiple line input component, an option component, a sliding component, etc., which are not limited herein.
In the embodiment of the present disclosure, after identifying and obtaining the field type included in the first result, the creating device of the service object may determine, based on a correspondence between a preset field type and the visualization component, a target visualization component corresponding to the field type included in the first result.
S303, combining the target visualization components according to a preset rule to obtain a visualization result.
In the embodiment of the disclosure, the device for creating the service object may combine the target visualization components according to a preset rule after determining the target visualization components, so as to obtain a visualization result of the target service object.
In an exemplary implementation manner of the disclosed embodiment, the service object creating device may sort the target visual components according to a preset rule for combining the visual components, determine, based on the sorting, a target position of each target visual component in the visual result, and then combine the target visual components to obtain the visual result.
According to the embodiment of the disclosure, the field types contained in the first result are identified, the target visual components corresponding to the field types contained in the first result are determined based on the corresponding relation between the field types and the visual components, the target visual components are combined according to the preset rule to obtain the visual result, the matching degree of the visual components forming the visual result and the target business object can be improved, the finally generated visual result can better reflect the function of the target business object, the requirements of users are met, and the user experience is further improved.
Fig. 4 is a flowchart of a method of generating a target business object provided by an embodiment of the present disclosure. As shown in fig. 4, on the basis of the above-described embodiment, the target business object may be generated as follows.
S401, obtaining requirement information of a user for a service object created by a target.
The requirement information in the embodiments of the present disclosure may be understood as requirement information of a user for more details of a business object on the basis of function and type information, such as being applicable to a 100 person scale enterprise, manufacturing industry, etc.
In the embodiment of the disclosure, the creating device of the business object can acquire the requirement information of the user for the more details of the business object created by the target.
In an exemplary implementation manner of the embodiment of the present disclosure, the creating device of the service object may obtain, in text or voice form, requirement information of a user for the service object created by the target.
S402, generating a target business object according to the function, the type information and the requirement information.
In the embodiment of the present disclosure, when generating the target service object, the creating device of the service object may generate the target service object according to the function and type information input by the user and the requirement information input in a supplementary manner, and the specific generation manner is similar to S102, which is not described herein again.
According to the embodiment of the disclosure, the target business object is generated by acquiring the requirement information of the user for the business object created by the target, and according to the function, the type information and the requirement information, the target business object which meets the requirement of the user can be determined through the detailed requirement information, and the user experience is further improved.
In some embodiments of the present disclosure, the creating device for a service object may perform compliance detection on the function and the requirement information based on a preset keyword library, perform the step of generating a target service object according to the function, the type information and the requirement information in response to compliance of the function and the requirement information, specifically, the creating device for a service object may perform word segmentation processing on the function and the requirement information input by the user first, determine whether the function and the requirement information input by the user include sensitive keywords recorded in the keyword library, if yes, determine that the function and the requirement information do not pass the compliance detection, send prompt information to the user, so as to enable the user to re-input corresponding content, and if no sensitive keywords pass the compliance detection, perform the step of generating the target service object according to the function, the type information and the requirement information. By way of example, the service object creating device may further detect whether there is content that does not conform to the input rule in the function and the requirement information, for example, when the input rule is that the input rule supports chinese-english characters and digital input, the content input by the user may include characters in other languages, and may determine that the content input by the user does not pass compliance detection, prompt the user to reenter the content, and may restrict the input behavior of the user, so that the input content is more standard, and error caused by failure to identify the content input by the user when the target service object is generated is avoided, or illegal content is included in the generated target service object.
Fig. 5 is a flowchart of another method for generating a target business object according to an embodiment of the present disclosure, and as shown in fig. 5, the target business object may be generated by the following method on the basis of the above-described embodiment.
S501, retrieving extension information associated with the function, the type information and the requirement information in a preset database.
The preset database in the embodiment of the present disclosure may be understood as a preset database for storing information related to a business object, and by way of example, the preset database may be a structured database having a hierarchical relationship that is convenient for retrieval.
In the embodiment of the disclosure, the creating device of the service object may search information related to the content in the preset database after obtaining the function, the type information and the requirement information, and determine the searched information as the extension information.
In an exemplary implementation manner of the embodiment of the present disclosure, the creating device of the service object may further determine, after finding information related to the function, the type information and the requirement information in the preset database, a degree of association between the found information and the above content, and determine, as the extension information, information having a degree of association higher than a preset threshold.
S502, generating a target description text according to the function, the type information, the requirement information and the expansion information.
In the embodiment of the disclosure, the creating device of the service object may combine the function, the type information, the requirement information and the extension information after finding the extension information, so as to obtain a section of target description text conforming to the natural language rule.
In an exemplary implementation manner of the embodiment of the present disclosure, after finding the extension information, the creating device of the service object may sort the function, the type information, the requirement information and the extension information according to a preset expression sequence, and add some connective words between the information to generate the target description text.
S503, generating a target business object according to the target description text.
In the embodiment of the disclosure, the device for creating the service object may generate the target service object according to the target description text after obtaining the target description text.
According to the embodiment of the disclosure, the expanded information related to the function, the type information and the requirement information is searched in the preset database, the target description text is generated according to the function, the type information, the requirement information and the expanded information, the target business object is generated according to the target description text, after the user inputs the supplementary requirement information, the related expanded information is determined based on all the information input by the user, the description text is further generated according to all the related information, and the target business object is further generated, so that the finally created business object can meet the personalized requirement of the user to the greatest extent, and the user experience is further improved.
In other embodiments of the present disclosure, the service object creating device may generate the target service object according to the pre-trained service object creation model and the target description text. For example, when training the business object to create a model, multiple sets of training data including text and object files may be input into a model framework, where the text may be text including functionality, type information, and other supplemental information, the object files may be files of business objects completed by related personnel according to the text, and when training the model framework, training may be completed based on forward reasoning, where the model framework may be a neural network model, a deep learning model, a machine learning model, a decision model, a large language model (Large Language Model, LLM), a policy optimization model, and the like, without limitation.
In still other embodiments of the present disclosure, the service object creating device may obtain feedback information about whether the user is satisfied with the visualization result, store the visualization result and the target service object in response to the user being satisfied with the visualization result, and perform the step of obtaining function and type information of the service object created by the user target in response to the user being not satisfied with the visualization result. Specifically, the service object creating device may pop up a prompt box after displaying the visual result, obtain feedback information about whether the visual result is satisfied by the user, store the visual result and the target service object if the feedback result is satisfied, and re-obtain function and type information of the service object created by the user target if the feedback result is not satisfied, thereby creating the service object based on the information re-input by the user. By way of example, the service object creating device may further provide a modification interface for the user when the user needs to secondarily modify the visualization result and the target service object after storing the visualization result and the target service object, so as to improve the degree of freedom of creating the service object by the user.
Fig. 6 is a schematic structural diagram of a business object creation apparatus according to an embodiment of the present disclosure. As shown in fig. 6, the service object creation apparatus 600 includes: the system comprises a first acquisition module 610, a generation module 620, a visualization module 630 and a display module 640, wherein the first acquisition module 610 is used for acquiring the function and type information of a business object created by a user target, and the type information comprises at least one of a form, a flow and an application; a generating module 620, configured to generate a target service object according to the function and the type information; the visualization module 630 is configured to perform visualization processing on the target service object, and generate a visualization result; and the display module 640 is used for displaying the visual result.
Optionally, the visualization module 630 includes: the conversion unit is used for converting the target business object into a first result in a preset language format; and the visualization unit is used for performing visualization processing on the first result and generating a visualization result.
Optionally, the visualization unit includes: an identification subunit, configured to identify a field type included in the first result; a determining subunit, configured to determine, based on a correspondence between a field type and a visualization component, a target visualization component corresponding to the field type included in the first result; and the combination subunit is used for combining the target visualization components according to a preset rule to obtain a visualization result.
Optionally, the service object creating apparatus 600 further includes: the second acquisition module is used for acquiring the requirement information of a user for the service object created by the target; the generating module 620 is specifically configured to generate a target service object according to the function, the type information and the requirement information.
Optionally, the service object creating apparatus 600 further includes: the detection module is used for detecting compliance of the functions and the requirement information based on a preset keyword library; a first execution module for executing the step of generating a target business object according to the function, the type information and the requirement information in response to the compliance of the function and the requirement information
Optionally, the generating module 620 includes: a search unit for searching a preset database for extension information associated with the function, the type information and the requirement information; the first generation unit is used for generating a target description text according to the function, the type information, the demand information and the expansion information; and the second generating unit is used for generating a target business object according to the target description text.
Optionally, the second generating unit is specifically configured to generate a target service object according to the pre-trained service object creation model and the target description text.
Optionally, the service object creating apparatus 600 further includes: the third acquisition module is used for acquiring feedback information of whether the user is satisfied with the visual result or not; the storage module is used for storing the visual result and the target business object in response to satisfaction of the user on the visual result; and the second execution module is used for executing the step of acquiring the function and type information of the business object created by the user target in response to the dissatisfaction of the user on the visual result.
The method described in any of the foregoing embodiments can be executed by the service object creating device provided in this embodiment, and the execution manner and the beneficial effects of the method are similar, and are not described herein again.
Fig. 7 is a schematic structural diagram of a computer device according to an embodiment of the present disclosure.
As shown in fig. 7, the computer device may include a processor 710 and a memory 720 storing computer program instructions.
In particular, the processor 710 may include a Central Processing Unit (CPU), or an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), or may be configured to implement one or more integrated circuits of embodiments of the present application.
Memory 720 may include mass storage for information or instructions. By way of example, and not limitation, memory 720 may include a Hard Disk Drive (HDD), floppy Disk Drive, flash memory, optical Disk, magneto-optical Disk, magnetic tape, or universal serial bus (Universal Serial Bus, USB) Drive, or a combination of two or more of these. Memory 720 may include removable or non-removable (or fixed) media, where appropriate. Memory 720 may be internal or external to the integrated gateway device, where appropriate. In a particular embodiment, the memory 720 is a non-volatile solid state memory. In a particular embodiment, the Memory 720 includes Read-Only Memory (ROM). The ROM may be mask-programmed ROM, programmable ROM (PROM), erasable PROM (Electrical Programmable ROM, EPROM), electrically erasable PROM (Electrically Erasable Programmable ROM, EEPROM), electrically rewritable ROM (Electrically Alterable ROM, EAROM), or flash memory, or a combination of two or more of these, where appropriate.
The processor 710 performs the steps of the business object creation method provided by the embodiments of the present disclosure by reading and executing the computer program instructions stored in the memory 720.
In one example, the computer device may also include a transceiver 730 and a bus 740. As shown in fig. 7, the processor 710, the memory 720, and the transceiver 730 are connected and communicate with each other through a bus 740.
Bus 740 includes hardware, software, or both. By way of example, and not limitation, the buses may include an accelerated graphics port (Accelerated Graphics Port, AGP) or other graphics BUS, an enhanced industry standard architecture (Extended Industry Standard Architecture, EISA) BUS, a Front Side BUS (FSB), a HyperTransport (HT) interconnect, an industry standard architecture (Industrial Standard Architecture, ISA) BUS, an InfiniBand interconnect, a Low Pin Count (LPC) BUS, a memory BUS, a micro channel architecture (Micro Channel Architecture, MCa) BUS, a peripheral control interconnect (Peripheral Component Interconnect, PCI) BUS, a PCI-Express (PCI-X) BUS, a serial advanced technology attachment (Serial Advanced Technology Attachment, SATA) BUS, a video electronics standards association local (Video Electronics Standards Association Local Bus, VLB) BUS, or other suitable BUS, or a combination of two or more of these. Bus 740 may include one or more buses, where appropriate. Although embodiments of the present application describe and illustrate a particular bus, the present application contemplates any suitable bus or interconnect.
The embodiments of the present disclosure also provide a computer-readable storage medium, which may store a computer program that, when executed by a processor, causes the processor to implement the method for creating a business object provided by the embodiments of the present disclosure.
The storage medium described above may, for example, include a memory 720 of computer program instructions executable by the processor 710 of the business object creation device to perform the business object creation method provided by the embodiments of the present disclosure. Alternatively, the storage medium may be a non-transitory computer readable storage medium, for example, a ROM, a random access memory (Random Access Memory, RAM), a Compact Disc ROM (CD-ROM), a magnetic tape, a floppy disk, an optical data storage device, and the like. The computer programs described above may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C++ or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device, partly on a remote computing device, or entirely on the remote computing device or server.
It should be noted that in this document, 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. Moreover, 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 one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing is merely a specific embodiment of the disclosure to enable one skilled in the art to understand or practice the disclosure. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the disclosure. Thus, the present disclosure is not intended to be limited to the embodiments shown and described herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (11)

1. A method for creating a business object, comprising:
acquiring function and type information of a business object created by a user target, wherein the type information comprises at least one of a form, a flow and an application;
generating a target business object according to the function and the type information;
performing visualization processing on the target business object to generate a visualization result;
and displaying the visual result.
2. The method of claim 1, wherein the visualizing the target business object to generate a visualization result comprises:
converting the target business object into a first result in a preset language format;
and carrying out visualization processing on the first result to generate a visualization result.
3. The method of claim 2, wherein the visualizing the first result to generate a visualized result comprises:
identifying a field type contained in the first result;
determining a target visual component corresponding to the field type contained in the first result based on the corresponding relation between the field type and the visual component;
and combining the target visualization components according to preset rules to obtain a visualization result.
4. The method of claim 1, wherein prior to generating the target business object based on the function and the type information, the method further comprises:
acquiring requirement information of a user for a service object created by a target;
the generating a target business object according to the function and the type information comprises the following steps:
and generating a target business object according to the function, the type information and the requirement information.
5. The method of claim 4, wherein after the obtaining the requirement information of the user for the business object created by the target, the method further comprises:
based on a preset keyword library, detecting compliance of the functions and the requirement information;
and in response to the function and the requirement information compliance, performing the step of generating a target business object according to the function, the type information and the requirement information.
6. The method of claim 4, wherein generating a target business object based on the function, the type information, and the demand information comprises:
retrieving extension information associated with the function, the type information and the requirement information in a preset database;
generating a target description text according to the function, the type information, the demand information and the expansion information;
and generating a target business object according to the target description text.
7. The method of claim 6, wherein generating a target business object from the target descriptive text comprises:
and creating a model and the target description text according to the pre-trained service object, and generating a target service object.
8. The method of claim 1, wherein after the presenting the visualization, the method further comprises:
acquiring feedback information of whether the user is satisfied with the visual result;
storing the visual result and the target business object in response to satisfaction of the user with the visual result;
and in response to dissatisfaction of the user with the visualization result, executing the step of acquiring function and type information of the business object created by the user target.
9. A business object creation apparatus, comprising:
the system comprises a first acquisition module, a second acquisition module and a third acquisition module, wherein the first acquisition module is used for acquiring the function and type information of a business object created by a user target, and the type information comprises at least one of a form, a flow and an application;
the generating module is used for generating a target business object according to the function and the type information;
the visualization module is used for performing visualization processing on the target business object and generating a visualization result;
and the display module is used for displaying the visual result.
10. An electronic device, comprising:
a processor;
a memory for storing executable instructions;
wherein the processor is configured to read the executable instructions from the memory and execute the executable instructions to implement the method of any of the preceding claims 1-8.
11. A computer readable storage medium, characterized in that the storage medium stores a computer program, which, when executed by a processor, causes the processor to implement the method of any of the preceding claims 1-8.
CN202310315657.6A 2023-03-24 2023-03-24 Method, device, equipment and storage medium for creating business object Pending CN116450111A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310315657.6A CN116450111A (en) 2023-03-24 2023-03-24 Method, device, equipment and storage medium for creating business object

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310315657.6A CN116450111A (en) 2023-03-24 2023-03-24 Method, device, equipment and storage medium for creating business object

Publications (1)

Publication Number Publication Date
CN116450111A true CN116450111A (en) 2023-07-18

Family

ID=87119391

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310315657.6A Pending CN116450111A (en) 2023-03-24 2023-03-24 Method, device, equipment and storage medium for creating business object

Country Status (1)

Country Link
CN (1) CN116450111A (en)

Similar Documents

Publication Publication Date Title
CN108287858B (en) Semantic extraction method and device for natural language
US11797607B2 (en) Method and apparatus for constructing quality evaluation model, device and storage medium
JP6053131B2 (en) Information processing apparatus, information processing method, and program
CN115328756A (en) Test case generation method, device and equipment
CN116821318A (en) Business knowledge recommendation method, device and storage medium based on large language model
CN111753082A (en) Text classification method and device based on comment data, equipment and medium
CN116406459A (en) Code processing method, device, equipment and medium
CN112148281A (en) Intent-based machine programming
CN115562656A (en) Page generation method and device, storage medium and computer equipment
CN110750297B (en) Python code reference information generation method based on program analysis and text analysis
CN110795942B (en) Keyword determination method and device based on semantic recognition and storage medium
CN113419721B (en) Web-based expression editing method, device, equipment and storage medium
CN114580346A (en) Information generation method and device combining RPA and AI, electronic equipment and storage medium
CN114327609A (en) Code completion method, model and tool
CN114003725A (en) Information annotation model construction method and information annotation generation method
CN113901169A (en) Information processing method, information processing device, electronic equipment and storage medium
CN101727451A (en) Method and device for extracting information
CN116450111A (en) Method, device, equipment and storage medium for creating business object
CN114943219A (en) Method, device and equipment for generating bill of material test data and storage medium
CN113919352A (en) Database sensitive data identification method and device
CN111753548A (en) Information acquisition method and device, computer storage medium and electronic equipment
JP2007148630A (en) Patent analyzing device, patent analyzing system, patent analyzing method and program
CN113850085B (en) Enterprise grade evaluation method and device, electronic equipment and readable storage medium
CN116991459B (en) Software multi-defect information prediction method and system
CN117909505B (en) Event argument extraction method and related equipment

Legal Events

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