CN110992128A - Method, device and storage medium for distributed adaptation of different object reservation orders - Google Patents

Method, device and storage medium for distributed adaptation of different object reservation orders Download PDF

Info

Publication number
CN110992128A
CN110992128A CN201911121498.6A CN201911121498A CN110992128A CN 110992128 A CN110992128 A CN 110992128A CN 201911121498 A CN201911121498 A CN 201911121498A CN 110992128 A CN110992128 A CN 110992128A
Authority
CN
China
Prior art keywords
executing
order
generation
flow
database
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
CN201911121498.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.)
Marco Polo Travel Technology Co ltd
Original Assignee
Marco Polo Travel 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 Marco Polo Travel Technology Co ltd filed Critical Marco Polo Travel Technology Co ltd
Priority to CN201911121498.6A priority Critical patent/CN110992128A/en
Publication of CN110992128A publication Critical patent/CN110992128A/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/02Reservations, e.g. for tickets, services or events
    • 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/0613Third-party assisted

Landscapes

  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • Accounting & Taxation (AREA)
  • Engineering & Computer Science (AREA)
  • General Business, Economics & Management (AREA)
  • Theoretical Computer Science (AREA)
  • Development Economics (AREA)
  • Marketing (AREA)
  • General Physics & Mathematics (AREA)
  • Economics (AREA)
  • Strategic Management (AREA)
  • Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • Quality & Reliability (AREA)
  • Operations Research (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Human Resources & Organizations (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention provides a distributed method, a device and a storage medium for adapting to reservation orders of different objects, and belongs to the technical field of computers. The method for distributively adapting the reservation generation of different objects comprises the following steps: classifying the objects in advance, and storing and executing a preset order generation step in a database; according to the step of executing the preset generating order stored in the database, acquiring a flow of executing the preset generating order corresponding to each type of object, wherein the flow of executing the preset generating order comprises a plurality of steps of executing the preset generating order and the sequence of executing each step of the preset generating order; if a request of the object reservation billing is received, acquiring the flow for executing the reservation billing according to the type of the object; and executing the preset generation order according to the flow of executing the preset generation order. The distributed method for adapting to the scheduled generation of different objects can adapt to the flow of the scheduled generation of different objects.

Description

Method, device and storage medium for distributed adaptation of different object reservation orders
Technical Field
The invention relates to the technical field of computers, in particular to a distributed method for adapting to reservation orders of different objects.
Background
With the development of civil aviation electronic tickets replacing paper tickets and internet technology, a ticket B2B platform comes to the end, a ticket B2B platform plays a role in the middle link of an airline company and a supplier (ticket distributor), a ticket B2B platform integrates flight and ticket information of all large airlines, the information is sent to the supplier, the ticket is sold to passengers and colleagues by the supplier, and the ticket B2B platform acquires complete information (PNR) of passenger seat booking from the supplier and sends the information to the corresponding airline company.
As the air ticket B2B platform, different suppliers need to be docked, the types of the suppliers generally include a ticket agent (GDS air ticket), airline direct operation, and third-party software, and for different suppliers, the flow of the reservation policy is different, and how to adapt to the flow of the reservation policy of different suppliers becomes a problem that needs to be solved urgently.
Disclosure of Invention
In order to solve the foregoing technical problem or at least partially solve the foregoing technical problem, embodiments of the present invention provide a method, an apparatus, and a storage medium for distributed adaptation to different object reservation orders, which can adapt to processes of different object reservation orders.
In a first aspect, an embodiment of the present invention provides a method for distributively adapting to scheduled generation of different objects, including:
classifying the objects in advance, and storing and executing a preset order generation step in a database;
according to the step of executing the preset generating order stored in the database, acquiring a flow of executing the preset generating order corresponding to each type of object, wherein the flow of executing the preset generating order comprises a plurality of steps of executing the preset generating order and the sequence of executing each step of the preset generating order;
if a request of the object reservation billing is received, acquiring the flow for executing the reservation billing according to the type of the object;
and executing the preset generation order according to the flow of executing the preset generation order.
Optionally, before the obtaining the flow of executing the scheduled generation order according to the type of the object if the request of the scheduled generation order of the object is received, the method further includes:
and distributing the same interface to all the objects, and receiving a request of ordering the objects through the interface.
Optionally, the step of executing the predetermined order includes a service logic step and a database saving step, and the service logic step and the database saving step are processed in series;
the order of executing each of the predetermined order steps includes an order of executing each of the business logic steps, the save database.
Optionally, the step of executing the predetermined order includes a service logic step and a database saving step, and the service logic step and the database saving step are processed in parallel;
the order of executing each of the steps of the predetermined order includes an order of executing each of the business logic steps.
Optionally, the step of saving the database includes a plurality of steps, and the sequence of executing each step of the predetermined order further includes the sequence of executing each step of saving the database.
Optionally, the flow of executing the predetermined order is atomic, so that all of the steps of executing the predetermined order and the sequence of executing each of the steps of executing the predetermined order are executed or all of the steps are failed.
Optionally, the pre-classifying the object includes:
and labeling various objects in advance according to the types of the objects.
Optionally, if a request for a reservation policy of an object is received, the obtaining the flow for executing the reservation policy according to the type of the object includes:
if a request of reserving an order for an object is received, identifying the type of the object according to the label;
and acquiring the flow for executing the preset generation according to the type of the object.
In a second aspect, an embodiment of the present invention provides a predetermined order generation device, including:
a classification module for classifying the object;
the storage module is used for storing the step of executing the scheduled order generation in a database;
the abstract module is used for acquiring the flow for executing the scheduled generation corresponding to each type of object according to the steps for executing the scheduled generation stored in the database, wherein the flow for executing the scheduled generation comprises a plurality of steps for executing the scheduled generation and the sequence of the steps for executing each scheduled generation;
the flow acquisition module is used for acquiring the flow for executing the preset generation order according to the type of the object after receiving the request of the preset generation order of the object;
and the execution module is used for executing the preset generation sheet according to the flow of executing the preset generation sheet.
In a third aspect, an embodiment of the present invention provides a computer-readable storage medium, which stores a computer program, the computer program comprising program instructions, which, when executed, cause a processor to perform the method as described above.
The invention has the beneficial effects that:
the distributed method for adapting to the preset generation of different objects, provided by the invention, classifies the objects to be adapted in advance, stores the step of executing the preset generation into the database, then acquires the flow of executing the preset generation according to the objects according to the step of executing the preset generation stored in the database, and after receiving the request of the preset generation of the objects, acquires the flow of executing the preset generation according to the types of the objects and executes the preset generation. According to the distributed method for adapting to the reservation bill generation of different objects, the flow of the reservation bill generation of different objects can be adapted.
Drawings
The advantages of the above and/or additional aspects of the present invention will become apparent and readily appreciated from the following description of the embodiments taken in conjunction with the accompanying drawings of which:
FIG. 1 is a flow chart diagram illustrating a method for distributively adapting reservation orders for different objects according to an embodiment of the present invention;
FIG. 2 is a detailed flowchart of a method for distributively adapting to reservation billing of different objects according to an embodiment of the present invention;
FIG. 3 is a schematic structural diagram of a predetermined order generation device according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a predetermined order generation device according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
Fig. 1 is a schematic flowchart illustrating a method for distributively adapting to reservation billing of different objects according to an embodiment of the present invention, and as shown in fig. 1, the method for distributively adapting to reservation billing of different suppliers according to an embodiment of the present invention includes:
step 100, classifying objects in advance, and storing and executing a preset order generation step in a database;
200, obtaining a flow for executing the scheduled generation corresponding to each type of object according to the step for executing the scheduled generation stored in the database, wherein the flow for executing the scheduled generation comprises a plurality of steps for executing the scheduled generation and a sequence for executing each step for executing the scheduled generation;
step 300, if a request of the object reservation billing is received, acquiring the flow of executing the reservation billing according to the type of the object;
step 400, executing the scheduled generation according to the flow of executing the scheduled generation.
According to the distributed method for adapting to the preset generation of different objects, the objects are classified in advance, and the step of executing the preset generation is stored in a database; abstracting the flow of executing the scheduled generation order corresponding to each type of object according to the step of executing the scheduled generation order stored in the database; after receiving the request of the object reservation billing, acquiring the flow for executing the reservation billing according to the type of the object; according to the flow for executing the preset generation order, the method for distributively adapting to the preset generation orders of different objects can adapt to the flow for executing the preset generation order of different objects.
In the embodiment of the present invention, according to the difference of the objects, the difference exists between the flow of executing the predetermined order generation and the step of executing the predetermined order generation, for example, there are different objects: the method comprises the following steps of an object A, an object B and an object C, wherein the process of executing a preset order by the object A comprises the following steps: step h, step i, step j and step k, the process of executing the preset generation list by the object B is as follows: step i, step j, step k, and step h, the process of executing the predetermined order generation by the object C is as follows: step i, step j and step k, it can be seen that the flow of executing the predetermined order generation is different for different types of objects: for this reason, in step 100, all steps required for executing a predetermined order for all objects are stored in a database, and in step 200, according to the steps for executing the predetermined order stored in the database, a flow for executing the predetermined order for each class of the objects is abstracted, where the flow for executing the predetermined order for generating the predetermined order includes a plurality of steps for executing the predetermined order and a sequence of steps for executing each predetermined order, and specifically includes: and acquiring the steps required by the object to execute the scheduled generation order from all the scheduled generation order flows stored in the database according to the steps for executing the scheduled generation order stored in the database, and acquiring the sequence for executing the steps for executing the scheduled generation order.
Fig. 2 is a specific flowchart of a method for adapting to reservation billing of different objects according to an embodiment of the present invention. As in fig. 2, prior to step 300, the method further comprises:
and step 210, distributing the same interface to all the objects, and receiving a request of the object reservation order through the interface.
In the embodiment of the invention, the same interface is allocated to the object, different objects, such as suppliers, can be butted with different objects through the interface by a system end (B2B platform end), so that data interaction is realized, and the request of a preset order is sent by the different objects through the same interface, so that the unification and abstraction of service codes are ensured.
In step 200 of the embodiment of the present invention, the step of executing the scheduled ordering includes a service logic step and a database saving step, where the service logic step includes calling an object database to generate passenger ordering information (PNR), checking validity of information, inquiring ticket price, changing a current order state, and the database saving step includes storing the information of the target scheduled ordering in the database, storing the passenger ordering information in the database, and the like.
In one embodiment, the business logic steps are processed serially with the save database steps. In this embodiment, in step 200, the step of executing each scheduled generation order includes a step of executing each service logic and a step of storing a database. Optionally, the step of saving a database comprises a plurality of steps, and the order of performing the step of ordering each of the predetermined orders comprises the order of performing each of the business logic, each of the steps of saving a database.
In the embodiment of the invention, the service logic step and the data storage step are processed in series, so that the occupation of the memory can be saved. For example: in the process of a preset order generation, the flow of the preset order generation is assumed as follows: storing the information of the object reservation order in a database, calling the object database to generate passenger seat reservation information (PNR), checking the validity of the information, inquiring the ticket price and changing the current order state, wherein the service logic step comprises the following steps: calling an object database to generate passenger reservation information (PNR), checking information validity, inquiring ticket price and changing a current order state, wherein the step of storing the database comprises storing the information of the object reservation receipt in the database, at the moment, a business logic step and a step of storing the database are processed in series, for this reason, a business logic step (calling the object database to generate the passenger reservation information (PNR), checking information validity, inquiring ticket price and changing the current order state) and a step of storing the database (storing the information of the object reservation receipt in the database) and the sequence among the steps are abstracted in the database according to the stored step of executing the reservation receipt, so that the flow of the object reservation receipt is obtained, and the obtained flow is sequentially executed: storing the information of the object reservation order in a database, calling the object database to generate passenger seat reservation information (PNR), checking the validity of the information, inquiring the ticket price and changing the current order state.
In another embodiment, the business logic step is processed in parallel with the save database step. In this embodiment, in step 200, the sequence of executing each predetermined generation order includes the sequence of executing each service logic. Wherein the step of saving the database is processed in parallel with the plurality of business logic steps.
In the embodiment of the invention, the step of storing the database and the step of business logic are processed in parallel, so that the response speed of the system can be increased, and the efficiency of the system can be improved. For example: in the process of a preset order generation, the flow of the preset order generation is assumed as follows: storing the information of the object reservation order in a database, calling the object database to generate passenger seat reservation information (PNR), checking the validity of the information, inquiring the ticket price and changing the current order state, wherein the service logic step comprises the following steps: calling an object database to generate passenger seat reservation information (PNR), checking information validity, inquiring ticket price and changing current order state, storing the database step comprising storing the information of the object reservation receipt in the database, at the moment, processing the business logic step and the database storing step in parallel, abstracting the business logic step (calling the object database to generate passenger seat reservation information (PNR), checking information validity, inquiring ticket price and changing current order state) and the database storing step (storing the information of the object reservation receipt in the database) and the mutual sequence among all the business logic steps in the database according to the stored step of executing the reservation receipt, at the moment, because the operation of the database storing step and the operation of all the business logic steps are not dependent on each other, processing the business logic step and the database storing step in parallel, the response speed and the efficiency of the system can be remarkably improved.
Optionally, the step of saving the database includes a plurality of steps, in step 200, the sequence of executing each predetermined order includes a book sequence of executing each business logic step and a sequence of executing each step of saving the database, the business logic step and the step of saving the database are processed in parallel, and at this time, during the parallel processing, the mutual sequence between each step of saving the database needs to be abstracted.
Optionally, a relationship that a part of database storing steps and a part of business logic steps are depended on each other may exist, and a sequence of executing the order must exist, therefore, in an embodiment of the present invention, according to the step of executing the predetermined order stored in the database, a business logic step, a database storing step, a mutual sequence between each business logic step, a mutual sequence between each database storing step, and a sequence between a business logic step and a database storing step having a sequence are abstracted, so that according to the method for distributively adapting the predetermined order of different objects of the embodiment of the present invention, a partial serial processing of the business logic step and the database storing step in which the mutual dependence exists is realized, and a partial parallel processing of the mutual dependence does not exist, while a smooth operation of the system is ensured, the efficiency of the system can also be improved.
Optionally, in an embodiment of the present invention, the flow for executing the predetermined policy generation has atomicity, or in other words, the flow for executing the predetermined policy generation is an atomicity operation for a certain object, so that when the flow for executing the predetermined policy generation is executed next time, either all the steps and sequences of the predetermined policy generation included in the flow for executing the predetermined policy generation are executed, or all the steps and sequences of the predetermined policy generation included in the flow for executing the predetermined policy generation fail, thereby avoiding sudden interruption of the predetermined policy generation process in the steps of a certain predetermined policy generation due to a sudden failure.
In this embodiment of the present invention, in step 100, the classifying the object in advance includes: and labeling various objects in advance according to the types of the objects, so that when the objects of different types are in butt joint with the system, the system can identify the types of the objects, and a flow of a preset order corresponding to the objects is obtained.
For this purpose, referring to fig. 2, in step 300, if a request for a reservation policy of an object is received, acquiring the flow for executing the reservation policy according to the type of the object includes:
step 310, if a request of ordering an object to be scheduled is received, identifying the type of the object according to the label;
step 320, obtaining the flow of executing the predetermined order according to the type of the object.
In the embodiment of the invention, after a request of the object for reservation of the order is received, the type of the object is identified through the preset label, and the flow of the object for execution of the reservation of the order is further obtained through program adaptation.
Fig. 3 is a schematic structural diagram of a reservation billing device according to an embodiment of the present invention, and referring to fig. 3, the reservation billing device according to an embodiment of the present invention is configured to adapt to requests of reservation billing of different objects, and the reservation billing device according to an embodiment of the present invention includes:
a classification module 1000 for classifying objects;
a storage module 2000 for storing the step of executing the predetermined order generation in a database;
an abstraction module 3000, configured to abstract a flow of executing a scheduled generation order corresponding to each type of the object according to a step of executing the scheduled generation order stored in the database, where the flow of executing the scheduled generation order includes a plurality of steps of executing the scheduled generation order and a sequence of executing each step of the scheduled generation order;
a flow obtaining module 4000, configured to obtain, according to a type of an object, a flow for executing a scheduled generation order after receiving a request for the scheduled generation order of the object;
and the execution module 5000 is used for executing the scheduled generation according to the flow of executing the scheduled generation.
Fig. 4 shows a schematic structural diagram of a reservation billing device according to an embodiment of the present invention, and referring to fig. 4, the reservation billing device according to the embodiment of the present invention is assigned with an interface 6000, the reservation billing device assigns the same interface 6000 for different objects, and different objects are all interfaced with the reservation billing device through the same interface 6000, so as to implement data interaction, and initiate a reservation billing request to the reservation billing device, thereby ensuring unification and abstraction of external service codes.
In the embodiment of the invention, the flow for executing the preset generation order has atomicity, and the flow for executing the preset generation order is prevented from being interrupted in the middle.
Referring to fig. 4, the order generation apparatus according to the embodiment of the present invention further includes a marking module 7000 for labeling each type of object according to the type of the object when classifying the object.
Referring to fig. 4, in the embodiment of the present invention, the flow acquiring module 4000 includes:
a tag identification unit 4100 for identifying the type of the object according to the tag of the object after receiving a request for a predetermined generation of a ticket of the object;
a flow acquiring unit 4200, configured to acquire a flow for executing a predetermined production order according to the type of the object after the type of the object is identified.
In the embodiment of the present invention, when the execution module 5000 executes a predetermined generation flow, serial processing or parallel processing may be performed according to a requirement for system operation efficiency.
Embodiments of the present invention also provide a computer-readable storage medium storing a computer program, the computer program comprising program instructions that, when executed, cause a processor to perform the method for distributively adapting to different object reservation orders as described above.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The foregoing are merely exemplary embodiments of the present invention, which enable those skilled in the art to understand or practice the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A method for distributed adaptation to different object reservation orders, comprising:
classifying the objects in advance, and storing and executing a preset order generation step in a database;
according to the step of executing the preset generating order stored in the database, acquiring a flow of executing the preset generating order corresponding to each type of object, wherein the flow of executing the preset generating order comprises a plurality of steps of executing the preset generating order and the sequence of executing each step of the preset generating order;
if a request of the object reservation billing is received, acquiring the flow for executing the reservation billing according to the type of the object;
and executing the preset generation order according to the flow of executing the preset generation order.
2. The method according to claim 1, wherein before the obtaining the flow of executing the predetermined order generation according to the type of the object if the request for the predetermined order generation of the object is received, the method further comprises:
and distributing the same interface to all the objects, and receiving a request of ordering the objects through the interface.
3. The method according to claim 1 or 2, characterized in that said step of executing a predetermined order comprises a business logic step and a database saving step, said business logic step being processed in series with said database saving step;
the order of executing each of the predetermined order steps includes an order of executing each of the business logic steps, the save database steps.
4. The method according to claim 1 or 2, characterized in that said step of executing a predetermined order comprises a business logic step and a database saving step, said business logic step being processed in parallel with said database saving step;
the order of executing each of the steps of the predetermined order includes an order of executing each of the business logic steps.
5. The method of claim 4, wherein said step of saving a database comprises a plurality, and wherein said sequence of performing each of said steps of ordering further comprises a sequence of performing each of said steps of saving a database.
6. The method of claim 1, wherein the process of executing the predetermined order is atomic such that the plurality of steps of executing the predetermined order and the order of executing each of the steps of executing the predetermined order are all executed or all fail.
7. The method of claim 1, wherein the pre-classifying the object comprises:
and labeling various objects in advance according to the types of the objects.
8. The method according to claim 7, wherein the obtaining the flow of executing the predetermined order generation according to the type of the object if the request for the predetermined order generation of the object is received comprises:
if a request of reserving an order for an object is received, identifying the type of the object according to the label;
and acquiring the flow for executing the preset generation according to the type of the object.
9. A reservation ordering device, comprising:
a classification module for classifying the object;
the storage module is used for storing the step of executing the scheduled order generation in a database;
the abstract module is used for abstracting the flow for executing the scheduled generation order corresponding to each type of object according to the steps for executing the scheduled generation order stored in the database, and the flow for executing the scheduled generation order comprises a plurality of steps for executing the scheduled generation order and the sequence of the steps for executing each scheduled generation order;
the flow acquisition module is used for acquiring the flow for executing the preset generation order according to the type of the object after receiving the request of the preset generation order of the object;
and the execution module is used for executing the preset generation sheet according to the flow of executing the preset generation sheet.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores a computer program comprising program instructions that, when executed, cause a processor to perform the method according to any of claims 1 to 8.
CN201911121498.6A 2019-11-15 2019-11-15 Method, device and storage medium for distributed adaptation of different object reservation orders Pending CN110992128A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911121498.6A CN110992128A (en) 2019-11-15 2019-11-15 Method, device and storage medium for distributed adaptation of different object reservation orders

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911121498.6A CN110992128A (en) 2019-11-15 2019-11-15 Method, device and storage medium for distributed adaptation of different object reservation orders

Publications (1)

Publication Number Publication Date
CN110992128A true CN110992128A (en) 2020-04-10

Family

ID=70084422

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911121498.6A Pending CN110992128A (en) 2019-11-15 2019-11-15 Method, device and storage medium for distributed adaptation of different object reservation orders

Country Status (1)

Country Link
CN (1) CN110992128A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107688924A (en) * 2017-06-26 2018-02-13 平安科技(深圳)有限公司 Accreditation method, apparatus and computer-readable recording medium
CN108628947A (en) * 2018-04-02 2018-10-09 阿里巴巴集团控股有限公司 A kind of business rule matched processing method, device and processing equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107688924A (en) * 2017-06-26 2018-02-13 平安科技(深圳)有限公司 Accreditation method, apparatus and computer-readable recording medium
CN108628947A (en) * 2018-04-02 2018-10-09 阿里巴巴集团控股有限公司 A kind of business rule matched processing method, device and processing equipment

Similar Documents

Publication Publication Date Title
CN108876122B (en) Batch work order processing method and device, computer equipment and storage medium
US9778886B2 (en) Error handling for print workflows
US20100269087A1 (en) Software tools usage framework based on tools effective usage index
US20130208315A1 (en) Generating Workflow Sequences for Print Jobs
US8190494B2 (en) Order processing analysis tool
US7298501B2 (en) Method of, computer program for, and system for maintaining print system media resources
CN110827002B (en) Approval method based on workflow and workflow engine
US20140316859A1 (en) Setting up Milestones for Desired Performance
CN112308515B (en) NDC (non-uniform data storage) processing system oriented to NDC (non-uniform data storage) aggregator and service request processing method thereof
US20140009773A1 (en) Printing and packaging work controller, computer readable medium, printing and packaging work management system, and printing and packaging work control method
CN111291051B (en) Freight rate data processing method and device, storage medium and electronic equipment
CN111784292A (en) Electronic passenger ticket refunding method and device, airline department system and payment system
US8649044B2 (en) Computer processing of differences between print job files
CN109408092B (en) Method and device for releasing front-end version, storage medium and electronic equipment
CN113724050A (en) Information processing method, device, system, equipment and storage medium
CN110992128A (en) Method, device and storage medium for distributed adaptation of different object reservation orders
US20070136226A1 (en) Jdf package management method
JP2020057356A (en) Intelligent prediction of bundles of spare parts
US9268514B2 (en) Formatting data
US10146598B1 (en) Reactor pattern in the cloud
CN112995188A (en) Message conversion method, intermediate adaptation device, storage medium and electronic equipment
CN111522748A (en) Automatic test case generation method and device, server and storage medium
US20190102810A1 (en) Methods and systems for calculating aircraft component value
US20210103833A1 (en) Workflow support apparatus, workflow support system, and non-transitory computer readable medium storing program
JP6498588B2 (en) Information distribution system and information distribution method

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