CN114037496A - State machine-based order state management method, device, equipment and medium - Google Patents

State machine-based order state management method, device, equipment and medium Download PDF

Info

Publication number
CN114037496A
CN114037496A CN202111363354.9A CN202111363354A CN114037496A CN 114037496 A CN114037496 A CN 114037496A CN 202111363354 A CN202111363354 A CN 202111363354A CN 114037496 A CN114037496 A CN 114037496A
Authority
CN
China
Prior art keywords
service
state machine
order
state
processed
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
CN202111363354.9A
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.)
Zhejiang Geely Holding Group Co Ltd
Guangyu Mingdao Digital Technology Co Ltd
Original Assignee
Zhejiang Geely Holding Group Co Ltd
Guangyu Mingdao Digital 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 Zhejiang Geely Holding Group Co Ltd, Guangyu Mingdao Digital Technology Co Ltd filed Critical Zhejiang Geely Holding Group Co Ltd
Priority to CN202111363354.9A priority Critical patent/CN114037496A/en
Publication of CN114037496A publication Critical patent/CN114037496A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/0633Lists, e.g. purchase orders, compilation or processing
    • G06Q30/0635Processing of requisition or of purchase orders

Landscapes

  • Business, Economics & Management (AREA)
  • Accounting & Taxation (AREA)
  • Finance (AREA)
  • Development Economics (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • General Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides an order state management method based on a state machine, and particularly relates to the technical field of computers, wherein the method comprises the following steps: the server acquires at least one to-be-processed service order from at least one service platform; determining the service type of the at least one service order to be processed; calling pre-configured micro-services corresponding to the service types of the service orders to be processed from a database, wherein the micro-services are formed by encapsulating state machines, and each micro-service corresponds to one state machine; and processing the service order to be processed through the micro-service corresponding to the service type of the service order to be processed. The invention realizes the management of orders through the state machine, enhances the maintainability of codes, and can greatly reduce the difficulty of maintenance and test for the service scene with complex and variable flow.

Description

State machine-based order state management method, device, equipment and medium
Technical Field
The present invention relates to the field of computers, and in particular, to a method, an apparatus, a device, and a medium for managing an order status based on a state machine.
Background
The order of the e-commerce system has a more complex life flow and there are different triggering conditions and execution related behaviors at the state transition. For example, after the order is shipped, the buyer may confirm the receipt, may apply for a refund only, may apply for a refund, or the like. The state machine is not used, so that the state behavior expansion is not facilitated, and the code coupling degree is high.
Disclosure of Invention
In view of the above drawbacks of the prior art, an object of the present invention is to provide a method, an apparatus, a device and a medium for managing an order status based on a state machine, which are used to solve the problem of strong coupling between a state flow and a service code in the prior art without using a state machine service order.
In order to achieve the above and other related objects, the present invention provides a method for managing order status based on a state machine, including:
the server acquires at least one to-be-processed service order from at least one service platform;
determining the service type of the at least one service order to be processed;
calling pre-configured micro-services corresponding to the service types of the service orders to be processed from a database, wherein the micro-services are formed by encapsulating state machines, and each micro-service corresponds to one state machine;
and processing the service order to be processed through the micro-service corresponding to the service type of the service order to be processed.
Optionally, the method for configuring the state machine includes:
receiving an instruction for configuring a state machine;
determining the service type of the to-be-processed service order corresponding to the instruction;
determining configuration information matched with the state machine according to the service type of the service order to be processed;
and configuring the state machine according to the configuration information.
Optionally, the method further comprises: and exporting the configuration file corresponding to the state machine.
Optionally, the configuration information of the state machine includes: state machine name, the state machine's flow state, and the triggering event for each state.
Optionally, the method further comprises:
and if the configuration information of the state machine is updated, updating the configuration information of the corresponding state machine in the database and the micro service corresponding to the state machine.
Optionally, before exporting the configuration file corresponding to the state machine, the method further includes:
testing the state machine to verify the correctness of the service; and/or
And testing again according to the modified state machine until the service is correct.
Optionally, the method further comprises:
and providing a visual operation interface for graphically displaying the state so that a user can configure the configuration information of the state machine through the visual operation interface.
To achieve the above and other related objects, the present invention provides an order status management apparatus based on a state machine, comprising:
the order acquisition module is used for acquiring at least one to-be-processed business order from at least one business platform;
the order type acquisition module is used for determining the service type of the at least one service order to be processed;
the calling module is used for calling the pre-configured micro-services corresponding to the service types of the service orders to be processed from a database, the micro-services are formed by packaging state machines, and each micro-service corresponds to one state machine;
and the order processing module is used for processing the service order to be processed through the micro-service corresponding to the service type of the service order to be processed.
To achieve the above and other related objects, the present invention provides a state machine based order state management device, comprising a processor coupled to a memory, the memory storing program instructions, the program instructions stored in the memory implementing the method when executed by the processor.
To achieve the above and other related objects, the present invention provides a computer-readable storage medium including a program which, when run on a computer, causes the computer to execute the method described in the item.
As described above, the method, apparatus, device and medium for managing the order status based on the state machine of the present invention include: the server acquires at least one to-be-processed service order from at least one service platform; determining the service type of the at least one service order to be processed; calling pre-configured micro-services corresponding to the service types of the service orders to be processed from a database, wherein the micro-services are formed by encapsulating state machines, and each micro-service corresponds to one state machine; and processing the service order to be processed through the micro-service corresponding to the service type of the service order to be processed. The invention realizes the management of orders through the state machine, enhances the maintainability of codes, and can greatly reduce the difficulty of maintenance and test for the service scene with complex and variable flow.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to these drawings without creative efforts.
FIG. 1 is a flowchart of a method for managing order status based on a state machine according to an embodiment of the present invention;
FIG. 2 is a state flow diagram according to an embodiment of the present invention;
FIG. 3 is a block diagram of a state machine according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of an order status management apparatus based on a state machine according to an embodiment of the present invention.
Detailed Description
The embodiments of the present invention are described below with reference to specific embodiments, and other advantages and effects of the present invention will be easily understood by those skilled in the art from the disclosure of the present specification. The invention is capable of other and different embodiments and of being practiced or of being carried out in various ways, and its several details are capable of modification in various respects, all without departing from the spirit and scope of the present invention. It is to be noted that the features in the following embodiments and examples may be combined with each other without conflict.
It should be noted that the drawings provided in the following embodiments are only for illustrating the basic idea of the present invention, and the components related to the present invention are only shown in the drawings rather than drawn according to the number, shape and size of the components in actual implementation, and the type, quantity and proportion of the components in actual implementation may be changed freely, and the layout of the components may be more complicated.
Referring to fig. 1, the present embodiment provides a method for managing an order status based on a state machine, including:
s100, a server acquires at least one to-be-processed business order from at least one business platform;
s101, determining the service type of the at least one service order to be processed;
s102, calling preconfigured microservices corresponding to the service types of the to-be-processed service orders from a database, wherein the microservices are formed by encapsulating state machines, and each microservice corresponds to one state machine;
s103, the to-be-processed business order is processed through the micro-service corresponding to the business type of the to-be-processed business order.
The invention realizes the management of orders through the state machine, and enhances the maintainability of codes. Meanwhile, the embodiment of the application calls the pre-configured micro-service corresponding to the service type of the service order to be processed from the database, and the service type corresponds to the state machine one by one, so that the state machine corresponding to the current service type can be obtained according to the read service type. According to the method and the device, the corresponding state machine can be called according to the service type, and developers do not need to modify codes, so that the flexible configuration of the state machine is realized, the updating efficiency of the state machine is improved, and the workload of the developers is reduced.
A state machine is a mathematical model that represents a finite number of states, and the behavior of actions that transition between those states. The finite state machine can simplify complex logic into a finite number of stable states, construct mathematical models of the behaviors of transition, action and the like among the states, and judge the state of an event in the stable state. When the state receives an input, the state machine may determine a unique transition state based on the current state of the event and the time of the trigger. Four conditions necessary for the state machine: current state, condition, action, next state.
The current state is as follows: the current state refers to the state in which the input object is currently located.
Conditions are as follows: the condition refers to an action triggered by an input object; when the input object meets a certain action condition, the corresponding action can be triggered;
the actions are as follows: the action performed by the finite state machine may be an action performed by an object from one machine after the input object satisfies the trigger condition; the action executed by the finite state machine can be to transfer the object state to another state, or to maintain the state of the object as the original state;
the next state: the secondary state is a state after the finite state machine carries out state transition on the input object.
Taking the simple forward order state as an example, as shown in fig. 2:
wherein, the first node is to be paid in the present state, to be delivered in the next state, to be paid in the condition or event, and to be paid in the action, such as modifying the order state to be delivered, sending notice, adding points, etc.
In step S100, the server obtains at least one pending service order from at least one service platform. The business can refer to business related in different industries and different fields, such as balance inquiry and card swiping and account transferring in the bank field; queuing and appointment physical examination in the medical field; check-in, empty room inquiry and the like in the hotel field.
In step S102, a pre-configured micro-service corresponding to the service type of the to-be-processed service order is called from a database, the micro-service is formed by encapsulating state machines, and each micro-service corresponds to one state machine.
After the service type of the service order to be processed is determined, a micro service corresponding to the service type is inquired in a pre-established association relation list, and the inquired micro service is used as a target micro service which is used for processing the service order to be processed. The incidence relation list is used for indicating the corresponding relation between the service type and the micro service.
The micro-service is formed by packaging a configured state machine, when a corresponding state machine is needed to process a service order, the corresponding micro-service is called, and the micro-service is used for processing the service order to be processed.
In this embodiment, since the server can obtain a plurality of service orders from a plurality of service platforms, the types of each service order are different. After the service type of the service order is determined, corresponding micro-services can be inquired in the association relation list, and the service order is processed by using the micro-services, so that management of a plurality of service orders in a plurality of order platforms can be realized, and the service orders are not limited to the same service order of the same service platform. Moreover, the state machines corresponding to various service types are configured in the database in advance, so that the state machines can be directly called from the database when the service orders need to be processed by using the state machines, repeated configuration of the same state machines is not needed, the workload is reduced, and the working efficiency is improved.
In one embodiment, as shown in fig. 3, a method of configuring the state machine includes:
s300, receiving an instruction of configuring a state machine;
s301, determining the service type of the to-be-processed service order corresponding to the instruction;
s302, determining configuration information matched with the state machine according to the service type of the service order to be processed;
s303, configuring a state machine according to the configuration information.
The command for configuring the state machine may be a command generated by a user operating a visual operation interface, or may be a command automatically generated by updating a program setting. The instruction includes the service type corresponding to the currently configured state machine, so that the service type of the service order can be determined according to the instruction.
Here, the configuration information of the state machine may include: state machine name, the state machine's flow state, and the triggering event for each state.
It should be noted that the state machines required by the service orders of different service types are different, and the configuration information of the state machines is different, that is, the flow state and the trigger event of the state machines are different. The configuration information includes the flow state and the trigger condition of the state machine required by each service type. Wherein the states of the state machine include: initial state, termination state, history state, connection state, intersection state, etc.; transitions and actions between these states, etc., correspond to trigger events corresponding to the state flow transitions. Guard is supported during state flow, namely the flow can be carried out to the next state when the condition is met, and the action executed when the state flow is transferred to the next state can be flexibly configured.
Taking a payment node as an example, the physical commodity needs to be delivered, and the physical commodity is transferred to be delivered in a secondary state; the virtual goods do not need to be delivered, and the secondary state is transferred to the goods to be received. Multiple Action actions can be configured for the same payment event, and the following configuration can be made in a database:
flow id State machine name Event(s) Present state Second order state Movement of Guard
1 Order state machine Payment To be paid To be delivered Payment Action Physical goods
2 Order state machine Payment To be paid To be delivered Point Action Physical goods
3 Order state machine Payment To be paid To receive goods Payment Action Virtual goods
4 Order state machine Payment To be paid To receive goods Point Action Virtual goods
Through the configuration, when a payment event is triggered, if the Guard verifies that the commodity is a real commodity, the flow 1 and the flow 2 are carried out, wherein the payment Action modification state is a to-be-shipped state corresponding to a secondary state, and the integration Action processing is added with integration logic, so that the decoupling purpose is achieved. If the Guard verifies that the goods are virtual goods, the processes of 3 and 4 are carried out, and the payment Action modifies the goods to be received corresponding to the secondary state.
In one embodiment, the method further comprises:
and if the configuration information of the state machine is updated, updating the configuration information of the corresponding state machine in the database and the micro service corresponding to the state machine.
In order to realize that the configuration information in the server is synchronously obtained from the back-end database, the configuration information in the back-end database can be updated. For example: and adding the configuration information corresponding to the new service type, and deleting or changing the configuration information corresponding to the old service type. In order to synchronize the database with the server, in an embodiment, the method further includes: and if the configuration information needs to be updated, synchronizing the updated configuration information into the database so as to realize the front-end and back-end synchronization of the configuration information. After the configuration information is updated, the corresponding state machine and the micro-service need to be updated synchronously.
In one embodiment, the method further comprises: and exporting the configuration file corresponding to the state machine. In this embodiment, a state machine is used to describe a service order, the state machine is configured in advance, and after the state machine is configured, a configuration file corresponding to the state machine is exported, and the configuration file can be used for software development, so that rapid service design is realized.
In an embodiment, before exporting the configuration file corresponding to the state machine, the method further includes:
testing the state machine to verify the correctness of the service; and/or
And testing again according to the modified state machine until the service is correct.
Testing the state machine, including: respectively counting the states of all the business orders and the quantity of all the trigger events; when the number is multiple, the determination result is repeated, and when the number is repeated, the user can be reminded to modify the configuration file through the alarm prompt so as to avoid logic confusion of the order flow finite state machine. Testing the state machine further comprises: and verifying whether the trigger event is legal or not, wherein the verifying whether the trigger event accords with the actual operation process and the rules of the business order or not can comprise verifying whether the trigger event accords with the actual operation process and the rules of the business order, and when an illegal condition occurs, a user can be reminded to modify the configuration file by setting an alarm prompt so as to prevent the order flow finite state machine from not conforming to the actual operation rules of the order.
In one embodiment, the method further comprises:
and providing a visual operation interface for graphically displaying the state so that a user can configure the configuration information of the state machine through the visual operation interface.
It should be noted that, through the visual operation interface, the user configures the configuration information of the state machine through the visual operation interface, so as to generate the service state machine.
In summary, the order status management method based on the state machine of the present invention includes: the server acquires at least one to-be-processed service order from at least one service platform; determining the service type of the at least one service order to be processed; calling pre-configured micro-services corresponding to the service types of the service orders to be processed from a database, wherein the micro-services are formed by encapsulating state machines, and each micro-service corresponds to one state machine; and processing the service order to be processed through the micro-service corresponding to the service type of the service order to be processed. The invention realizes the management of orders through the state machine, and enhances the maintainability of codes. Meanwhile, the embodiment of the application calls the pre-configured micro-service corresponding to the service type of the service order to be processed from the database, and the service type corresponds to the state machine one by one, so that the state machine corresponding to the current service type can be obtained according to the read service type. According to the method and the device, the corresponding state machine can be called according to the service type, and developers do not need to modify codes, so that the state machine can be flexibly configured, the updating efficiency of the state machine is improved, and the workload of the developers is reduced. Therefore, the invention effectively overcomes various defects in the prior art and has high industrial utilization value.
As shown in fig. 4, an embodiment of the present application provides an order status management apparatus based on a state machine, including:
an order obtaining module 400, configured to obtain at least one to-be-processed service order from at least one service platform;
an order type obtaining module 401, configured to determine a service type of the at least one service order to be processed;
a calling module 402, configured to call, from a database, a pre-configured micro-service corresponding to the service type of the to-be-processed service order, where the micro-service is formed by encapsulating state machines, and each micro-service corresponds to one state machine;
the order processing module 403 is configured to process the to-be-processed service order through the micro service corresponding to the service type of the to-be-processed service order.
The device provided in the above embodiments can execute the method provided in any embodiment of the present invention, and has corresponding functional modules and beneficial effects for executing the method. For details of the order status management method based on the state machine, reference may be made to the method for managing the order status provided by any embodiment of the present invention.
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 implementation. 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 application.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, devices and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
It should be noted that, through the above description of the embodiments, it is clear to those skilled in the art that part or all of the present application can be implemented by software in combination with a necessary general hardware platform. The functions, if implemented in the form of software functional units and sold or used as a separate product, may also be stored in a computer-readable storage medium based on the understanding that embodiments of the present invention provide a computer-readable storage medium including a program that, when run on a computer, causes the computer to execute the vehicle quiescent current control method shown in fig. 1.
An embodiment of the present invention provides an apparatus, comprising a processor coupled to a memory, the memory storing program instructions, and the method shown in fig. 1 being implemented when the program instructions stored in the memory are executed by the processor.
With this understanding in mind, the technical solutions of the present application and/or portions thereof that contribute to the prior art may be embodied in the form of a software product that may include one or more machine-readable media having stored thereon machine-executable instructions that, when executed by one or more machines such as a computer, network of computers, or other electronic devices, may cause the one or more machines to perform operations in accordance with embodiments of the present application. Such as the steps in the power resource management method. The machine-readable medium may include, but is not limited to, floppy diskettes, optical disks, CD-ROMs (compact disc-read only memories), magneto-optical disks, ROMs (read only memories), RAMs (random access memories), EPROMs (erasable programmable read only memories), EEPROMs (electrically erasable programmable read only memories), magnetic or optical cards, flash memory, or other type of media/machine-readable medium suitable for storing machine-executable instructions. The storage medium may be located in a local server or a third-party server, such as a third-party cloud service platform. The specific cloud service platform is not limited herein, such as the Ali cloud, Tencent cloud, etc. The application is operational with numerous general purpose or special purpose computing system environments or configurations. For example: a personal computer, dedicated server computer, mainframe computer, etc. configured as a node in a distributed system.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus, and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, for example, the division of the units is only one logical functional division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. 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.
The 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.
The foregoing embodiments are merely illustrative of the principles and utilities of the present invention and are not intended to limit the invention. Any person skilled in the art can modify or change the above-mentioned embodiments without departing from the spirit and scope of the present invention. Accordingly, it is intended that all equivalent modifications or changes which can be made by those skilled in the art without departing from the spirit and technical spirit of the present invention be covered by the claims of the present invention.

Claims (10)

1. A method for managing order states based on a state machine is characterized by comprising the following steps:
the server acquires at least one to-be-processed service order from at least one service platform;
determining the service type of the at least one service order to be processed;
calling pre-configured micro-services corresponding to the service types of the service orders to be processed from a database, wherein the micro-services are formed by encapsulating state machines, and each micro-service corresponds to one state machine;
and processing the service order to be processed through the micro-service corresponding to the service type of the service order to be processed.
2. The state machine based order state management method of claim 1, wherein the method of configuring the state machine comprises:
receiving an instruction for configuring a state machine;
determining the service type of the to-be-processed service order corresponding to the instruction;
determining configuration information matched with the state machine according to the service type of the service order to be processed;
and configuring the state machine according to the configuration information.
3. The state machine based order state management method of claim 2, further comprising: and exporting the configuration file corresponding to the state machine.
4. The state machine based order state management method of claim 2, wherein the configuration information of the state machine comprises: state machine name, the state machine's flow state, and the triggering event for each state.
5. The state machine based order state management method of claim 3, further comprising:
and if the configuration information of the state machine is updated, updating the configuration information of the corresponding state machine in the database and the micro service corresponding to the state machine.
6. The state machine based order state management method of claim 5, wherein prior to exporting the configuration file corresponding to the state machine, the method further comprises:
testing the state machine to verify the correctness of the service; and/or
And testing again according to the modified state machine until the service is correct.
7. The state machine based order state management method of claim 2, further comprising:
and providing a visual operation interface for graphically displaying the state so that a user can configure the configuration information of the state machine through the visual operation interface.
8. An order status management apparatus based on a state machine, comprising:
the order acquisition module is used for acquiring at least one to-be-processed business order from at least one business platform;
the order type acquisition module is used for determining the service type of the at least one service order to be processed;
the calling module is used for calling the pre-configured micro-services corresponding to the service types of the service orders to be processed from a database, the micro-services are formed by packaging state machines, and each micro-service corresponds to one state machine;
and the order processing module is used for processing the service order through the micro-service corresponding to the service type of the service order to be processed.
9. A state machine based order state management apparatus comprising a processor coupled to a memory, the memory storing program instructions that, when executed by the processor, implement the method of any of claims 1 to 7.
10. A computer-readable storage medium, characterized by comprising a program which, when run on a computer, causes the computer to perform the method of any one of claims 1 to 7.
CN202111363354.9A 2021-11-17 2021-11-17 State machine-based order state management method, device, equipment and medium Pending CN114037496A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111363354.9A CN114037496A (en) 2021-11-17 2021-11-17 State machine-based order state management method, device, equipment and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111363354.9A CN114037496A (en) 2021-11-17 2021-11-17 State machine-based order state management method, device, equipment and medium

Publications (1)

Publication Number Publication Date
CN114037496A true CN114037496A (en) 2022-02-11

Family

ID=80144667

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111363354.9A Pending CN114037496A (en) 2021-11-17 2021-11-17 State machine-based order state management method, device, equipment and medium

Country Status (1)

Country Link
CN (1) CN114037496A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112800120A (en) * 2021-01-26 2021-05-14 政采云有限公司 Service processing method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107578206A (en) * 2017-05-12 2018-01-12 顺丰速运有限公司 A kind of barcode scanning posts part method and service end, reading terminals and client
CN109213770A (en) * 2018-06-06 2019-01-15 平安科技(深圳)有限公司 Data processing method, system, computer equipment and storage medium
CN112950302A (en) * 2019-12-10 2021-06-11 国网电子商务有限公司 Order processing method and device
CN113626798A (en) * 2021-08-10 2021-11-09 广域铭岛数字科技有限公司 Application system management platform, method, equipment and medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107578206A (en) * 2017-05-12 2018-01-12 顺丰速运有限公司 A kind of barcode scanning posts part method and service end, reading terminals and client
CN109213770A (en) * 2018-06-06 2019-01-15 平安科技(深圳)有限公司 Data processing method, system, computer equipment and storage medium
CN112950302A (en) * 2019-12-10 2021-06-11 国网电子商务有限公司 Order processing method and device
CN113626798A (en) * 2021-08-10 2021-11-09 广域铭岛数字科技有限公司 Application system management platform, method, equipment and medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
于海强: "商业订单平台的设计与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》, no. 04, 15 April 2021 (2021-04-15), pages 2 - 3 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112800120A (en) * 2021-01-26 2021-05-14 政采云有限公司 Service processing method and device

Similar Documents

Publication Publication Date Title
CN100511156C (en) Apparatus for compulsively terminating thread blocked on input/output operation and method for the same
CN109684057A (en) Task processing method, device and storage medium
CN103544153A (en) Data updating method and system based on database
US11010276B2 (en) Configurable code fingerprint
CN111694638A (en) Rule package loading method, rule package executing method and terminal equipment
CN114037496A (en) State machine-based order state management method, device, equipment and medium
CN110109706A (en) The system and method for component inventory and compliance are realized in platform
CN115328457A (en) Method and device for realizing form page based on parameter configuration
CN109618070A (en) Bill charging method, device, equipment and medium
CN109241110A (en) Order management method and system, electronic equipment, storage medium
US20210194710A1 (en) Information processing apparatus and service cost calculation method
CN114663177A (en) State change control method, device, electronic equipment and storage medium
CN112416488A (en) User portrait implementation method and device, computer equipment and computer readable storage medium
CN112860419A (en) Multi-instance task execution method and device, terminal equipment and computer storage medium
CN109801044A (en) It insures creation method, device and the storage medium of product
CN116136813B (en) Method, device and storage medium for simulating adaptive multi-model avionics signals
CN114003248B (en) Model management method and device, electronic equipment and storage medium
WO2024114340A1 (en) Method and apparatus for constructing digital twin model in plurality of logistics scenarios, and device and medium
CN109962788A (en) Multi-controller dispatching method, device and system and computer readable storage medium
CN102591638B (en) Events fired pre- and post-method execution
CN111198675B (en) Management and control method and system
CN114968286A (en) Micro-service issuing method, device, storage medium and electronic equipment
CN112529590B (en) Service information generation method and device, electronic equipment and storage medium
CN112541756B (en) Block chain contract upgrading method and device, computer equipment and readable storage medium
US20220237021A1 (en) Systems and methods of telemetry diagnostics

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