CN111078194B - Demand management method, demand management terminal, and storage medium - Google Patents

Demand management method, demand management terminal, and storage medium Download PDF

Info

Publication number
CN111078194B
CN111078194B CN201911333809.5A CN201911333809A CN111078194B CN 111078194 B CN111078194 B CN 111078194B CN 201911333809 A CN201911333809 A CN 201911333809A CN 111078194 B CN111078194 B CN 111078194B
Authority
CN
China
Prior art keywords
demand
information
sub
interface
target node
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.)
Active
Application number
CN201911333809.5A
Other languages
Chinese (zh)
Other versions
CN111078194A (en
Inventor
陈岩松
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guangzhou Pinwei Software Co Ltd
Original Assignee
Guangzhou Pinwei Software 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 Guangzhou Pinwei Software Co Ltd filed Critical Guangzhou Pinwei Software Co Ltd
Priority to CN201911333809.5A priority Critical patent/CN111078194B/en
Publication of CN111078194A publication Critical patent/CN111078194A/en
Application granted granted Critical
Publication of CN111078194B publication Critical patent/CN111078194B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Abstract

The invention discloses a demand management method, which comprises the following steps: outputting a demand creation interface, and acquiring demand information through the demand creation interface; outputting a demand splitting interface, displaying the demand information in the demand splitting interface, creating sub-demands through the demand splitting interface, and acquiring sub-demand information corresponding to the sub-demands; and determining a target node according to a preset processing flow and the sub-demand information, and storing the target node and the sub-demand information in an associated mode. The invention also discloses a demand management terminal and a computer readable storage medium, which achieve the effect of improving the software development efficiency.

Description

Demand management method, demand management terminal, and storage medium
Technical Field
The present invention relates to the field of software management technologies, and in particular, to a demand management method, a demand management terminal, and a computer readable storage medium.
Background
Software development is the process of building a software system or software parts of a system according to user requirements. Software development is a system project that includes demand capture, demand analysis, design, implementation, and testing. Software is typically implemented in a programming language. Development can be performed typically using software development tools. Software is divided into system software and application software and includes not only programs that can run on a computer, but files related to these programs are also generally considered to be part of the software. General procedures of software design ideas and methods include designing algorithms and methods for the functions and implementation of the software, overall structural design and modular design of the software, programming and debugging, program linkage and testing, and writing and submitting programs.
In the software development process, each environment in the general development process is completed by a separate processing team. This results in that the docking process in each of the different environments can only be realized by means of a delivery order or the like. When the places where different teams are located are far apart or the docking content is complicated, the docking efficiency is low, and corresponding handler is not easy to locate. This has the disadvantage of low software development efficiency.
Disclosure of Invention
The invention provides a demand management method, a demand management terminal and a computer readable storage medium, which aim to achieve the effect of improving the software development efficiency.
In order to achieve the above object, the present invention provides a demand management method, including the steps of:
outputting a demand creation interface, and acquiring demand information through the demand creation interface;
outputting a demand splitting interface, displaying the demand information in the demand splitting interface, creating sub-demands through the demand splitting interface, and acquiring sub-demand information corresponding to the sub-demands;
and determining a target node according to a preset processing flow and the sub-demand information, and storing the target node and the sub-demand information in an associated mode.
Optionally, after the step of determining the target node according to the preset processing flow and the sub-requirement information and storing the target node and the sub-requirement information in an associated manner, the method further includes:
when the login operation corresponding to the target node is detected, a communication address corresponding to a target terminal initiating the login operation is obtained;
and sending the sub-demand information based on the communication address, wherein the target terminal outputs the sub-demand information when receiving the sub-demand information.
Optionally, before the step of outputting the requirement creation interface and obtaining the requirement information through the requirement creation interface, the method further includes:
when a login request is received, acquiring account information corresponding to the login request;
when the account type corresponding to the account information is a preset type, controlling the login request initiating terminal to display a demand creation control;
and executing the output demand creation interface when the demand creation control is detected to be triggered, and acquiring demand information through the demand creation interface.
Optionally, the requirement information includes a requirement identification, requirement provider information, requirement time limit information, and/or requirement processor information.
Optionally, after the step of determining the target node according to the preset processing flow and the sub-requirement information and storing the target node and the sub-requirement information in an associated manner, the method further includes:
after the demand processing is finished, outputting an evaluation interface, and receiving grading data corresponding to the demand processing nodes through the evaluation interface;
and determining a scoring result corresponding to the demand processing node according to the scoring data.
Optionally, after the step of determining the target node according to the preset processing flow and the sub-requirement information and storing the target node and the sub-requirement information in an associated manner, the method further includes:
acquiring communication data of a user associated with the target node;
and sending prompt information of the update of the demand to the user based on the communication data.
In addition, in order to achieve the above object, the present invention also provides a demand management terminal, which includes a memory, a processor, and a control program of the demand management terminal stored on the memory and executable on the processor, wherein the control program of the demand management terminal implements the steps of the demand management method as described above when being executed by the processor.
In addition, in order to achieve the above object, the present invention also provides a computer-readable storage medium having stored thereon a control program of a demand management terminal, which when executed by a processor, implements the steps of the demand management method as described above.
According to the demand management method, the demand management terminal and the computer readable storage medium provided by the embodiment of the invention, a demand creation interface is output firstly, demand information is acquired through the demand creation interface, then a demand splitting interface is output, the demand information is displayed in the demand splitting interface, sub-demands are created through the demand splitting interface, sub-demand information corresponding to the sub-demands is acquired, a target node is determined according to a preset processing flow and the sub-demand information, and the target node and the sub-demand information are associated and stored. Therefore, the effects of simplifying the requirement management steps and improving the software development efficiency are achieved.
Drawings
FIG. 1 is a schematic diagram of a terminal structure of a hardware operating environment according to an embodiment of the present invention;
FIG. 2 is a flow chart of an embodiment of a demand management method according to the present invention;
FIG. 3 is a flow chart of another embodiment of the present invention;
fig. 4 is a flow chart of a further embodiment of the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the scope of the invention.
In the software development process, each environment in the general development process is completed by a separate processing team. This results in that the docking process in each of the different environments can only be realized by means of a delivery order or the like. When the places where different teams are located are far apart or the docking content is complicated, the docking efficiency is low, and corresponding handler is not easy to locate. This has the disadvantage of low software development efficiency.
To solve the above-mentioned drawbacks, an embodiment of the present invention provides a demand management method, a demand management terminal, and a computer-readable storage medium, where the main scheme of the demand management method includes:
outputting a demand creation interface, and acquiring demand information through the demand creation interface;
outputting a demand splitting interface, displaying the demand information in the demand splitting interface, creating sub-demands through the demand splitting interface, and acquiring sub-demand information corresponding to the sub-demands;
and determining a target node according to a preset processing flow and the sub-demand information, and storing the target node and the sub-demand information in an associated mode.
As shown in fig. 1, fig. 1 is a schematic diagram of a terminal structure of a hardware running environment according to an embodiment of the present invention.
The terminal in the embodiment of the invention can be terminal equipment such as a server.
As shown in fig. 1, the terminal may include: a processor 1001, such as a CPU, a network interface 1004, a user interface 1003, a memory 1005, a communication bus 1002. Wherein the communication bus 1002 is used to enable connected communication between these components. The user interface 1003 may include a Display screen (Display), an input unit such as a Keyboard (Keyboard), a mouse, etc., and the optional user interface 1003 may further include a standard wired interface, a wireless interface. The network interface 1004 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface). The memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile memory), such as a disk memory. The memory 1005 may also optionally be a storage device separate from the processor 1001 described above.
It will be appreciated by those skilled in the art that the terminal structure shown in fig. 1 is not limiting of the terminal and may include more or fewer components than shown, or may combine certain components, or a different arrangement of components.
As shown in fig. 1, an operating system, a network communication module, a user interface module, and a control program of a demand management terminal may be included in a memory 1005 as one type of computer storage medium.
In the terminal shown in fig. 1, the network interface 1004 is mainly used for connecting to a login terminal; the processor 1001 may be configured to call a control program of the demand management terminal stored in the memory 1005 and perform the following operations:
outputting a demand creation interface, and acquiring demand information through the demand creation interface;
outputting a demand splitting interface, displaying the demand information in the demand splitting interface, creating sub-demands through the demand splitting interface, and acquiring sub-demand information corresponding to the sub-demands;
and determining a target node according to a preset processing flow and the sub-demand information, and storing the target node and the sub-demand information in an associated mode.
Further, the processor 1001 may call a control program of the demand management terminal stored in the memory 1005, and further perform the following operations:
when the login operation corresponding to the target node is detected, a communication address corresponding to a target terminal initiating the login operation is obtained;
and sending the sub-demand information based on the communication address, wherein the target terminal outputs the sub-demand information when receiving the sub-demand information.
Further, the processor 1001 may call a control program of the demand management terminal stored in the memory 1005, and further perform the following operations:
when a login request is received, acquiring account information corresponding to the login request;
when the account type corresponding to the account information is a preset type, controlling the login request initiating terminal to display a demand creation control;
and executing the output demand creation interface when the demand creation control is detected to be triggered, and acquiring demand information through the demand creation interface.
Further, the processor 1001 may call a control program of the demand management terminal stored in the memory 1005, and further perform the following operations:
after the demand processing is finished, outputting an evaluation interface, and receiving grading data corresponding to the demand processing nodes through the evaluation interface;
and determining a scoring result corresponding to the demand processing node according to the scoring data.
Further, the processor 1001 may call a control program of the demand management terminal stored in the memory 1005, and further perform the following operations:
acquiring communication data of a user associated with the target node;
and sending prompt information of the update of the demand to the user based on the communication data.
Referring to fig. 2, in an embodiment of the demand management method of the present invention, the demand management method includes the following steps:
s10, outputting a demand creation interface, and acquiring demand information through the demand creation interface;
step S20, outputting a demand splitting interface, displaying the demand information in the demand splitting interface, creating sub-demands through the demand splitting interface, and acquiring sub-demand information corresponding to the sub-demands;
and step S30, determining a target node according to a preset processing flow and the sub-demand information, and storing the target node and the sub-demand information in an associated mode.
In this embodiment, the above steps may be implemented by a server to implement the demand management method. Wherein, the server can be connected with the terminal.
Specifically, the user can create a connection channel with the server on the terminal by inputting the connection address of the server or opening a preset APP and the like. After the server establishes communication connection with the terminal, the interface may be pushed to the server to output the pushed interface based on the terminal.
Further, the server may output a requirement creation interface through the terminal, where the requirement creation interface is used to obtain requirement information input by the user. The requirement information may include an input area of a requirement identifier such as a requirement name. For example, a text entry box may be provided in the demand creation interface for the user to enter the demand name via the text entry box. The requirement creation interface may be further provided with a requirement presenter information setting area. The requirement proposer information may include a requirement proposer identification setting area, a requirement proposer department setting area, a business party information setting area, a requirement according to a person setting area, a requirement follow-up person setting area, and the like. Wherein each setting area may be provided with a through-setting text entry box and/or a setting option selection box. The user can select the specific value corresponding to each parameter through an active input or objective selection mode.
The demand creation interface may further include demand time limit information, that is, a time when the demand is required to be completed, and a demand completer information setting area. The server can acquire the requirement time limit information and the requirement accomplishment information through the requirement creation interface.
After the requirement information input by the user is obtained, a requirement splitting interface corresponding to the requirement information can be output, and the requirement information is displayed in the requirement splitting interface, namely, the requirement information corresponding to the father requirement corresponding to the child requirement to be created is displayed in the requirement splitting interface. Creating sub-requirements through the requirement splitting interface, and acquiring sub-requirement information corresponding to the sub-requirements
Specifically, a sub-requirement name, processor information corresponding to the sub-requirement, and other setting areas are set in the requirement splitting interface. The requirement information can be actively input by a user through a text box arranged in the requirement splitting interface. And/or setting a plurality of selectable options in the demand differential interface, wherein the selectable options are selected by a user in a mode of selecting.
Further, after the sub-requirement information corresponding to the sub-requirement is obtained, a preprocessing flow may be obtained. The preprocessing flow is a preset sub-requirement in the system. For example, it may be configured that after the sub-requirement is generated, the sub-requirement is sent to a program processing group or the like.
Specifically, after the sub-demand information is obtained, determining that the sub-demand is currently destined for a programming team according to the preset processing flow, determining a specific butt joint user of the programming team according to the demand information, and then taking a node corresponding to the specific butt joint user as a target node. And after the destination node is determined, the sub-requirement is associated with a message destination node and stored.
Optionally, after the target node is stored in association with the sub-requirement, communication data of the user corresponding to the target node may also be obtained. The communication data may be a telephone number, a mailbox, etc. And after the communication data is determined, sending a demand update prompt message to a user based on the communication data. To indicate to the user that the demand has been updated and needs to be handled as soon as possible.
In the technical scheme disclosed in the embodiment, a demand creation interface is output first, demand information is acquired through the demand creation interface, then a demand splitting interface is output, the demand information is displayed in the demand splitting interface, sub-demands are created through the demand splitting interface, sub-demand information corresponding to the sub-demands is acquired, a target node is determined according to a preset processing flow and the sub-demand information, and the target node and the sub-demand information are associated and stored. Therefore, the effects of simplifying the requirement management steps and improving the software development efficiency are achieved.
Referring to fig. 3, based on the above embodiment, in another embodiment, after the step S30, the method further includes:
step S40, when the login operation corresponding to the target node is detected, a communication address corresponding to a target terminal which initiates the login operation is obtained;
and step S50, transmitting the sub-demand information based on the communication address, wherein the target terminal outputs the sub-demand information when receiving the sub-demand information.
In this embodiment, the user can log in the demand management terminal of the server through the terminal. In the login process of the demand management terminal, a user can log in based on an account number and password mode.
When receiving a login request, a server acquires an account password corresponding to the login request, and then authenticates the account password. And when the account password does not have the login right, outputting prompt information of account password error. And when the account password has the login right, determining node information corresponding to the account password. And when the node corresponding to the account number password is the target node, acquiring the communication address of the target terminal initiating the login operation. And transmitting the sub-requirement information to the target terminal based on the communication address. And when the target terminal receives the sub-requirement information, outputting the sub-requirement information.
Optionally, before the step S10, the method further includes the steps of obtaining account information corresponding to the login request when the login request is received, controlling the login request initiating terminal to display a demand creation control when the account type corresponding to the account information is a preset type, executing the output demand creation interface when the demand creation control is detected to be triggered, and obtaining the demand information through the demand creation interface.
Specifically, when a login request is received, acquiring account information corresponding to the login request, and when the account type corresponding to the account information is a preset type, managing a terminal page through a requirement corresponding to the account of the preset type. In the demand management terminal page, the demand creation control may be displayed. And enabling a user to trigger the demand creation control in the demand management terminal page. And outputting a demand creation interface when the demand creation control is detected to be triggered.
Referring to fig. 4, any of the embodiments described above are based. In yet another embodiment, after the step S30, the method further includes:
step S60, outputting an evaluation interface, and receiving grading data corresponding to the demand processing nodes through the evaluation interface;
and step S70, determining a grading result corresponding to the demand processing node according to the grading data.
In this embodiment, after detecting that a demand process ends, a demand evaluation page may be output to receive, through the evaluation interface, score data corresponding to a demand processing node, where the score data may be given by a demand provider according to a demand completion situation. And determining a scoring result corresponding to the demand processing nodes according to the scoring data, so as to determine the completion degree of each demand processing node to the demand according to the scoring result.
In addition, the embodiment of the invention also provides a demand management terminal, which comprises a memory, a processor and a control program of the demand management terminal, wherein the control program of the demand management terminal is stored in the memory and can run on the processor, and the control program of the demand management terminal realizes the steps of the demand management method in each embodiment when being executed by the processor.
In addition, the embodiment of the present invention also proposes a computer readable storage medium, on which a control program of a demand management terminal is stored, which when executed by a processor, implements the steps of the demand management method described in the above embodiments.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system 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 system. 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 system that comprises the element.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) as described above, comprising instructions for causing a terminal device (which may be a smart phone or the like) to perform the method according to the embodiments of the present invention.
The foregoing description is only of the preferred embodiments of the present invention, and is not intended to limit the scope of the invention, but rather is intended to cover any equivalents of the structures or equivalent processes disclosed herein or in the alternative, which may be employed directly or indirectly in other related arts.

Claims (6)

1. A demand management method, characterized in that the demand management method comprises the steps of:
outputting a demand creation interface and acquiring demand information through the demand creation interface, wherein the demand creation interface is provided with a text input box for inputting a demand name and a demand completer information setting area;
outputting a demand splitting interface, and displaying the demand information corresponding to the father demand corresponding to the child demand to be created in the demand splitting interface, so as to create the child demand through the demand splitting interface, and acquiring the child demand information corresponding to the child demand, wherein the demand splitting interface is provided with a child demand name and processor information corresponding to the child demand;
after the information of the sub-requirement corresponding to the sub-requirement is acquired, acquiring a preset processing flow, wherein the preset processing flow is the sub-requirement preset in the system;
determining a target node according to the preset processing flow and the sub-demand information, and storing the target node and the sub-demand information in an associated manner, wherein the steps of determining the target node according to the preset processing flow and the sub-demand information, and storing the target node and the sub-demand information in an associated manner include: determining that the sub-demand is currently destined for a programming team according to the preset processing flow, determining a specific butt joint user which becomes the programming team based on the demand information, taking a node corresponding to the specific butt joint user as a target node, and storing the sub-demand and the target node in an associated manner;
when the login operation corresponding to the target node is detected, a communication address corresponding to a target terminal initiating the login operation is obtained;
transmitting the sub-demand information based on the communication address, wherein the target terminal outputs the sub-demand information when receiving the sub-demand information;
after the end of the demand processing is detected, outputting a demand evaluation interface to receive scoring data corresponding to a demand processing node through the evaluation interface, wherein the scoring data is given by a demand provider according to the demand completion condition;
and determining a scoring result corresponding to the demand processing nodes according to the scoring data, so as to determine the completion degree of each demand processing node to the demand according to the scoring result.
2. The demand management method of claim 1, wherein before the step of outputting a demand creation interface and acquiring demand information through the demand creation interface, further comprising:
when a login request is received, acquiring account information corresponding to the login request;
when the account type corresponding to the account information is a preset type, controlling the login request initiating terminal to display a demand creation control;
and executing the output demand creation interface when the demand creation control is detected to be triggered, and acquiring demand information through the demand creation interface.
3. The demand management method of claim 1, wherein the demand information includes a demand identification, demand presenter information, demand time limit information.
4. The method for demand management as set forth in claim 1, wherein after the step of determining a target node according to a preset process flow and the sub-demand information and storing the target node in association with the sub-demand information, the method further comprises:
acquiring communication data of a user associated with the target node;
and sending prompt information of the update of the demand to the user based on the communication data.
5. A demand management terminal, characterized in that the demand management terminal comprises: a memory, a processor, and a control program of a demand management terminal stored on the memory and executable on the processor, which when executed by the processor, implements the steps of the demand management method according to any one of claims 1 to 4.
6. A computer-readable storage medium, wherein a control program of a demand management terminal is stored on the computer-readable storage medium, which when executed by a processor, implements the steps of the demand management method according to any one of claims 1 to 4.
CN201911333809.5A 2019-12-20 2019-12-20 Demand management method, demand management terminal, and storage medium Active CN111078194B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911333809.5A CN111078194B (en) 2019-12-20 2019-12-20 Demand management method, demand management terminal, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911333809.5A CN111078194B (en) 2019-12-20 2019-12-20 Demand management method, demand management terminal, and storage medium

Publications (2)

Publication Number Publication Date
CN111078194A CN111078194A (en) 2020-04-28
CN111078194B true CN111078194B (en) 2023-08-18

Family

ID=70316781

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911333809.5A Active CN111078194B (en) 2019-12-20 2019-12-20 Demand management method, demand management terminal, and storage medium

Country Status (1)

Country Link
CN (1) CN111078194B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106257960A (en) * 2015-06-18 2016-12-28 中兴通讯股份有限公司 The method and apparatus of many equipment collaborations operation
CN107316137A (en) * 2017-06-20 2017-11-03 广东小天才科技有限公司 A kind of quick research and development management method and device, user equipment
CN107592351A (en) * 2017-09-06 2018-01-16 北京锐安科技有限公司 A kind of multi-user's distribution subscription method and system based on Redis
CN107786425A (en) * 2016-09-12 2018-03-09 平安科技(深圳)有限公司 Information off-line treating method and apparatus
CN107909334A (en) * 2017-10-24 2018-04-13 中国平安人寿保险股份有限公司 A kind of project management method, device, server and computer-readable recording medium
CN109462545A (en) * 2018-12-26 2019-03-12 北京云中融信网络科技有限公司 Message delet method and device
CN109711802A (en) * 2018-12-14 2019-05-03 深圳壹账通智能科技有限公司 Item information processing method, device, computer equipment and storage medium

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106257960A (en) * 2015-06-18 2016-12-28 中兴通讯股份有限公司 The method and apparatus of many equipment collaborations operation
CN107786425A (en) * 2016-09-12 2018-03-09 平安科技(深圳)有限公司 Information off-line treating method and apparatus
CN107316137A (en) * 2017-06-20 2017-11-03 广东小天才科技有限公司 A kind of quick research and development management method and device, user equipment
CN107592351A (en) * 2017-09-06 2018-01-16 北京锐安科技有限公司 A kind of multi-user's distribution subscription method and system based on Redis
CN107909334A (en) * 2017-10-24 2018-04-13 中国平安人寿保险股份有限公司 A kind of project management method, device, server and computer-readable recording medium
CN109711802A (en) * 2018-12-14 2019-05-03 深圳壹账通智能科技有限公司 Item information processing method, device, computer equipment and storage medium
CN109462545A (en) * 2018-12-26 2019-03-12 北京云中融信网络科技有限公司 Message delet method and device

Also Published As

Publication number Publication date
CN111078194A (en) 2020-04-28

Similar Documents

Publication Publication Date Title
CN108255730B (en) Software interface testing method, testing equipment, storage medium and device
US9299041B2 (en) Obtaining data from unstructured data for a structured data collection
US9053136B2 (en) Systems and methods for identifying contacts as users of a multi-tenant database and application system
WO2014206071A1 (en) Systems and methods for user group management
CN104253686A (en) Account number login method, equipment and system
CN109688183B (en) Group control equipment identification method, device, equipment and computer readable storage medium
CN109657899B (en) Item processing method, device, equipment and readable storage medium
CN110290218B (en) File annotation method and system, and computer readable medium
WO2021068765A1 (en) Web page screenshot method and apparatus, device, and computer-readable storage medium
US20120330914A1 (en) Server, inter-business enterprise information control method and computer program
US8307040B2 (en) Reducing errors in sending file attachments
US20140006299A1 (en) Connecting candidates and employers using concise messaging
CN111078194B (en) Demand management method, demand management terminal, and storage medium
CN111061637B (en) Interface testing method, interface testing device and storage medium
CN111125205B (en) Signboard data display method, terminal and storage medium
US9471650B2 (en) System and method for contextual workflow automation
JP7129578B1 (en) Apparatus, method and program for supporting software source code generation
CN107423785B (en) Work task confirmation method, system, device and storage medium based on two-dimension code
CN113285915A (en) Registration management method and device and private cloud control server
US20150195237A1 (en) Mail extraction method, mail extraction device, and program
CN112035773A (en) Data processing method and server side equipment
CN112260933A (en) Communication method, communication device, electronic equipment and medium
CN111598707A (en) Page generation method and electronic equipment
JP2001282638A (en) Electronic mail device and computer-readable recording medium recorded with computer program
CN110602057B (en) Server login approval method and device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20221229

Address after: 510000 building 6, No. 20, Huahai street, Fangcun, Liwan District, Guangzhou City, Guangdong Province (office only)

Applicant after: GUANGZHOU PINWEI SOFTWARE Co.,Ltd.

Address before: 510000 room 01, No.314, Fangcun Avenue middle, Liwan District, Guangzhou City, Guangdong Province

Applicant before: GUANGZHOU WEIPINHUI RESEARCH INSTITUTE CO.,LTD.

GR01 Patent grant
GR01 Patent grant