CN111783121B - Data processing method, device, equipment and storage medium - Google Patents

Data processing method, device, equipment and storage medium Download PDF

Info

Publication number
CN111783121B
CN111783121B CN202010625446.9A CN202010625446A CN111783121B CN 111783121 B CN111783121 B CN 111783121B CN 202010625446 A CN202010625446 A CN 202010625446A CN 111783121 B CN111783121 B CN 111783121B
Authority
CN
China
Prior art keywords
function
target
virtual object
template
target virtual
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
CN202010625446.9A
Other languages
Chinese (zh)
Other versions
CN111783121A (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.)
Taikang Health Industry Investment Holdings Co ltd
Taikang Insurance Group Co Ltd
Original Assignee
Taikang Health Industry Investment Holdings Co ltd
Taikang Insurance Group 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 Taikang Health Industry Investment Holdings Co ltd, Taikang Insurance Group Co Ltd filed Critical Taikang Health Industry Investment Holdings Co ltd
Priority to CN202010625446.9A priority Critical patent/CN111783121B/en
Publication of CN111783121A publication Critical patent/CN111783121A/en
Application granted granted Critical
Publication of CN111783121B publication Critical patent/CN111783121B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Abstract

The embodiment of the invention provides a data processing method, a device, equipment and a storage medium, wherein the method comprises the following steps: acquiring target data of a target virtual object, wherein the target data comprises attributes of the target virtual object, and the attributes are used for representing the type and authority level of the target virtual object; according to the type and authority level of the target virtual object, a target function template matched with the target virtual object is obtained from a plurality of function templates, and each function template in the plurality of function templates is formed by the operation function of at least one operation system; and executing authorization operation on the target virtual object according to the target function template, so that the target virtual object has a target operation function in the target function template. The method provided by the embodiment can solve the problems that the operation steps are complicated and resources are wasted in the informatization management process in the prior art.

Description

Data processing method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to the technical field of data processing, in particular to a data processing method, a device, equipment and a storage medium.
Background
With the development of technology, more and more physical stores, companies and units begin to perform unified informatization management, so informatization management is particularly important.
In an information management system for physical stores, companies, and units, it is necessary to abstract the information management system into individual virtual institutions and manage the virtual institutions in a platform. The management work comprises establishment of institutions, posts and staff, and in the establishment process, the same functions are configured for the institutions of the same type. However, when many mechanisms of the same type are created, a great deal of repetitive labor is caused; when the function is newly added or subtracted by the mechanism of the same type, the function is manually added or subtracted to all the mechanisms which are created and have the same type, and a great deal of repetitive labor is also caused.
Therefore, the prior art has complicated operation steps and wastes resources in the informatization management process.
Disclosure of Invention
The embodiment of the invention provides a data processing method, a device, equipment and a storage medium, which are used for solving the problems that the operation steps are complicated and resources are wasted in the informatization management process in the prior art.
In a first aspect, an embodiment of the present invention provides a data processing method, including:
acquiring target data of a target virtual object, wherein the target data comprises attributes of the target virtual object, and the attributes are used for representing the type and authority level of the target virtual object;
according to the type and authority level of the target virtual object, a target function template matched with the target virtual object is obtained from a plurality of function templates, and each function template in the plurality of function templates is formed by the operation function of at least one operation system;
and executing authorization operation on the target virtual object according to the target function template, so that the target virtual object has a target operation function in the target function template.
Optionally, before the target function template matching the target virtual object is obtained from the plurality of function templates, the method further includes:
acquiring the operation function of each operation system;
generating a function package according to the operation functions of the operation systems aiming at each operation system;
and generating a plurality of function templates according to the function packages through random matching or preset rules, wherein each function template comprises at least one function package.
Optionally, the obtaining, according to the type and the authority level to which the target virtual object belongs, a target function template matched with the target virtual object from a plurality of function templates includes:
searching a target function template matched with the target virtual object through a preset mapping relation according to the type and the authority level of the target virtual object;
the preset mapping relationship is used for representing the corresponding relationship between the type and the authority level of the virtual object and the function template, and one type and one authority level correspond to one function template.
Optionally, the performing, according to the target function template, an authorization operation on the target virtual object includes:
transmitting the target function package and the authorization information in the target function template to the terminal of the target virtual object;
and the terminal indicating the target virtual object installs and runs the target function package according to the authorization information, so that the target virtual object has the operation function authority corresponding to the target operation function.
Optionally, the method further comprises:
generating an administrator account corresponding to the target virtual object according to the target operation function in the target function template and the target data;
the administrator account has an operation function authority corresponding to the target operation function and an authority for managing the target operation function.
Optionally, the method further comprises:
if the operation function in any function template is detected to be updated, randomly selecting at least one virtual object from the virtual objects using the function template;
according to the new operation function corresponding to the updated function template, executing the update authorization operation of the at least one virtual object, so that the target virtual object has the updated new operation function;
and monitoring the operation data of the new operation function corresponding to the at least one virtual object, and if no alarm information and no error reporting information exist, updating the new operation function authority corresponding to the new operation function to other virtual objects using the function template except the at least one virtual object, so that all the virtual objects using the function template have the new operation function.
Optionally, the method further comprises: and matching the new operation function authority corresponding to the new operation function to the administrator account, so that the administrator account has the new operation function authority corresponding to the new operation function and the authority for managing the new operation function.
In a second aspect, an embodiment of the present invention provides a data processing apparatus, including:
the system comprises a target data acquisition module, a target virtual object generation module and a target data processing module, wherein the target data acquisition module is used for acquiring target data of a target virtual object, the target data comprises attributes of the target virtual object, and the attributes are used for representing the type and the authority level of the target virtual object;
the target function template determining module is used for acquiring target function templates matched with the target virtual object from a plurality of function templates according to the type and the authority level of the target virtual object, wherein each function template in the plurality of function templates is formed by the operation function of at least one operation system;
and the authorization module is used for executing authorization operation on the target virtual object according to the target function template, so that the target virtual object has a target operation function in the target function template.
In a third aspect, an embodiment of the present invention provides a data processing apparatus, including: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executes computer-executable instructions stored in the memory such that the at least one processor performs the data processing method as described above in the first aspect and the various possible designs of the first aspect.
In a fourth aspect, embodiments of the present invention provide a computer readable storage medium having stored therein computer executable instructions which, when executed by a processor, implement the data processing method according to the first aspect and the various possible designs of the first aspect.
The data processing method, the device, the equipment and the storage medium provided by the embodiment acquire target data of a target virtual object, and then acquire a target function template matched with the target virtual object from a plurality of function templates based on the target data, wherein the target function template is used as the function template for the target virtual object, and each function template in the plurality of function templates is formed by the operation function of at least one operation system; and then, according to the target operation function in the target function template, executing the authorization operation on the target virtual object, so that the target virtual object has the target operation function, and the operation function authority of the target virtual object can be endowed without complicated steps and a large number of repeated actions, so that the target virtual object has the target operation function. Therefore, according to the target data, the operation function authority of the target virtual object can be given through matching of the function templates, so that the target virtual object has the target operation function, the operation steps are simplified, and resources are saved.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions of the prior art, the drawings that are needed in the embodiments or the description of the prior art will be briefly described below, it will be obvious that the drawings in the following description are some embodiments of the present invention, and that other drawings can be obtained according to these drawings without inventive effort to a person skilled in the art.
FIG. 1 is an interaction schematic diagram of a data processing method according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a data processing method according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a data processing method according to another embodiment of the present invention;
FIG. 4 is a schematic diagram of a data processing apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of a data processing device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terms "first," "second," "third," "fourth" and the like in the description and in the claims and in the above drawings, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments of the invention described herein may be implemented, for example, in sequences other than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
Currently, in the stage of creating institutions (i.e. virtual objects), the authority owned by the institutions needs to be selected, when a plurality of institutions of the same type are created, the same function selection operation is operated five times, and if more institutions are created, the complexity is higher. After the establishment of the organization, the establishment of the post is needed, the establishment of staff is needed after the post, and the staff is needed to be endowed with the post after the post, so that one staff can log in and configure the content under the organization, and therefore, the operation steps are complex and resources are wasted.
In order to solve the technical problems, the technical concept of the invention is to create a plurality of function templates, one function template corresponds to one type of virtual object, when the operation function is configured on the virtual object, the operation function authority in the function template matched with the virtual object is only required to be authorized to the virtual object, so that the operation function is corresponding, the operation steps are simple, the resources are saved, and the data processing process has higher flexibility.
Referring to fig. 1, fig. 1 is an interaction schematic diagram of a data processing method provided by an embodiment of the present invention, in fig. 1, an execution body may be a terminal or a server, and in this embodiment, specific steps for implementing data processing are as follows:
the user inputs basic information of the virtual object to be created through the terminal device 20 (the terminal device may be a terminal configured with an information management system or a user terminal configured with a communication with the information management system), where the virtual object to be created is a target virtual object, and the target virtual object may be one or a plurality of target virtual objects. The server 10 (serving as a server of the information management system) acquires the attribute of the virtual object to be created from the basic information input by the terminal device 20, and then provides a matched function template for the virtual object to be created, so that the operation function in the function template is authorized to the virtual object to be created, and after the authorization is completed, the target virtual object is created, that is, the target virtual object has the target operation function, the execution process is simple, and the resources are saved. Meanwhile, the virtual objects with different attributes have the same execution process, and the matched function templates are different; and the virtual objects with the same attribute have the same executing process, especially when virtual objects are created in batches, the matched function templates can be issued simultaneously for operation function authorization for the virtual objects in batches, so that repeated steps are avoided, the operation is simplified, and the flexibility is realized.
Specifically, referring to fig. 2, fig. 2 is a flow chart of a data processing method according to an embodiment of the present invention, where the data processing method includes:
s101, acquiring target data of a target virtual object, wherein the target data comprises attributes of the target virtual object, and the attributes are used for representing the type and the authority level of the target virtual object.
In this embodiment, the target virtual object may be a virtual object to be created, and the virtual object may be an abstract object of any organization, for example, companies, units, entity stores, etc. that are abstracted into individual virtual objects, so that the virtual objects may be created and managed, and the created virtual objects may have corresponding operation function rights. Different virtual objects correspond to different types, as well as different levels of rights.
Specifically, the user inputs basic information of the target virtual object on the informatization management system configured on the terminal device through the input interface, wherein the basic information comprises target data, the target data can comprise attributes of the target virtual object, such as a company, a unit, or a physical store belonging to which level, and different levels have different operation function authorities, namely, different operation function authorities are authorized in the creation process, so that the target virtual object realizes matched operation functions on the informatization management system.
S102, according to the type and the authority level of the target virtual object, a target function template matched with the target virtual object is obtained from a plurality of function templates, and each function template in the plurality of function templates is formed by the operation function of at least one operation system.
In this embodiment, a plurality of function templates are provided for a target virtual object in the informatization management system, and the server may select a function template according to the attribute of the target virtual object, and then authorize an operation function in the selected function template to the virtual object, so that the virtual object has an operation function authority, thereby implementing an operation function, and implementing informatization unified management.
Referring to fig. 3, fig. 3 is a flow chart of a data processing method according to another embodiment of the invention. In order to provide a plurality of function templates, the present embodiment describes in detail how a plurality of function templates are created on the basis of the above-described embodiments. Before the obtaining the target function template matched with the target virtual object from the plurality of function templates, the method may further include:
s201, acquiring operation functions of each operation system.
S202, generating a function package according to the operation functions of the operation systems for each operation system.
S203, generating a plurality of function templates according to the function packages through random matching or preset rules, wherein each function template comprises at least one function package.
In this embodiment, each function template is formed by an operation function of at least one operating system, and in practical application, each function template includes at least one operating system, for example, the function template 1 is an operation function including the operating system 1 and the operating system 2, that is, the function template 1 may use the operating system 1 and the operating system 2.
Specifically, in order to create a function template conforming to various virtual objects, all operation functions are first obtained from all available operation systems, and for each operation system, all operation functions in the operation system may be generated into a function package, where the function package may represent configuration information of one operation system, and the configuration information may include information of the operation functions.
Because different virtual objects have different operation function authorities, in order to realize the creation requirement of various virtual objects, different combinations can be realized for each functional package through random distribution or distribution according to preset rules, so that each type of virtual object can be matched with the corresponding functional template. For example, the function package includes a function package 1, a function package 2 and a function package 3, and the function template 1 may be formed by the function package 1 and the function package 2; the function template 2 can be composed of a function package 2 and a function package 3; the function template 3 may be constituted by a function package 3. Therefore, the creating rule of the function template is not limited herein, and only the function template is required to be defined to be composed of the functions of the operating systems, and the corresponding operating systems can be used in the informatization management system by using the function template, so that specific operation functions are realized, and informatization unified management is realized.
S103, according to the target function template, performing authorization operation on the target virtual object, so that the target virtual object has a target operation function in the target function template.
In this embodiment, after determining a target function template that conforms to an operation function used by a target virtual object, the target operation function in the target function template is authorized to the target virtual object, so that the target virtual object has the target operation function, and the creation of the target virtual object is completed.
Optionally, at the same time, an administrator account for the target virtual object may also be generated. That is, the data processing method may further include: and generating an administrator account corresponding to the target virtual object according to the target operation function in the target function template and the target data.
The administrator account has an operation function authority corresponding to the target operation function and an authority for managing the target operation function.
In this embodiment, after selecting one template in the template list, an operation function authority may be assigned to the created target virtual object, and an administrator account having all operation functions of the target virtual object is generated to perform subsequent operations, where the generated administrator account may be of a super administrator type, and if the operation function authority corresponding to the target virtual object has an increase or decrease operation, the functions owned by the generated super administrator may also be updated synchronously. The administrator account can realize a target operation function and can also manage the operation function authority corresponding to the target operation function.
According to the data processing method provided by the embodiment, target data of a target virtual object are obtained, and then a target function template matched with the target virtual object is obtained from a plurality of function templates based on the target data and used as a function template used by the target virtual object, wherein each function template in the plurality of function templates is formed by an operation function of at least one operation system; and then, according to the target operation function in the target function template, executing the authorization operation on the target virtual object, so that the target virtual object has the target operation function, and the operation function authority of the target virtual object can be endowed without complicated steps and a large number of repeated actions, so that the target virtual object has the target operation function. Therefore, according to the target data, the operation function authority of the target virtual object can be given through matching of the function templates, so that the target virtual object has the target operation function, the operation steps are simplified, and resources are saved.
In practical application, the number of virtual objects to be created may be multiple, that is, the number of target virtual objects is multiple, after the target data of each target virtual object is obtained, the type of the target virtual object can be determined according to the attribute of the target virtual object of the target data, the target virtual objects with the same type are used as one type of virtual object, and the corresponding target function templates are matched for each type of virtual object. For example, the class a virtual object (including virtual object 1 and virtual object 2) corresponds to the function template 1, the class B virtual object (including virtual object 3, virtual object 4 and virtual object 5) corresponds to the function template 2, and the like, and the operation functions of the function templates are simultaneously authorized to one class of virtual objects conforming to the target function template according to the determined operation functions of the target function templates, for example, the operation functions of the function templates 1 are authorized to the class a virtual objects, namely the virtual objects 1 and 2; the operation functions of the function template 2 are authorized to B-class virtual objects, namely a virtual object 3, a virtual object 4 and a virtual object 5, so that each virtual object can have the authority of the corresponding operation function, further the corresponding operation function is realized, and the creation of the corresponding virtual object is completed. The process can realize the authorization of the operation function by directly matching the corresponding function templates with the corresponding virtual objects according to the attribute without a large number of repeated operations, and the same operation functions are not required to be configured one by one or configured layer by layer, so that the operation steps are simplified, the resources are saved, and the flexibility of the creation process is embodied.
Optionally, how to obtain the target function template matching the target virtual object from the multiple function templates, the embodiment describes the data processing method in detail based on the above embodiment, for example, based on the embodiment described in fig. 2. The obtaining, from a plurality of function templates, a target function template matching the target virtual object according to the type and the authority level to which the target virtual object belongs may include:
and searching a target function template matched with the target virtual object through a preset mapping relation according to the type and the authority level to which the target virtual object belongs.
The preset mapping relationship is used for representing the corresponding relationship between the type and the authority level of the virtual object and the function template, and one type and one authority level correspond to one function template.
In this embodiment, a mapping relationship exists between a type and a permission level of a virtual object and a function template, and according to the type and the permission level of the target virtual object, a target function template used for creating the target virtual object can be correspondingly found.
Specifically, for example, the type to which the virtual object 1 belongs is class a, and the authority level is level a; the type of virtual object 2 is class a and the permission level is level B; the type of the virtual object 3 is class B, and the authority level is level a; the type of the virtual object 4 is class C and the authority level is level B. For example, the mapping relationship is that class a corresponds to the function template 1, class a corresponds to the function template 2, class B corresponds to the function template 3, class c corresponds to the function template 4. Therefore, according to the type and the authority level of the target virtual object, the target function template provided for the target virtual object can be obtained through the preset mapping relation, and the operation function of the operation system in the target function template is authorized to the target virtual object, so that the target virtual object can enjoy the authority of using the operation system in the target function template, and the operation function in the target function template is further realized. Therefore, the target function template matched with the target virtual object can be found according to the preset mapping relation, and the function configuration is not required step by step, so that the operation steps are simplified, and resources are saved.
Optionally, how to authorize the target virtual object, the embodiment describes in detail S103 on the basis of the foregoing embodiment. The authorization operation for the target virtual object according to the target function template can be realized by the following steps:
and a1, transmitting the target function package and the authorization information in the target function template to the terminal of the target virtual object.
And a step a2 of indicating the terminal of the target virtual object to install and run the target function package according to the authorization information, so that the target virtual object has the operation function authority corresponding to the target operation function.
In this embodiment, the target function template includes a corresponding target function package and authorization information of the target function package, and when the target virtual object is authorized, the terminal of the target virtual object needs to use the authorization information to obtain the use permission of the target function package after downloading the target function package.
Specifically, firstly, the server needs to send the target function package and the authorization information contained in the target function template to the terminal of the target virtual object, instruct the terminal of the target virtual object to download, install and run the target function package according to the authorization information, and after the running is completed, the server can have the target operation function of the target function package, so that the operating system in the target function package can be used. Therefore, in this embodiment, the creation of the target virtual object can be completed only by authorizing the operation function in the selected function template to the target virtual object. An administrator of the subsequent target virtual object can realize operation management through an administrator account.
Optionally, the function rights may be increased or decreased for the created function template, and the embodiment describes the data processing method in detail based on the above embodiment. The data processing method may further include the steps of:
and b1, randomly selecting at least one virtual object from the virtual objects using the function templates if the operation function in any function template is detected to have update.
And b2, executing the update authorization operation of the at least one virtual object according to the new operation function corresponding to the updated function template, so that the target virtual object has the updated new operation function.
And b3, monitoring operation data of the new operation function corresponding to the at least one virtual object, and if no alarm information and no error reporting information exist, updating the new operation function authority corresponding to the new operation function to other virtual objects using the function template except the at least one virtual object, so that all the virtual objects using the function template have the new operation function.
In this embodiment, if the rights given by the created virtual object are modified, the function template may be edited, and when the functions in the function template have increasing or decreasing operations, all the operating function rights enjoyed by the virtual object configured with the function template may be updated in batch, so that the rights of the function template are synchronized to the corresponding virtual object in real time.
Specifically, when the functions in the function template are deleted or added, at least one virtual object (i.e. a mechanism) configured with the function template enters a buffer period safety mechanism, and independently stores the operations and data related to the functions of increasing and decreasing the virtual objects, when the buffer period is over (the function template is created and has a buffer period length attribute), the operations and the data related to the functions of increasing and decreasing the virtual objects in the buffer period are automatically evaluated, if no alarm information and no error reporting information exist, the increasing and decreasing function authority is synchronously updated to all the virtual objects configured with the function template; if the evaluation result is that the alarm information exists or the error information exists, the function modules of the virtual object which enter the buffer period are rolled back to the version before the increase or decrease in batches. The unified management of the function authority is realized, and the operation steps are simple.
Optionally, if the function authority of the virtual object has an increase or decrease operation, the functions owned by the generated super administrator are synchronously updated. Specifically, it can be realized by the following means:
and matching the new operation function authority corresponding to the new operation function to the administrator account, so that the administrator account has the new operation function authority corresponding to the new operation function and the authority for managing the new operation function.
In this embodiment, when the functions in the function template have increasing or decreasing operations, all the operation function rights enjoyed by the virtual objects configured with the function template are updated in batches, so that the rights of the function template are synchronized to the corresponding virtual objects and account administrators in real time. The account administrator can realize the configuration of posts, personnel and authorities through the account logged in the virtual object.
Specifically, the updated new operation function authority information corresponding to the new operation function can be sent to a terminal used by an administrator, and the new operation function is loaded according to the received new operation function authority information by logging in the administrator account, so that the administrator account has the new operation function authority corresponding to the new operation function. The administrator account also has the authority to manage the new operation function, and is also used for authenticating the post of the virtual object needing to use the increase and decrease function.
Therefore, the invention can avoid repeated labor when initializing the virtual object (namely the organization) information, and can perform unified management of the function authority on the virtual objects of the same type, thereby optimizing the management mode. Meanwhile, the authority of the organization is managed by creating an administrator account, so that abuse of the function authority is prevented.
In order to implement the data processing method, the present embodiment provides a data processing apparatus. Referring to fig. 4, fig. 4 is a schematic structural diagram of a data processing apparatus according to an embodiment of the present invention; the data processing device 40 includes: a target data acquisition module 401, a target function template determination module 402, and an authorization module 403; a target data obtaining module 401, configured to obtain target data of a target virtual object, where the target data includes an attribute of the target virtual object, and the attribute is used to represent a type and a permission level to which the target virtual object belongs; a target function template determining module 402, configured to obtain, according to a type and a permission level to which the target virtual object belongs, a target function template that is matched with the target virtual object from a plurality of function templates, where each function template in the plurality of function templates is formed by an operation function of at least one operating system; and the authorization module 403 is configured to perform an authorization operation on the target virtual object according to the target function template, so that the target virtual object has a target operation function in the target function template.
The device provided in this embodiment may be used to implement the technical solution of the foregoing method embodiment, and its implementation principle and technical effects are similar, and this embodiment will not be described herein again.
Optionally, the apparatus further includes: a function template creation module; a function template creation module, configured to obtain an operation function of each of the operating systems before obtaining a target function template matched with the target virtual object from the plurality of function templates; generating a function package according to the operation functions of the operation systems aiming at each operation system; and generating a plurality of function templates according to the function packages through random matching or preset rules, wherein each function template comprises at least one function package.
Optionally, the target function template determining module 402 is specifically configured to: searching a target function template matched with the target virtual object through a preset mapping relation according to the type and the authority level of the target virtual object; the preset mapping relationship is used for representing the corresponding relationship between the type and the authority level of the virtual object and the function template, and one type and one authority level correspond to one function template.
Optionally, the authorization module 403 is specifically configured to: transmitting the target function package and the authorization information in the target function template to the terminal of the target virtual object; and the terminal indicating the target virtual object installs and runs the target function package according to the authorization information, so that the target virtual object has the operation function authority corresponding to the target operation function.
Optionally, the data processing apparatus further includes: a management account generation module; the management account generation module is used for generating an administrator account corresponding to the target virtual object according to the target operation function in the target function template and the target data; the administrator account has an operation function authority corresponding to the target operation function and an authority for managing the target operation function.
Optionally, the data processing apparatus further includes: updating a module; the updating module is used for randomly selecting at least one virtual object from the virtual objects using the function templates when detecting that the operation function in any function template is updated; according to the new operation function corresponding to the updated function template, executing the update authorization operation of the at least one virtual object, so that the target virtual object has the updated new operation function; and monitoring the operation data of the new operation function corresponding to the at least one virtual object, and if no alarm information and no error reporting information exist, updating the new operation function authority corresponding to the new operation function to other virtual objects using the function template except the at least one virtual object, so that all the virtual objects using the function template have the new operation function.
Optionally, the updating module is further configured to: and matching the new operation function authority corresponding to the new operation function to the administrator account, so that the administrator account has the new operation function authority corresponding to the new operation function and the authority for managing the new operation function.
In order to implement the data processing method, the present embodiment provides a data processing apparatus. Fig. 5 is a schematic structural diagram of a data processing device according to an embodiment of the present invention. As shown in fig. 5, the data processing apparatus 50 of the present embodiment includes: a processor 501 and a memory 502; wherein, the memory 502 is used for storing computer execution instructions; a processor 501 for executing computer-executable instructions stored in a memory to perform the steps performed in the above embodiments. Reference may be made in particular to the relevant description of the embodiments of the method described above.
The embodiment of the invention also provides a computer readable storage medium, wherein computer execution instructions are stored in the computer readable storage medium, and when a processor executes the computer execution instructions, the data processing method is realized.
In the several embodiments provided by the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described embodiments of the apparatus are merely illustrative, and for example, the division of the modules is merely a logical function division, and there may be additional divisions when actually implemented, for example, multiple modules may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or modules, which may be in electrical, mechanical, or other forms. In addition, each functional module in the embodiments of the present invention may be integrated in one processing unit, or each module may exist alone physically, or two or more modules may be integrated in one unit. The units formed by the modules can be realized in a form of hardware or a form of hardware and software functional units.
The integrated modules, which are implemented in the form of software functional modules, may be stored in a computer readable storage medium. The software functional module is stored in a storage medium, and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) or a processor (english: processor) to perform some of the steps of the methods according to the embodiments of the invention. It should be understood that the above processor may be a central processing unit (english: central Processing Unit, abbreviated as CPU), or may be other general purpose processors, digital signal processors (english: digital Signal Processor, abbreviated as DSP), application specific integrated circuits (english: application Specific Integrated Circuit, abbreviated as ASIC), or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of a method disclosed in connection with the present invention may be embodied directly in a hardware processor for execution, or in a combination of hardware and software modules in a processor for execution.
The memory may comprise a high-speed RAM memory, and may further comprise a non-volatile memory NVM, such as at least one magnetic disk memory, and may also be a U-disk, a removable hard disk, a read-only memory, a magnetic disk or optical disk, etc. The bus may be an industry standard architecture (Industry Standard Architecture, ISA) bus, an external device interconnect (Peripheral Component, PCI) bus, or an extended industry standard architecture (Extended Industry Standard Architecture, EISA) bus, among others. The buses may be divided into address buses, data buses, control buses, etc. For ease of illustration, the buses in the drawings of the present invention are not limited to only one bus or to one type of bus. The storage medium may be implemented by any type or combination of volatile or nonvolatile memory devices such as Static Random Access Memory (SRAM), electrically erasable programmable read-only memory (EEPROM), erasable programmable read-only memory (EPROM), programmable read-only memory (PROM), read-only memory (ROM), magnetic memory, flash memory, magnetic or optical disk. A storage media may be any available media that can be accessed by a general purpose or special purpose computer.
An exemplary storage medium is coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an application specific integrated circuit (Application Specific Integrated Circuits, ASIC for short). It is also possible that the processor and the storage medium reside as discrete components in an electronic device or a master device.
Those of ordinary skill in the art will appreciate that: all or part of the steps for implementing the method embodiments described above may be performed by hardware associated with program instructions. The foregoing program may be stored in a computer readable storage medium. The program, when executed, performs steps including the method embodiments described above; and the aforementioned storage medium includes: various media that can store program code, such as ROM, RAM, magnetic or optical disks.
Finally, it should be noted that: the above embodiments are only for illustrating the technical solution of the present invention, and not for limiting the same; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some or all of the technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit of the invention.

Claims (7)

1. A method of data processing, comprising:
acquiring target data of a target virtual object, wherein the target data comprises attributes of the target virtual object, and the attributes are used for representing the type and authority level of the target virtual object; the virtual object is an abstract object of an organization, and the organization is a company, a unit or a physical store;
searching a target function template matched with the target virtual object from a plurality of function templates through a preset mapping relation according to the type and the authority level of the target virtual object;
the preset mapping relation is used for representing the corresponding relation between the type and the authority level of the virtual object and the function template, wherein one type and one authority level correspond to one function template, and each function template in the plurality of function templates is formed by the operation function of at least one operation system;
transmitting the target function package and the authorization information in the target function template to the terminal of the target virtual object;
the terminal of the target virtual object is indicated to install and run the target function package according to the authorization information, so that the target virtual object has the operation function authority corresponding to the target operation function;
before said searching for a target function template matching said target virtual object from a plurality of function templates, said method further comprises:
acquiring the operation function of each operation system;
generating a function package according to the operation functions of the operation systems aiming at each operation system;
and generating a plurality of function templates according to the function packages through random matching or preset rules, wherein each function template comprises at least one function package.
2. The method according to claim 1, wherein the method further comprises:
generating an administrator account corresponding to the target virtual object according to the target operation function in the target function template and the target data;
the administrator account has an operation function authority corresponding to the target operation function and an authority for managing the target operation function.
3. The method according to claim 2, wherein the method further comprises:
if the operation function in any function template is detected to be updated, randomly selecting at least one virtual object from the virtual objects using the function template;
according to the new operation function corresponding to the updated function template, executing the update authorization operation of the at least one virtual object, so that the target virtual object has the updated new operation function;
and monitoring the operation data of the new operation function corresponding to the at least one virtual object, and if no alarm information and no error reporting information exist, updating the new operation function authority corresponding to the new operation function to other virtual objects using the function template except the at least one virtual object, so that all the virtual objects using the function template have the new operation function.
4. A method according to claim 3, characterized in that the method further comprises:
and matching the new operation function authority corresponding to the new operation function to the administrator account, so that the administrator account has the new operation function authority corresponding to the new operation function and the authority for managing the new operation function.
5. A data processing apparatus, comprising:
the system comprises a target data acquisition module, a target virtual object generation module and a target data processing module, wherein the target data acquisition module is used for acquiring target data of a target virtual object, the target data comprises attributes of the target virtual object, and the attributes are used for representing the type and the authority level of the target virtual object; the virtual object is an abstract object of an organization, and the organization is a company, a unit or a physical store;
the target function template determining module is used for searching a target function template matched with the target virtual object from a plurality of function templates through a preset mapping relation according to the type and the authority level of the target virtual object; the preset mapping relation is used for representing the corresponding relation between the type and the authority level of the virtual object and the function template, wherein one type and one authority level correspond to one function template, and each function template in the plurality of function templates is formed by the operation function of at least one operation system;
the authorization module is used for sending the target function package and the authorization information in the target function template to the terminal of the target virtual object; the terminal of the target virtual object is indicated to install and run the target function package according to the authorization information, so that the target virtual object has the operation function authority corresponding to the target operation function;
the function template creation module is used for acquiring the operation functions of each operation system before searching the target function template matched with the target virtual object from the plurality of function templates; generating a function package according to the operation functions of the operation systems aiming at each operation system; and generating a plurality of function templates according to the function packages through random matching or preset rules, wherein each function template comprises at least one function package.
6. A data processing apparatus, comprising: at least one processor and memory;
the memory stores computer-executable instructions;
the at least one processor executing computer-executable instructions stored in the memory causes the at least one processor to perform the data processing method of any one of claims 1 to 4.
7. A computer-readable storage medium, in which computer-executable instructions are stored which, when executed by a processor, implement the data processing method according to any one of claims 1 to 4.
CN202010625446.9A 2020-07-02 2020-07-02 Data processing method, device, equipment and storage medium Active CN111783121B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010625446.9A CN111783121B (en) 2020-07-02 2020-07-02 Data processing method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010625446.9A CN111783121B (en) 2020-07-02 2020-07-02 Data processing method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN111783121A CN111783121A (en) 2020-10-16
CN111783121B true CN111783121B (en) 2023-12-19

Family

ID=72757821

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010625446.9A Active CN111783121B (en) 2020-07-02 2020-07-02 Data processing method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN111783121B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114969699B (en) * 2022-07-27 2022-11-04 杭州海亮铭优在线教育科技有限公司 Batch permission configuration method, device, equipment and storage medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6775781B1 (en) * 1999-12-13 2004-08-10 Microsoft Corporation Administrative security systems and methods
JP2006185212A (en) * 2004-12-28 2006-07-13 Ricoh Software Kk Information management system, information management method and program
KR20090000544A (en) * 2007-02-16 2009-01-08 주식회사 신한은행 Browser security level(or authority) control program recording medium and system and method for providing program
CN104239764A (en) * 2014-10-15 2014-12-24 北京奇虎科技有限公司 Terminal device and system function management and control method and device of terminal device
CN107330344A (en) * 2017-07-01 2017-11-07 成都牵牛草信息技术有限公司 A kind of related information authorization method of list
CN109815735A (en) * 2019-01-23 2019-05-28 浙江安点科技有限责任公司 To the management-control method and system of different user access same asset file permission
CN110502482A (en) * 2019-07-05 2019-11-26 中国平安财产保险股份有限公司 User interface configuration method, system and data manipulation method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8117104B2 (en) * 2006-04-20 2012-02-14 Agiliance, Inc. Virtual asset groups in a compliance management system
US20090313079A1 (en) * 2008-06-12 2009-12-17 Microsoft Corporation Managing access rights using projects
US8959511B2 (en) * 2010-12-14 2015-02-17 Microsoft Corporation Template virtual machines

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6775781B1 (en) * 1999-12-13 2004-08-10 Microsoft Corporation Administrative security systems and methods
JP2006185212A (en) * 2004-12-28 2006-07-13 Ricoh Software Kk Information management system, information management method and program
KR20090000544A (en) * 2007-02-16 2009-01-08 주식회사 신한은행 Browser security level(or authority) control program recording medium and system and method for providing program
CN104239764A (en) * 2014-10-15 2014-12-24 北京奇虎科技有限公司 Terminal device and system function management and control method and device of terminal device
CN107330344A (en) * 2017-07-01 2017-11-07 成都牵牛草信息技术有限公司 A kind of related information authorization method of list
CN109815735A (en) * 2019-01-23 2019-05-28 浙江安点科技有限责任公司 To the management-control method and system of different user access same asset file permission
CN110502482A (en) * 2019-07-05 2019-11-26 中国平安财产保险股份有限公司 User interface configuration method, system and data manipulation method

Also Published As

Publication number Publication date
CN111783121A (en) 2020-10-16

Similar Documents

Publication Publication Date Title
CN108549580B (en) Method for automatically deploying Kubernets slave nodes and terminal equipment
CN109314642B (en) Counting system and method for secure voting and distribution implemented with blockchain
US11579893B2 (en) Systems and methods for separate storage and use of system BIOS components
CN105324750A (en) Development-environment system, development-environment device, and development-environment provision method and program
US10379894B1 (en) Lineage-based trust for virtual machine images
CN109995523B (en) Activation code management method and device and activation code generation method and device
CN112558946A (en) Method, device and equipment for generating code and computer readable storage medium
US10678626B2 (en) Distributed product deployment validation
CN111177703B (en) Method and device for determining data integrity of operating system
CN111783121B (en) Data processing method, device, equipment and storage medium
CN112187783B (en) Authentication method and device, electronic equipment and storage medium
US20180067972A1 (en) Automatically setting an auto-purge value to multiple tables within a database
CN115086047B (en) Interface authentication method and device, electronic equipment and storage medium
CN114157662B (en) Cloud platform parameter adaptation method, device, terminal equipment and storage medium
US11914717B2 (en) Information handling systems and related methods to cryptographically verify information handling system platform components and track events associated with the platform components
CN115857946A (en) Code generation method and device, electronic equipment and computer storage medium
CN110327626B (en) Virtual server creation method and device
WO2014158743A2 (en) Feature license-related repair/replacement processes and credit handling
CN111158771B (en) Processing method and device and computer equipment
CN114143187B (en) Intelligent platform interface network address management method, system, terminal and storage medium
CN114785847B (en) Network control software development configuration method, terminal and storage medium
CN112541756B (en) Block chain contract upgrading method and device, computer equipment and readable storage medium
US20230297724A1 (en) Hardware identity restoration post-device repair
US20220284089A1 (en) Device provisioning using secure credentials for a first deployment
CN117807568A (en) Installation permission control method and device based on Linux operating system, electronic 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
GR01 Patent grant
GR01 Patent grant