CN115129987A - Resource attribute determination method and device - Google Patents

Resource attribute determination method and device Download PDF

Info

Publication number
CN115129987A
CN115129987A CN202210749219.6A CN202210749219A CN115129987A CN 115129987 A CN115129987 A CN 115129987A CN 202210749219 A CN202210749219 A CN 202210749219A CN 115129987 A CN115129987 A CN 115129987A
Authority
CN
China
Prior art keywords
resource attribute
service
service object
main
additional
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210749219.6A
Other languages
Chinese (zh)
Inventor
张春钊
段坤优
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Feiniaoyu Information Technology Co ltd
Original Assignee
Feiniaoyu Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Feiniaoyu Information Technology Co ltd filed Critical Feiniaoyu Information Technology Co ltd
Priority to CN202210749219.6A priority Critical patent/CN115129987A/en
Publication of CN115129987A publication Critical patent/CN115129987A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9535Search customisation based on user profiles and personalisation
    • 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
    • G06Q30/00Commerce
    • G06Q30/06Buying, selling or leasing transactions
    • G06Q30/0601Electronic shopping [e-shopping]
    • G06Q30/0631Item recommendations

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Physics & Mathematics (AREA)
  • Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Development Economics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)

Abstract

The disclosure relates to the technical field of data processing, and provides a resource attribute determination method. In the method, a main business object and an additional business object are configured as one business object, and when the resource attribute of one business object comprising the main business object and the additional business object is determined, the resource attribute of the main business object can be determined according to the fixed resource attribute type and the dynamic resource attribute type of the business object, so that the resource attribute of the main business object can be determined according to the resource attribute type of the business object, the resource attribute corresponding to the target object determined by the embodiment is more accurate, the problem that in the manual calculation process, the calculation error of a resource attribute result caused by operation error is easy to occur is avoided, the accuracy and the efficiency of determining the resource attribute are improved, and the user experience is also improved.

Description

Resource attribute determination method and device
Technical Field
The present disclosure relates to the field of data processing technologies, and in particular, to a method and an apparatus for determining a resource attribute, a computer device, and a computer-readable storage medium.
Background
With the improvement of services, many merchants recommend matching of various products or services, for example, a set of clothes matched by the merchant is recommended together, or a family cleaning service and a family maintenance service are recommended together. In the prior art, a plurality of products or services need to be created and bound to form a combined product or service for sale, after a user places an order for the combined product/service, the combined product/service is separated according to the product/service, so that a plurality of products/services respectively generate a sub-order (respectively corresponding to each product/service), a main order is additionally generated, and then a supplier corresponding to each product/service is subjected to settlement related, and special processing needs to be performed on the order of the combined product to avoid repeated settlement.
However, the above method needs to create each product/service and then combine the products/services, which is tedious in operation and easy to omit; moreover, the resource attributes corresponding to the combined product/service are manually filled, so that errors are easy to occur; after the order is issued, a plurality of main orders and sub-orders can be generated, the creation and management of the main orders and the sub-orders are complex, and great troubles are brought to subsequent links such as cost statistics, settlement and the like. Moreover, in the manual calculation process, a problem of calculation error of the resource attribute result due to misoperation easily occurs, so that a lot of time is needed to manually and repeatedly inquire the error reason and correct the error, and further, a lot of manpower and time cost are consumed in the process, and the user experience of a service user is also influenced.
Disclosure of Invention
In view of this, the embodiments of the present disclosure provide a method and an apparatus for determining a resource attribute, a computer device, and a computer-readable storage medium, so as to solve the problem in the prior art that in a process of manually calculating a resource attribute, a calculation error of a resource attribute result is easily caused by an operation error.
In a first aspect of the embodiments of the present disclosure, a method for determining a resource attribute is provided, where the method includes:
acquiring a service object identifier of a target object;
if the service object corresponding to the service object identification comprises a main service object and an additional service object, acquiring resource attribute types of the main service object and the additional service object; the resource attribute determination type comprises a fixed resource attribute type and a dynamic resource attribute type;
determining the resource attribute of the main business object according to the resource attribute type of the main business object;
determining the resource attribute of the additional business object according to the resource attribute type of the additional business object;
and determining the resource attribute corresponding to the target object according to the resource attribute of the main service object and the resource attribute of the additional service object.
In a second aspect of the embodiments of the present disclosure, an apparatus for determining a resource attribute is provided, where the apparatus includes:
the identification acquisition unit is used for acquiring the service object identification of the target object;
an object obtaining unit, configured to obtain resource attribute types of a main service object and an additional service object if a service object corresponding to the service object identifier includes the main service object and the additional service object; the resource attribute determining type comprises a fixed resource attribute type and a dynamic resource attribute type;
a first determining unit, configured to determine a resource attribute of the main service object according to the resource attribute type of the main service object;
a second determining unit, configured to determine the resource attribute of the additional service object according to the resource attribute type of the additional service object;
and a third determining unit, configured to determine a resource attribute corresponding to the target object according to the resource attribute of the main service object and the resource attribute of the additional service object.
In a third aspect of the embodiments of the present disclosure, a computer device is provided, which includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and the processor implements the steps of the above method when executing the computer program.
In a fourth aspect of the embodiments of the present disclosure, a computer-readable storage medium is provided, which stores a computer program, which when executed by a processor, implements the steps of the above-mentioned method.
Compared with the prior art, the embodiment of the disclosure has the following beneficial effects: the embodiment of the disclosure can first obtain the service object identifier of the target object; if the service object corresponding to the service object identifier comprises a main service object and an additional service object, the resource attribute types of the main service object and the additional service object can be obtained; the resource attribute determining type comprises a fixed resource attribute type and a dynamic resource attribute type; then, the resource attribute of the main business object can be determined according to the resource attribute type of the main business object; and determining the resource attribute of the additional service object according to the resource attribute type of the additional service object; next, the resource attribute corresponding to the target object may be determined according to the resource attribute of the main service object and the resource attribute of the additional service object. It can be seen that, in this embodiment, the main service object and the additional service object may be configured as one service object, and when determining the resource attribute of one service object including the main service object and the additional service object, the resource attribute of the main service object may be determined according to the fixed resource attribute type and the dynamic resource attribute type of the service object, so that the resource attribute of the main service object may be determined according to the resource attribute type of the service object by this implementation, so that the resource attribute corresponding to the target object determined in this embodiment is more accurate, and a problem of a calculation error of a resource attribute result due to an operation error in a manual calculation process is also avoided, thereby improving accuracy and efficiency of determining the resource attribute, and improving user experience.
Drawings
To more clearly illustrate the technical solutions in the embodiments of the present disclosure, the drawings needed for the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present disclosure, and other drawings can be obtained by those skilled in the art without inventive efforts.
FIG. 1 is a scenario diagram of an application scenario of an embodiment of the present disclosure;
FIG. 2 is a flow chart of a method for determining resource attributes provided by an embodiment of the present disclosure;
FIG. 3 is a block diagram of an apparatus for determining resource attributes provided by an embodiment of the present disclosure;
fig. 4 is a schematic diagram of a computer device provided by an embodiment of the present disclosure.
Detailed Description
In the following description, for purposes of explanation and not limitation, specific details are set forth, such as particular system structures, techniques, etc. in order to provide a thorough understanding of the disclosed embodiments. However, it will be apparent to one skilled in the art that the present disclosure may be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present disclosure with unnecessary detail.
A method and an apparatus for determining resource attributes according to an embodiment of the present disclosure will be described in detail below with reference to the accompanying drawings.
In the prior art, because each product/service needs to be created respectively and then combined, the operation is complicated and the omission is easy; moreover, the cost corresponding to the combined product/service is manually filled, so that errors are easy to make; after the order is issued, a plurality of main orders and sub orders can be generated, the creation and management of the main orders and the sub orders are complex, and great troubles are brought to subsequent links such as cost statistics, settlement and the like. Moreover, in the manual calculation process, a problem of calculation error of the resource attribute result due to misoperation easily occurs, so that a lot of time is needed to manually and repeatedly inquire the error reason and correct the error, and further, a lot of manpower and time cost are consumed in the process, and the user experience of a service user is also influenced.
To solve the above problems. The invention provides a method for determining resource attribute, in the method, a service object identifier of a target object can be obtained firstly; if the service object corresponding to the service object identifier comprises a main service object and an additional service object, the resource attribute types of the main service object and the additional service object can be obtained; the resource attribute determining type comprises a fixed resource attribute type and a dynamic resource attribute type; then, the resource attribute of the main business object can be determined according to the resource attribute type of the main business object; and determining the resource attribute of the additional service object according to the resource attribute type of the additional service object; next, the resource attribute corresponding to the target object may be determined according to the resource attribute of the main service object and the resource attribute of the additional service object. It can be seen that, in this embodiment, the main service object and the additional service object may be configured as one service object, and when determining the resource attribute of one service object including the main service object and the additional service object, the resource attribute of the main service object may be determined according to the fixed resource attribute type and the dynamic resource attribute type of the service object, so that this implementation may determine the resource attribute of the main service object according to the resource attribute type of the service object, thereby making the resource attribute corresponding to the target object determined in this embodiment more accurate and shortening the time for determining the resource attribute, and also avoiding the problem that in the manual calculation process, the calculation error of the resource attribute result is easily caused by operation error, thereby improving the accuracy and efficiency for determining the resource attribute, the user experience is also improved.
For example, the embodiment of the present invention may be applied to an application scenario as shown in fig. 1. In this scenario, a terminal device 1 and a server 2 may be included.
The terminal device 1 may be hardware or software. When the terminal device 1 is hardware, it may be various electronic devices having a display screen and supporting communication with the server 2, including but not limited to a smart phone, a tablet computer, a laptop portable computer, a desktop computer, and the like; when the terminal device 1 is software, it may be installed in the electronic device as described above. The terminal device 1 may be implemented as a plurality of software or software modules, or may be implemented as a single software or software module, which is not limited by the embodiment of the present disclosure. Further, various applications, such as a data processing application, an instant messaging tool, social platform software, a search-type application, a shopping-type application, and the like, may be installed on the terminal device 1.
The server 2 may be a server providing various services, for example, a backend server receiving a request sent by a terminal device establishing a communication connection with the server, and the backend server may receive and analyze the request sent by the terminal device and generate a processing result. The server 2 may be one server, may also be a server cluster composed of a plurality of servers, or may also be a cloud computing service center, which is not limited in this disclosure.
The server 2 may be hardware or software. When the server 2 is hardware, it may be various electronic devices that provide various services to the terminal device 1. When the server 2 is software, it may be multiple software or software modules providing various services for the terminal device 1, or may be a single software or software module providing various services for the terminal device 1, which is not limited in the embodiment of the present disclosure.
The terminal device 1 and the server 2 may be connected in communication via a network. The network may be a wired network connected by a coaxial cable, a twisted pair cable, and an optical fiber, or may be a wireless network that can interconnect various Communication devices without wiring, for example, Bluetooth (Bluetooth), Near Field Communication (NFC), Infrared (Infrared), and the like, which is not limited in the embodiment of the present disclosure.
Specifically, the user may input the service object identifier of the target object through the terminal device 1, and the terminal device 1 sends the service object identifier of the target object to the server 2. The server 2 may first obtain the service object identifier of the target object. Then, if the service object corresponding to the service object identifier includes a main service object and an additional service object, the server 2 may obtain the resource attribute types of the main service object and the additional service object. Then, the server 2 may determine the resource attribute of the main service object according to the resource attribute type of the main service object, and the server 2 may determine the resource attribute of the additional service object according to the resource attribute type of the additional service object. Finally, the server 2 may determine the resource attribute corresponding to the target object according to the resource attribute of the main service object and the resource attribute of the additional service object. It can be seen that, in this embodiment, the main service object and the additional service object may be configured as one service object, and when determining the resource attribute of one service object including the main service object and the additional service object, the resource attribute of the main service object may be determined according to the fixed resource attribute type and the dynamic resource attribute type of the service object, so that this implementation may determine the resource attribute of the main service object according to the resource attribute type of the service object, thereby making the resource attribute corresponding to the target object determined in this embodiment more accurate and shortening the time for determining the resource attribute, and also avoiding the problem that in the manual calculation process, the calculation error of the resource attribute result is easily caused by operation error, thereby improving the accuracy and efficiency for determining the resource attribute, the user experience is also improved.
It should be noted that specific types, numbers, and combinations of the terminal device 1, the server 2, and the network may be adjusted according to actual requirements of an application scenario, and the embodiment of the present disclosure does not limit this.
It should be noted that the above application scenarios are only illustrated for the convenience of understanding the present disclosure, and the embodiments of the present disclosure are not limited in any way in this respect. Rather, embodiments of the present disclosure may be applied to any scenario where applicable.
Fig. 2 is a flowchart of a method for determining a resource attribute according to an embodiment of the present disclosure. A method of determining a resource attribute of fig. 2 may be performed by the terminal device or the server of fig. 1. As shown in fig. 2, the method for determining the resource attribute includes:
s201: and acquiring a business object identifier of the target object.
In this embodiment, the target object may be understood as an object that needs to be subjected to resource attribute determination, that is, an object that needs to be subjected to resource attribute determination, such as a product, an automobile, a house, a user, and the like. The business object can be understood as the business provided for the target object; for example, in a scene of recommending corresponding videos, commodities and gouges for a user, the user can understand the target object, and the business object can be videos, commodities and gouges; for another example, in a scenario where a corresponding automobile part is provided for a vehicle, the vehicle may be understood as a target object, and the business object may be an automobile part. The service object identifier is an identifier corresponding to the service object, and it should be noted that the service object identifier is a unique identifier of the service object, that is, service object identifiers corresponding to different service objects are different; for example, when the business object is a product, the business object identifier may be a product ID number corresponding to the product.
It should be noted that, in this embodiment, the service object identifier corresponding to the target object may be input by the user through the terminal device, or after the service object of the target object is selected for the user, the server acquires the service object identifier corresponding to the service object according to the service object.
S202: if the service object corresponding to the service object identification comprises a main service object and an additional service object, acquiring the resource attribute types of the main service object and the additional service object.
In this embodiment, the service object corresponding to the service object identifier may include a plurality of service objects, in this embodiment, a service object that can be acquired separately may be referred to as a main service object, and a service object that can be acquired only on the basis of acquiring the main service object may be referred to as an additional service object. For example, the business object is a dish, the main business object may be shredded pork with fish flavor, and the additional business object may be rice; the business object is insurance, the main business object can be main insurance, and the additional business object can be additional insurance.
The resource attribute determination class of the business object may understand a manner of determining the resource attribute of the resource attribute corresponding to the business object, for example, the resource attribute determination type may include a fixed resource attribute type and a dynamic resource attribute type. The fixed resource attribute type can be understood as that the resource attribute is a type fixed in advance; a dynamic resource attribute type may be understood as a type in which a resource attribute changes dynamically, that is, the resource attribute changes according to the situation.
It should be noted that the resource attribute may be understood as reflecting the amount of a certain type of resource that needs to be paid by the target object when the target object needs to use the business object, and may also be understood as a resource that needs to be paid by the target object in a resource allocation or transaction process that needs to be performed when the target object needs to use the business object; for example, when the target object is a video, the service object is a promotion service, and the resource attribute of the target object may include a promotion cost corresponding to the target object; for another example, when the target object is a user, the service object is a commodity, and the resource attribute of the target object may include an exchange point corresponding to the target object.
Because the resource attribute types of the business objects are different, the ways of determining the resource attributes of the business objects are also different. Therefore, in this embodiment, the resource attribute type of each business object may be preset. Thus, when it is determined that the service object corresponding to the service object identifier includes the main service object and the additional service object, the resource attribute types of the main service object and the additional service object can be obtained.
S203: and determining the resource attribute of the main business object according to the resource attribute type of the main business object.
S204: and determining the resource attribute of the additional service object according to the resource attribute type of the additional service object.
In this embodiment, after determining the resource attribute types corresponding to the main service object and the additional service object, the resource attribute of the service object may be obtained according to a resource attribute determination manner corresponding to a preset resource attribute type.
The resource attribute types of the main business object and the additional business object can be the same or different. Therefore, after the resource attribute types of the main service object and the additional service object are determined, the resource attributes of the main service object and the additional service object can be respectively determined according to the resource attribute type of the main service object and the resource attribute type of the additional service object. For example, if the resource attribute type of the main service object is a fixed resource attribute type, and the resource attribute type of the additional service object is a dynamic resource attribute type, the resource attribute of the main service object may be determined according to a resource attribute determination manner corresponding to the fixed resource attribute type, and the resource attribute of the additional service object may be determined according to a resource attribute determination manner corresponding to the dynamic resource attribute type.
S205: and determining the resource attribute corresponding to the target object according to the resource attribute of the main service object and the resource attribute of the additional service object.
In this embodiment, after determining the resource attribute of the main service object and the resource attribute of the additional service object, the resource attribute corresponding to the target object may be determined according to the resource attribute of the main service object and the resource attribute of the additional service object. For example, the sum of the resource attribute of the main business object and the resource attribute of the additional business object may be used as the resource attribute corresponding to the target object, for example, the selling price of the product (i.e., the resource attribute corresponding to the target object) is scheme code 1 price (i.e., the resource attribute of the main business object) + scheme code 2 price (i.e., the resource attribute of the additional business object); for another example, the product of the resource attribute of the main business object and the preset weight may be calculated, the product of the resource attribute of the additional business object and the preset weight may be calculated, and then the sum of the two products may be used as the resource attribute corresponding to the target object. In this way, after the resource attribute of the main service object and the resource attribute of the additional service object are obtained, the embodiment can automatically sum to obtain the resource attribute corresponding to the target object, thereby accurately determining the resource attribute corresponding to the target object.
Compared with the prior art, the embodiment of the disclosure has the following beneficial effects: the embodiment of the disclosure can first obtain the service object identifier of the target object; if the service object corresponding to the service object identifier comprises a main service object and an additional service object, the resource attribute types of the main service object and the additional service object can be obtained; the resource attribute determination type comprises a fixed resource attribute type and a dynamic resource attribute type; then, the resource attribute of the main business object can be determined according to the resource attribute type of the main business object; and determining the resource attribute of the additional business object according to the resource attribute type of the additional business object; next, the resource attribute corresponding to the target object may be determined according to the resource attribute of the main service object and the resource attribute of the additional service object. It can be seen that, in this embodiment, the main service object and the additional service object may be configured as one service object, and when determining the resource attribute of one service object including the main service object and the additional service object, the resource attribute of the main service object may be determined according to the fixed resource attribute type and the dynamic resource attribute type of the service object, so that this implementation may determine the resource attribute of the main service object according to the resource attribute type of the service object, thereby making the resource attribute corresponding to the target object determined in this embodiment more accurate and shortening the time for determining the resource attribute, and also avoiding the problem that in the manual calculation process, the calculation error of the resource attribute result is easily caused by operation error, thereby improving the accuracy and efficiency for determining the resource attribute, the user experience is also improved.
In some embodiments, S202 "if the service object corresponding to the service object identifier includes a main service object and an additional service object, and the resource attribute type of the main service object and the resource attribute type of the additional service object are obtained," may include the following steps:
s202 a: determining a service object corresponding to the service object identifier and service information of the service object by using preset service management information;
s202 b: if the business object corresponding to the business object comprises a main business object and an additional business object, determining the resource attribute types of the main business object and the additional business object according to the resource attribute type corresponding to the business object.
In this embodiment, the preset service management information may include correspondence between preset groups of service object identifiers and service objects and service information of the service objects. The service information of the service object may be understood to reflect preset attribute information of the service object, and in an implementation manner, the service information may include a resource attribute type corresponding to the service object, and may further include a fixed resource attribute (such as a fixed point, a fixed cost, or a fixed price) of the service object, and a provisioning client (such as an insurance underwriting company, a manufacturer of goods) corresponding to the service object.
In this way, after the service object identifier is determined, the service object corresponding to the service object identifier and the service information of the service object may be queried according to the preset service management information, and it can be understood that, if there are a plurality of service objects, the service information of each service object may be obtained. Specifically, if the service object includes a main service object and an additional service object, service information corresponding to the main service object, such as a resource attribute type corresponding to the main service object, and service information corresponding to the additional service object, such as a resource attribute type corresponding to the additional service object, may be further determined.
In an implementation manner of this embodiment, if the resource attribute type of the main service object is a fixed attribute resource type, S203 "determining the resource attribute of the main service object according to the resource attribute type of the main service object" includes the following steps:
and if the resource attribute type of the main service object is the fixed resource attribute type, taking the preset resource attribute in the service information as the resource attribute of the main service object.
In this embodiment, if the resource attribute type of the service object is a fixed resource attribute type, the resource attribute of the service object may be stored in advance in the service information corresponding to the service object. Therefore, after the resource attribute type of the main service object is determined to be the fixed resource attribute type, the service information can be directly read, and the preset resource attribute in the service information is used as the resource attribute of the main service object. Assuming that the main business object is the main insurance, the plan price (i.e. the resource attribute) of the main insurance can be obtained from the business information corresponding to the main insurance in the insurance plan management table (i.e. the business management information).
In an implementation manner of this embodiment, if the resource attribute type of the main service object is a dynamic resource attribute type, S203 "determining the resource attribute of the main service object according to the resource attribute type of the main service object" includes the following steps:
s203 a: and if the resource attribute type of the main service object is the dynamic resource attribute type, acquiring the attribute information of the target object.
The attribute information of the target object may be understood as an attribute inherent to the target object itself and/or information related to a historical service of the target object. As an example, the attribute information of the target object may include an attribute inherent to the target object itself; for example, when the target object is a user, the basic attribute information of the target object may include information such as age, height, and sex; for another example, when the target object is a vehicle, the basic attribute information of the target object may include a vehicle type, a vehicle power type, and a vehicle color; for another example, when the target object is a house, the basic attribute information of the target object may include information such as a house state, an area, a floor, and a house type. The attribute information of the target object can also comprise related information of historical business of the target object; for example, when the target object is a user, the service attribute information of the target object may include information such as a historical video viewing record, a video collection record, and a meal ordering record; for another example, when the target object is a vehicle, the service attribute information of the base of the target object may include a vehicle historical repair record, a vehicle historical policy record, and the like; for another example, when the target object is a house, the service attribute information of the target object may include information such as a historical policy record, a policy guarantee period, a number of times of insurance, and a scenario of insurance application.
It should be noted that, in this embodiment, if the resource attribute type of the main service object is a dynamic resource attribute type, attribute information of the main service object may be obtained, for example, attribute information of a target object may be input by a user through a terminal device, or an object identifier of the target object may be input by the user, and the server obtains attribute information corresponding to the object identifier according to the object identifier.
S203 b: and determining a plurality of service unit identifications corresponding to the main service object according to a preset identification mapping set.
The preset identifier mapping set comprises a plurality of groups of corresponding relations, each group of corresponding relations comprises corresponding relations between one service object and a plurality of service unit identifiers, and the preset attribute conditions respectively corresponding to the service unit identifiers are different. Therefore, the main business object and the business object identification can be mapped in a ratio of 1: N, and the same preset attribute condition is not generated under the same main business object during mapping.
Each service unit identifier is preset with a corresponding preset attribute condition, and the preset attribute condition can be understood as whether the attribute information of the target object meets the attribute requirement corresponding to the service unit identifier. The preset attribute conditions respectively corresponding to each service unit identifier are preset and different. In an implementation manner, the preset attribute condition corresponding to each service unit identifier may include a plurality of attributes, for example, a service object identifier corresponding to a service object "insurance product a" corresponds to five service unit identifiers, and the preset attribute conditions respectively corresponding to the five service unit identifiers are "area: 60-150 square meters, floor: bottom building, expansion guarantee: contains self-construction and area: 60-150 square meters, floor: bottom building and expansion guarantee: no self-construction, area: 60-150 square meters, floor: non-bottom building, expansion guarantee: contains self-construction and area: 60-150 square meters, floor: non-bottom building, expansion guarantee: no self-construction, area: more than 150 square meters, floor: bottom building, expansion guarantee: including self-construction.
S203 c: and matching the attribute information of the target object with the preset attribute conditions respectively corresponding to the plurality of service unit identifications to obtain the target service unit identification corresponding to the main service object.
In this embodiment, after obtaining the service unit identifiers corresponding to the service object identifier, the preset attribute condition corresponding to each service unit identifier may be obtained first. Then, the attribute information of the target object may be respectively matched with the preset attribute conditions corresponding to each service unit identifier, and if the attribute information of the target object is matched with the preset attribute conditions corresponding to one service unit identifier, that is, the attribute information of the target object all meets the attribute requirements for each attribute information type in the preset attribute conditions corresponding to one service unit identifier, the service unit identifier may be used as the target service unit identifier corresponding to the main service object. It can be understood that the target service unit identifier is a service unit identifier of a service unit whose attribute information of the target object satisfies the preset attribute condition.
It is assumed that five service unit identifiers corresponding to a main service object, namely, insurance product a, and the preset attribute conditions respectively corresponding to the five service unit identifiers are "area: 60-150 square meters, floor: bottom building, expansion guarantee: contains self-construction and area: 60-150 square meters, floor: bottom building, expansion guarantee: no self-construction, area: 60-150 square meters, floor: non-bottom building, expansion guarantee: contains self-construction and area: 60-150 square meters, floor: non-bottom building, expansion guarantee: no self-construction, area: more than 150 square meters, floor: bottom building, expansion guarantee: self-construction included; if the target object is a house, the attribute information of the target object is' area: 70 square meters, floor: bottom building, expansion guarantee: including self-construction ", the preset attribute condition can be determined as" area: 60-150 square meters, floor: bottom building, expansion guarantee: the service unit identification containing the self-establishment is the target service unit identification corresponding to the main service object.
S203 d: and taking the resource attribute corresponding to the target service unit identification as the resource attribute of the main service object.
In this embodiment, the resource attribute corresponding to each service unit identifier may be stored in advance, for example, when the resource attribute is a price, the price corresponding to each service unit identifier may be stored in a price code list in the insurance scheme pricing repository. In this way, after the target service unit identifier is determined, the resource attribute corresponding to the target service unit identifier may be used as the resource attribute corresponding to the target object, for example, a price code list corresponding to the main service object is called from an insurance scheme pricing library, so that the price corresponding to the service unit identifier may be obtained from the price code list.
In an implementation manner of this embodiment, if the resource attribute type of the additional service object is a fixed attribute resource type, S204 "determining the resource attribute of the additional service object according to the resource attribute type of the additional service object" includes the following steps:
and if the resource attribute type of the additional service object is the fixed resource attribute type, taking the preset resource attribute in the service information as the resource attribute of the additional service object.
In this embodiment, if the resource attribute type of the service object is a fixed resource attribute type, the resource attribute of the service object may be stored in advance in the service information corresponding to the service object. Therefore, after the resource attribute type of the additional service object is determined to be the fixed resource attribute type, the service information can be directly read, and the preset resource attribute in the service information is used as the resource attribute of the additional service object. Assuming that the additional service object is a main insurance, the plan price (i.e., the resource attribute) of the main insurance can be obtained from the service information corresponding to the main insurance in the insurance plan management table (i.e., the service management information).
In an implementation manner of this embodiment, if the resource attribute type of the additional service object is a dynamic resource attribute type, S204 "determining the resource attribute of the additional service object according to the resource attribute type of the additional service object" includes the following steps:
s204 a: and if the resource attribute type of the additional service object is the dynamic resource attribute type, acquiring the attribute information of the target object.
The attribute information of the target object may be understood as an attribute inherent to the target object itself and/or information related to a historical service of the target object. As an example, the attribute information of the target object may include an attribute inherent to the target object itself; for example, when the target object is a user, the basic attribute information of the target object may include information such as age, height, and sex; for another example, when the target object is a vehicle, the basic attribute information of the target object may include a vehicle type, a vehicle power type, and a vehicle color; for another example, when the target object is a house, the basic attribute information of the target object may include information such as a house state, an area, a floor, and a house type. The attribute information of the target object can also comprise related information of historical business of the target object; for example, when the target object is a user, the service attribute information of the target object may include information such as a historical video viewing record, a video collection record, and a meal ordering record; for another example, when the target object is a vehicle, the service attribute information of the base of the target object may include a vehicle historical repair record, a vehicle historical policy record, and the like; for another example, when the target object is a house, the service attribute information of the target object may include information such as a historical policy record, a policy guarantee period, a number of times of taking insurance, and a scenario of making insurance.
It should be noted that, in this embodiment, if the resource attribute type of the additional service object is a dynamic resource attribute type, attribute information of the additional service object may be obtained, for example, attribute information of a target object may be input by a user through a terminal device, or an object identifier of the target object may be input by the user, and the server obtains attribute information corresponding to the object identifier according to the object identifier.
S204 b: and determining a plurality of service unit identifications corresponding to the additional service object according to a preset identification mapping set.
The preset identifier mapping set comprises a plurality of groups of corresponding relations, each group of corresponding relations comprises corresponding relations between one service object and a plurality of service unit identifiers, and the preset attribute conditions respectively corresponding to the service unit identifiers are different. Thus, the additional service object and the service object identifier can be mapped in a ratio of 1: N, and the same preset attribute condition is ensured not to occur under the same additional service object during mapping.
Each service unit identifier is preset with a corresponding preset attribute condition, and the preset attribute condition can be understood as whether the attribute information of the target object meets the attribute requirement corresponding to the service unit identifier. The preset attribute conditions respectively corresponding to each service unit identifier are preset and different. In an implementation manner, the preset attribute condition corresponding to each service unit identifier may include multiple attributes, for example, a service object identifier corresponding to a service object "insurance product a" corresponds to five service unit identifiers, and the preset attribute conditions respectively corresponding to the five service unit identifiers are "area: 60-150 square meters, floor: bottom building and expansion guarantee: contains self-construction and area: 60-150 square meters, floor: bottom building, expansion guarantee: no self-construction, area: 60-150 square meters, floor: non-bottom building, expansion guarantee: contains self-construction and area: 60-150 square meters, floor: non-bottom building, expansion guarantee: no self-construction, area: more than 150 square meters, floor: bottom building, expansion guarantee: including self-construction.
S204 c: and matching the attribute information of the target object with the preset attribute conditions respectively corresponding to the plurality of service unit identifications to obtain the target service unit identification corresponding to the additional service object.
In this embodiment, after obtaining the service unit identifiers corresponding to the service object identifier, the preset attribute condition corresponding to each service unit identifier may be obtained first. Then, the attribute information of the target object may be respectively matched with the preset attribute conditions corresponding to each service unit identifier, and if the attribute information of the target object is matched with the preset attribute conditions corresponding to one service unit identifier, that is, the attribute information of the target object all meets the attribute requirements for each attribute information type in the preset attribute conditions corresponding to one service unit identifier, the service unit identifier may be used as the target service unit identifier corresponding to the additional service object. It can be understood that the target service unit identifier is a service unit identifier of a service unit whose attribute information of the target object satisfies the preset attribute condition.
Suppose that five service unit identifiers corresponding to the additional service object, insurance product a, and the preset attribute conditions respectively corresponding to the five service unit identifiers are "area: 60-150 square meters, floor: bottom building and expansion guarantee: contains self-construction and area: 60-150 square meters, floor: bottom building and expansion guarantee: no self-construction, area: 60-150 square meters, floor: non-bottom building, expansion guarantee: contains self-construction and area: 60-150 square meters, floor: non-bottom building, expansion guarantee: no self-construction, area: more than 150 square meters, floor: bottom building, expansion guarantee: self-construction included; if the target object is a house, the attribute information of the target object is' area: 70 square meters, floor: bottom building, expansion guarantee: including self-construction ", the preset attribute condition can be determined as" area: 60-150 square meters, floor: bottom building, expansion guarantee: the service unit identifier containing the self-establishment is a target service unit identifier corresponding to the additional service object.
S204 d: and taking the resource attribute corresponding to the target service unit identification as the resource attribute of the additional service object.
In this embodiment, the resource attribute corresponding to each service unit identifier may be stored in advance, for example, when the resource attribute is a price, the price corresponding to each service unit identifier may be stored in a price code list in the insurance scheme pricing base. In this way, after the target business unit identifier is determined, the resource attribute corresponding to the target business unit identifier may be used as the resource attribute corresponding to the target object, for example, a price code list corresponding to an additional business object is called from an insurance scheme pricing library, so that the price corresponding to the business unit identifier may be obtained from the price code list.
In one implementation, the service information further includes a provisioning client corresponding to the service object; the method further comprises the following steps:
step a: and sending a supply text acquisition instruction to the supply client of the main business object and the supply client of the additional business object respectively.
After determining the resource attribute corresponding to the target object, if the user confirms the resource attribute through the client, for example, the resource attribute is a price, and after the user pays the price through the client, the user may respond to the confirmation operation to send a supply text acquisition instruction to the supply client of the main service object and the supply client of the additional service object, respectively.
Step b: and receiving the main service supply text and the additional service supply text returned by the supply client of the main service object and the supply client of the additional service object.
The provisioning client of the main service object receives the provisioning text acquisition instruction, and may generate a main service provisioning text corresponding to the main service object in the provisioning text acquisition instruction, for example, if the main service object is a main insurance, the main service provisioning text corresponding to the main service object may be a main insurance policy.
The provision client of the additional service object receives the provision text acquisition instruction, and may generate an additional service provision text corresponding to the additional service object in the provision text acquisition instruction, for example, if the additional service object is an additional insurance, the additional service provision text corresponding to the additional service object may be an additional insurance policy.
Step c: and generating order information corresponding to the target object according to the main service supply text and the additional service supply text.
After the main service supply text and the additional service supply text are obtained, one order information corresponding to the target object generated by the main service supply text and the additional service supply text can be generated, namely, the main service object and the additional service object are used as one order to generate, so that the trouble that 2 products need to be configured and then the orders need to be bound when the main service object and the additional service object are sold in a combined mode can be avoided, and the trouble of generating a plurality of main and sub orders is also avoided.
All the above optional technical solutions may be combined arbitrarily to form the optional embodiments of the present disclosure, and are not described herein again.
The following are embodiments of the disclosed apparatus that may be used to perform embodiments of the disclosed methods. For details not disclosed in the embodiments of the apparatus of the present disclosure, refer to the embodiments of the method of the present disclosure.
Fig. 3 is a schematic diagram of a resource attribute determination apparatus provided in an embodiment of the present disclosure. As shown in fig. 3, the apparatus for determining the resource attribute includes:
an identifier obtaining unit 301, configured to obtain a service object identifier of a target object;
an object obtaining unit 302, configured to obtain resource attribute types of a main service object and an additional service object if a service object corresponding to the service object identifier includes the main service object and the additional service object; the resource attribute determining type comprises a fixed resource attribute type and a dynamic resource attribute type;
a first determining unit 303, configured to determine a resource attribute of the main service object according to the resource attribute type of the main service object;
a second determining unit 304, configured to determine a resource attribute of the additional service object according to the resource attribute type of the additional service object;
a third determining unit 305, configured to determine a resource attribute corresponding to the target object according to the resource attribute of the main service object and the resource attribute of the additional service object.
In some embodiments, the object acquisition unit 302 is configured to:
determining a service object corresponding to the service object identifier and service information of the service object by using preset service management information, wherein the service information comprises a resource attribute type corresponding to the service object; the service management information comprises corresponding relations between a plurality of groups of service object identifications and service objects and service information of the service objects;
if the business object corresponding to the business object comprises the main business object and the additional business object, determining the resource attribute type of the main business object and the additional business object according to the resource attribute type corresponding to the business object.
In some embodiments, the first determining unit 303 is configured to:
and if the resource attribute type of the main service object is the fixed resource attribute type, taking the preset resource attribute in the service information as the resource attribute of the main service object.
In some embodiments, the first determining unit 303 is configured to:
if the resource attribute type of the main service object is a dynamic resource attribute type, acquiring attribute information of the target object;
determining a plurality of service unit identifications corresponding to the main service object according to a preset identification mapping set; the preset identifier mapping set comprises a plurality of groups of corresponding relations, each group of corresponding relations comprises a corresponding relation between a service object and a plurality of service unit identifiers, and the preset attribute conditions respectively corresponding to the service unit identifiers are different;
matching the attribute information of the target object with preset attribute conditions respectively corresponding to the plurality of service unit identifications to obtain a target service unit identification corresponding to the main service object;
and taking the resource attribute corresponding to the target service unit identifier as the resource attribute of the main service object.
In some embodiments, the second determining unit 304 is configured to:
and if the resource attribute type of the additional service object is the fixed resource attribute type, taking the preset resource attribute in the service information as the resource attribute of the additional service object.
In some embodiments, the second determining unit 304 is configured to:
if the resource attribute type of the additional service object is a dynamic resource attribute type, acquiring attribute information of the target object;
determining a plurality of service unit identifications corresponding to the additional service object according to a preset identification mapping set; the preset identifier mapping set comprises a plurality of groups of corresponding relations, each group of corresponding relations comprises a corresponding relation between a service object and a plurality of service unit identifiers, and the preset attribute conditions respectively corresponding to the service unit identifiers are different;
matching the attribute information of the target object with preset attribute conditions respectively corresponding to the plurality of service unit identifications to obtain a target service unit identification corresponding to the additional service object;
and taking the resource attribute corresponding to the target service unit identification as the resource attribute of the additional service object.
In some embodiments, the service information further includes a provisioning client corresponding to the service object; the apparatus also includes an order unit to:
sending a supply text acquisition instruction to a supply client of the main service object and a supply client of the additional service object respectively;
receiving a main service supply text and an additional service supply text returned by the supply client of the main service object and the supply client of the additional service object;
and generating order information corresponding to the target object according to the main service supply text and the additional service supply text.
According to the technical scheme provided by the embodiment of the disclosure, the device can firstly acquire the service object identification of the target object; if the service object corresponding to the service object identifier comprises a main service object and an additional service object, the resource attribute types of the main service object and the additional service object can be obtained; the resource attribute determining type comprises a fixed resource attribute type and a dynamic resource attribute type; then, the resource attribute of the main business object can be determined according to the resource attribute type of the main business object; and determining the resource attribute of the additional service object according to the resource attribute type of the additional service object; next, the resource attribute corresponding to the target object may be determined according to the resource attribute of the main service object and the resource attribute of the additional service object. It can be seen that, in this embodiment, the main service object and the additional service object may be configured as one service object, and when determining the resource attribute of one service object including the main service object and the additional service object, the resource attribute of the main service object may be determined according to the fixed resource attribute type and the dynamic resource attribute type of the service object, so that the present embodiment may determine the resource attribute of the main service object according to the resource attribute type of the service object, thereby making the resource attribute corresponding to the target object determined in this embodiment more accurate and shortening the time for determining the resource attribute, and avoiding the problem of a calculation error of a resource attribute result due to an operation error easily occurring in a manual calculation process, thereby improving the accuracy and efficiency for determining the resource attribute, the user experience is also improved. .
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation on the implementation process of the embodiments of the present disclosure.
Fig. 4 is a schematic diagram of a computer device 4 provided by the disclosed embodiment. As shown in fig. 4, the computer device 4 of this embodiment includes: a processor 401, a memory 402 and a computer program 403 stored in the memory 402 and executable on the processor 401. The steps in the various method embodiments described above are implemented when the processor 401 executes the computer program 403. Alternatively, the processor 401 implements the functions of the respective modules/units in the above-described respective apparatus embodiments when executing the computer program 403.
Illustratively, the computer program 403 may be partitioned into one or more modules/units, which are stored in the memory 402 and executed by the processor 401 to accomplish the present disclosure. One or more modules/units may be a series of computer program instruction segments capable of performing specific functions, which are used to describe the execution of the computer program 403 in the computer device 4.
The computer device 4 may be a desktop computer, a notebook, a palm computer, a cloud server, or other computer devices. Computer device 4 may include, but is not limited to, a processor 401 and a memory 402. Those skilled in the art will appreciate that fig. 4 is merely an example of a computer device 4 and is not intended to limit computer device 4 and may include more or fewer components than those shown, or some of the components may be combined, or different components, e.g., the computer device may also include input output devices, network access devices, buses, etc.
The Processor 401 may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic device, discrete hardware component, etc. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 402 may be an internal storage unit of the computer device 4, for example, a hard disk or a memory of the computer device 4. The memory 402 may also be an external storage device of the computer device 4, such as a plug-in hard disk provided on the computer device 4, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like. Further, the memory 402 may also include both an internal storage unit of the computer device 4 and an external storage device. The memory 402 is used for storing computer programs and other programs and data required by the computer device. The memory 402 may also be used to temporarily store data that has been output or is to be output.
It will be apparent to those skilled in the art that, for convenience and brevity of description, only the above-mentioned division of the functional units and modules is illustrated, and in practical applications, the above-mentioned function distribution may be performed by different functional units and modules according to needs, that is, the internal structure of the apparatus is divided into different functional units or modules, so as to perform all or part of the functions described above. Each functional unit and module in the embodiments may be integrated in one processing unit, or each unit may exist alone physically, or two or more units are integrated in one unit, and the integrated unit may be implemented in a form of hardware, or in a form of software functional unit. In addition, specific names of the functional units and modules are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present disclosure. The specific working processes of the units and modules in the system may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art will appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the technical solution. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present disclosure.
In the embodiments provided in the present disclosure, it should be understood that the disclosed apparatus/computer device and method may be implemented in other ways. For example, the above-described apparatus/computer device embodiments are merely illustrative, and for example, a division of modules or units, a division of logical functions only, an additional division may be made in actual implementation, multiple units or components may be combined or integrated with another system, or some features may be omitted, or not implemented. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
Units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present disclosure may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated modules/units, if implemented in the form of software functional units and sold or used as separate products, may be stored in a computer readable storage medium. Based on such understanding, the present disclosure may implement all or part of the flow of the method in the above embodiments, and may also be implemented by a computer program to instruct related hardware, where the computer program may be stored in a computer readable storage medium, and when the computer program is executed by a processor, the computer program may implement the steps of the above methods and embodiments. The computer program may comprise computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer readable medium may include: any entity or device capable of carrying computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain suitable additions or additions that may be required in accordance with legislative and patent practices within the jurisdiction, for example, in some jurisdictions, computer readable media may not include electrical carrier signals or telecommunications signals in accordance with legislative and patent practices.
The above examples are only intended to illustrate the technical solutions of the present disclosure, not to limit them; although the present disclosure has been described in detail with reference to the foregoing embodiments, it should be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; such modifications and substitutions do not substantially depart from the spirit and scope of the embodiments of the present disclosure, and are intended to be included within the scope of the present disclosure.

Claims (10)

1. A method for determining resource attributes, the method comprising:
acquiring a service object identifier of a target object;
if the service object corresponding to the service object identification comprises a main service object and an additional service object, acquiring resource attribute types of the main service object and the additional service object; the resource attribute determination type comprises a fixed resource attribute type and a dynamic resource attribute type;
determining the resource attribute of the main service object according to the resource attribute type of the main service object;
determining the resource attribute of the additional service object according to the resource attribute type of the additional service object;
and determining the resource attribute corresponding to the target object according to the resource attribute of the main service object and the resource attribute of the additional service object.
2. The method according to claim 1, wherein if the service object corresponding to the service object identifier includes a main service object and an additional service object, acquiring the resource attribute types of the main service object and the additional service object includes:
determining a service object corresponding to the service object identifier and service information of the service object by using preset service management information, wherein the service information comprises a resource attribute type corresponding to the service object; the service management information comprises corresponding relations between a plurality of groups of service object identifications and service objects and service information of the service objects;
and if the service object corresponding to the service object comprises a main service object and an additional service object, determining the resource attribute types of the main service object and the additional service object according to the resource attribute type corresponding to the service object.
3. The method of claim 2, wherein the determining the resource attribute of the main business object according to the resource attribute type of the main business object comprises:
and if the resource attribute type of the main service object is a fixed resource attribute type, taking a preset resource attribute in the service information as the resource attribute of the main service object.
4. The method according to claim 1 or 2, wherein the determining the resource attribute of the main business object according to the resource attribute type of the main business object comprises:
if the resource attribute type of the main service object is a dynamic resource attribute type, acquiring attribute information of the target object;
determining a plurality of service unit identifiers corresponding to the main service object according to a preset identifier mapping set; the preset identifier mapping set comprises a plurality of groups of corresponding relations, each group of corresponding relations comprises a corresponding relation between a service object and a plurality of service unit identifiers, and the preset attribute conditions respectively corresponding to the service unit identifiers are different;
matching the attribute information of the target object with preset attribute conditions respectively corresponding to the plurality of service unit identifications to obtain a target service unit identification corresponding to the main service object;
and taking the resource attribute corresponding to the target service unit identification as the resource attribute of the main service object.
5. The method of claim 2, wherein determining the resource attribute of the additional business object according to the resource attribute type of the additional business object comprises:
and if the resource attribute type of the additional service object is a fixed resource attribute type, taking a preset resource attribute in the service information as the resource attribute of the additional service object.
6. The method according to claim 1 or 2, wherein the determining the resource attribute of the additional business object according to the resource attribute type of the additional business object comprises:
if the resource attribute type of the additional service object is a dynamic resource attribute type, acquiring attribute information of the target object;
determining a plurality of service unit identifications corresponding to the additional service object according to a preset identification mapping set; the preset identifier mapping set comprises a plurality of groups of corresponding relations, each group of corresponding relations comprises a corresponding relation between a service object and a plurality of service unit identifiers, and the preset attribute conditions respectively corresponding to the service unit identifiers are different;
matching the attribute information of the target object with preset attribute conditions respectively corresponding to the service unit identifications to obtain a target service unit identification corresponding to the additional service object;
and taking the resource attribute corresponding to the target service unit identification as the resource attribute of the additional service object.
7. The method of claim 2, wherein the service information further includes a provisioning client corresponding to the service object; the method further comprises the following steps:
sending a supply text acquisition instruction to a supply client of the main service object and a supply client of the additional service object respectively;
receiving a main service supply text and an additional service supply text returned by the supply client of the main service object and the supply client of the additional service object;
and generating order information corresponding to the target object according to the main service supply text and the additional service supply text.
8. An apparatus for determining resource attributes, the apparatus comprising:
the identification acquisition unit is used for acquiring the service object identification of the target object;
an object obtaining unit, configured to obtain resource attribute types of a main service object and an additional service object if a service object corresponding to the service object identifier includes the main service object and the additional service object; the resource attribute determination type comprises a fixed resource attribute type and a dynamic resource attribute type;
a first determining unit, configured to determine a resource attribute of the main service object according to the resource attribute type of the main service object;
a second determining unit, configured to determine a resource attribute of the additional service object according to the resource attribute type of the additional service object;
and a third determining unit, configured to determine, according to the resource attribute of the main service object and the resource attribute of the additional service object, a resource attribute corresponding to the target object.
9. A computer device comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the steps of the method according to any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 7.
CN202210749219.6A 2022-06-28 2022-06-28 Resource attribute determination method and device Pending CN115129987A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210749219.6A CN115129987A (en) 2022-06-28 2022-06-28 Resource attribute determination method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210749219.6A CN115129987A (en) 2022-06-28 2022-06-28 Resource attribute determination method and device

Publications (1)

Publication Number Publication Date
CN115129987A true CN115129987A (en) 2022-09-30

Family

ID=83380616

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210749219.6A Pending CN115129987A (en) 2022-06-28 2022-06-28 Resource attribute determination method and device

Country Status (1)

Country Link
CN (1) CN115129987A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115169850A (en) * 2022-06-28 2022-10-11 飞鸟鱼信息科技有限公司 Resource attribute determination method and device
CN115169850B (en) * 2022-06-28 2024-08-02 飞鸟鱼信息科技有限公司 Method and device for determining resource attribute

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115169850A (en) * 2022-06-28 2022-10-11 飞鸟鱼信息科技有限公司 Resource attribute determination method and device
CN115169850B (en) * 2022-06-28 2024-08-02 飞鸟鱼信息科技有限公司 Method and device for determining resource attribute

Similar Documents

Publication Publication Date Title
CN108885762B (en) Method and system for allocating price discovery mechanism in data market
CN112288547B (en) Order performance management method and device, storage medium and electronic equipment
CN114782024A (en) Material purchasing plan generation method and device
CN113987349A (en) Method and equipment for purchasing commodities by popularizing live broadcast page
US20210326950A1 (en) Supply chain management system and method
US10650337B2 (en) Technical field service inventory management
CN113205873A (en) Wisdom medical treatment supply chain platform
CN112651632A (en) Information analysis processing method and device based on marketing data
US10467585B2 (en) Beverage product acquisition and inventory management system
CN115456739B (en) Data management method and related device
CN115129987A (en) Resource attribute determination method and device
CN110658964A (en) SaaS ERP management system suitable for chemical enterprises
CN115983770A (en) Product part purchasing method and device, electronic equipment and storage medium
CN106875188B (en) System, method and device for synchronously managing transaction objects
CN115169850B (en) Method and device for determining resource attribute
CN115268734A (en) Quotation generation method, device, equipment and storage medium based on quotation tool
CN113610385A (en) Energy enterprise commodity evaluation result obtaining method and system and computer equipment
CN114580994A (en) Automatic calculation method and system for logistics distribution freight
CN111831964B (en) Data report information processing method and device and computer system
CN112199191A (en) Data matching method, device and system for virtual transaction
CN108898446B (en) Method and apparatus for outputting information
CN115169850A (en) Resource attribute determination method and device
CN112967106A (en) Quotation method, quotation server and system of hygienic products
CN111861293A (en) Method and apparatus for transmitting information
KR20210000183A (en) Online shopping mall Server and Method for Running Online shopping mall

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