CN115187164A - Information estimation method and device - Google Patents

Information estimation method and device Download PDF

Info

Publication number
CN115187164A
CN115187164A CN202210803171.2A CN202210803171A CN115187164A CN 115187164 A CN115187164 A CN 115187164A CN 202210803171 A CN202210803171 A CN 202210803171A CN 115187164 A CN115187164 A CN 115187164A
Authority
CN
China
Prior art keywords
warehouse
time
order
transportation
estimated
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
CN202210803171.2A
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.)
Beijing Jingdong Qianshi Technology Co Ltd
Original Assignee
Beijing Jingdong Qianshi 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 Beijing Jingdong Qianshi Technology Co Ltd filed Critical Beijing Jingdong Qianshi Technology Co Ltd
Priority to CN202210803171.2A priority Critical patent/CN115187164A/en
Publication of CN115187164A publication Critical patent/CN115187164A/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
    • G06Q10/00Administration; Management
    • G06Q10/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/087Inventory or stock management, e.g. order filling, procurement or balancing against orders
    • 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/08Logistics, e.g. warehousing, loading or distribution; Inventory or stock management
    • G06Q10/083Shipping

Abstract

An information estimation method provided by an embodiment of the present disclosure includes: the method comprises the steps of firstly obtaining an order code corresponding to an order to be estimated, wherein the order code comprises a bin type code and a transportation type code, then matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the bin type code, then matching a corresponding target transportation scheme from the preset transportation scheme set based on the transportation type code, finally determining estimated time information of the order to be estimated based on the target warehouse scheme and the target transportation scheme, determining the target warehouse scheme and the target transportation scheme of a warehouse stage and the target transportation scheme of a transportation stage based on the order code, and then adding estimated time of each stage based on the target warehouse scheme and the target transportation scheme of the transportation stage to obtain the estimated time information of the whole order to be estimated, so that the accuracy of information estimation is improved.

Description

Information pre-estimation method and device
Technical Field
The embodiment of the disclosure relates to the technical field of computers and the technical field of internet, in particular to the technical field of warehousing and logistics, and particularly relates to an information pre-estimation method and device.
Background
At present, supply chain merchants need to calculate the estimated completion time of orders such as purchase orders and the like, the estimated completion time of warehousing orders, the estimated completion time of delivery orders, the estimated delivery time of BO orders, the estimated completion time of allocation warehousing and the like according to the time efficiency of warehouse and transportation, or need to reversely push the time of latest delivery to the warehouse according to the scheduled delivery time and the like. However, in the current common implementation mode, the functions are realized through layer-by-layer hard codes, and there is no systematic order time estimation method.
Disclosure of Invention
The embodiment of the disclosure provides an information pre-estimation method, an information pre-estimation device, electronic equipment and a computer readable medium.
In a first aspect, an embodiment of the present disclosure provides an information estimation method, where the method includes: acquiring an order code corresponding to an order to be pre-estimated, wherein the order code comprises a bin type code and a transportation type code; matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the warehouse type codes; matching a corresponding target transportation scheme from a preset transportation scheme set based on the transportation type codes; and determining estimated time information of the order to be estimated based on the target warehouse scheme and the target transportation scheme.
In some embodiments, matching a corresponding target warehouse schema from a set of preset warehouse schemas based on the bin type code comprises: based on the bin type code, acquiring the document type, the service type and the warehouse name of the order to be estimated; and matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the document type, the service type and the warehouse name of the order to be estimated.
In some embodiments, the set of preset shipping schemes includes a plurality of shipping schemes for a plurality of carriers; and matching a corresponding target transportation scheme from a preset transportation scheme set based on the transportation type code, wherein the method comprises the following steps: acquiring the bill type, the service type, the carrier and the transportation type of the order to be estimated based on the transportation type code; and matching the corresponding target transportation scheme from a plurality of transportation schemes corresponding to a plurality of carriers based on the bill type, the service type, the carrier and the transportation type of the order to be estimated.
In some embodiments, determining estimated time information for the order to be estimated based on the target warehouse plan and the target shipping plan includes: determining warehouse time of an order to be estimated based on a target warehouse scheme; determining the transportation time of the order to be estimated based on the target transportation scheme; and determining the estimated time information of the order to be estimated based on the warehouse time and the transportation time of the order to be estimated.
In some embodiments, the preset warehouse schema set comprises a plurality of warehouse schemas, and the plurality of warehouse schemas comprise a plurality of warehouse execution schemas corresponding to a plurality of warehouses; and determining a warehouse time for the order to be forecasted based on the target warehouse plan, including: acquiring order cutting time of a plurality of warehouse execution schemes in a target warehouse scheme; matching a corresponding target warehouse execution scheme from the plurality of warehouse execution schemes based on the order cutting time in the plurality of warehouse execution schemes and the starting time corresponding to the bin type code; and based on the target warehouse execution scheme, carrying out forward calculation on the starting time corresponding to the warehouse type code, and determining the warehouse time of the order to be estimated.
In some embodiments, the preset warehouse schema set comprises a plurality of warehouse schemas, and the plurality of warehouse schemas comprise a plurality of warehouse execution schemas corresponding to a plurality of warehouses; and determining a warehouse time of the order to be pre-estimated based on the target warehouse plan, comprising: acquiring warehouse completion time of a plurality of warehouse execution schemes in a target warehouse scheme; matching a corresponding target warehouse execution scheme from the plurality of warehouse execution schemes based on the warehouse completion time in the plurality of warehouse execution schemes and the completion time corresponding to the warehouse type code; and based on the target warehouse execution scheme, performing reverse calculation on the completion time corresponding to the warehouse type code, and determining the warehouse time of the order to be estimated.
In some embodiments, determining a transit time for the order to be pre-estimated based on the target transit plan includes: acquiring order intercepting time of the target transportation scheme from the target transportation scheme; and based on the order intercepting time of the target transportation scheme, forward calculation is carried out on the starting time corresponding to the transportation type code, and the transportation time of the order to be estimated is determined.
In some embodiments, determining a transit time for the order to be forecasted based on the target transit scenario includes: acquiring the transportation duration of the target transportation scheme from the target transportation scheme; and based on the transportation duration of the target transportation scheme, performing reverse calculation on the completion time corresponding to the transportation type code, and determining the transportation time of the order to be estimated.
In some embodiments, the method further comprises: acquiring a warehouse working calendar corresponding to the target warehouse scheme and a transportation working calendar corresponding to the target transportation scheme; updating the warehouse time of the order to be estimated based on the warehouse working calendar to obtain the updated warehouse time of the order to be estimated; updating the transportation time of the order to be estimated based on the transportation work calendar to obtain the updated transportation time of the order to be estimated; and determining estimated time information of the order to be estimated based on the warehouse time and the transportation time of the order to be estimated, wherein the estimated time information comprises the following steps: and determining the estimated time information of the order to be estimated based on the updated warehouse time and the updated transportation time of the order to be estimated.
In a second aspect, an embodiment of the present disclosure provides an information estimation apparatus, including: the acquisition module is configured to acquire an order code corresponding to the order to be pre-estimated, wherein the order code comprises a bin type code and a transportation type code; a first matching module configured to match a corresponding target warehouse schema from a preset warehouse schema set based on a bin type code; a second matching module configured to match a corresponding target transportation scheme from a preset transportation scheme set based on the transportation type code; a determination module configured to determine estimated time information for the order to be estimated based on the target warehouse plan and the target transportation plan.
In some embodiments, a first matching module configured to: based on the bin type code, acquiring the document type, the service type and the warehouse name of the order to be estimated; and matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the document type, the service type and the warehouse name of the order to be estimated.
In some embodiments, the set of preset shipping schemes includes a plurality of shipping schemes for a plurality of carriers; and a second matching module configured to: based on the transportation type code, acquiring the bill type, the service type, the carrier and the transportation type of the order to be estimated; and matching the corresponding target transportation scheme from a plurality of transportation schemes corresponding to a plurality of carriers based on the bill type, the service type, the carrier and the transportation type of the order to be estimated.
In some embodiments, the determining module comprises: a warehouse time unit configured to determine a warehouse time of the order to be pre-estimated based on the target warehouse plan; a transit time unit configured to determine a transit time of the order to be pre-estimated based on the target transit scenario; the determining unit is configured to determine the estimated time information of the order to be estimated based on the warehouse time and the transportation time of the order to be estimated.
In some embodiments, the preset warehouse schema set comprises a plurality of warehouse schemas, and the plurality of warehouse schemas comprise a plurality of warehouse execution schemas corresponding to a plurality of warehouses; and, a warehouse time unit further configured to: acquiring order cutting time of a plurality of warehouse execution schemes in a target warehouse scheme; matching a corresponding target warehouse execution scheme from the plurality of warehouse execution schemes based on the order cutting time in the plurality of warehouse execution schemes and the starting time corresponding to the bin type code; and based on the target warehouse execution scheme, performing forward calculation on the starting time corresponding to the warehouse type code, and determining the warehouse time of the order to be estimated.
In some embodiments, the preset warehouse schema set comprises a plurality of warehouse schemas, and the plurality of warehouse schemas comprise a plurality of warehouse execution schemas corresponding to a plurality of warehouses; and, a warehouse time unit further configured to: acquiring warehouse completion time of a plurality of warehouse execution schemes in a target warehouse scheme; matching a corresponding target warehouse execution scheme from the plurality of warehouse execution schemes based on the warehouse completion time in the plurality of warehouse execution schemes and the completion time corresponding to the warehouse type code; and based on the target warehouse execution scheme, performing reverse calculation on the completion time corresponding to the warehouse type code, and determining the warehouse time of the order to be estimated.
In some embodiments, the transit time unit is further configured to: acquiring order intercepting time of the target transportation scheme from the target transportation scheme; and based on the order intercepting time of the target transportation scheme, forward calculation is carried out on the starting time corresponding to the transportation type code, and the transportation time of the order to be estimated is determined.
In some embodiments, the transit time unit is further configured to: acquiring the transportation duration of the target transportation scheme from the target transportation scheme; and based on the transportation time length of the target transportation scheme, performing reverse calculation on the completion time corresponding to the transportation type code, and determining the transportation time of the order to be estimated.
In some embodiments, the apparatus further comprises an update module; an acquisition module further configured to: acquiring a warehouse working calendar corresponding to the target warehouse scheme and a transportation working calendar corresponding to the target transportation scheme; an update module configured to: updating the warehouse time of the order to be estimated based on the warehouse working calendar to obtain the updated warehouse time of the order to be estimated; updating the transportation time of the order to be estimated based on the transportation work calendar to obtain the updated transportation time of the order to be estimated; and a determining unit, further configured to: and determining the estimated time information of the order to be estimated based on the updated warehouse time and the updated transportation time of the order to be estimated.
In a third aspect, an embodiment of the present disclosure provides an electronic device, including: one or more processors; a storage device having one or more programs stored thereon; when executed by one or more processors, cause the one or more processors to implement a method as described in any one of the embodiments of the first aspect.
In a fourth aspect, embodiments of the present disclosure provide a computer-readable medium on which a computer program is stored, which computer program, when executed by a processor, implements a method as described in any of the embodiments of the first aspect.
The information estimation method provided by the embodiment of the disclosure includes the steps that the execution main body firstly obtains an order code corresponding to an order to be estimated, the order code comprises a bin type code and a transportation type code, then, on the basis of the bin type code, a corresponding target warehouse scheme is matched from a preset warehouse scheme set, on the basis of the transportation type code, a corresponding target transportation scheme is matched from a preset transportation scheme set, finally, on the basis of the target warehouse scheme and the target transportation scheme, estimated time information of the order to be estimated is determined, the target warehouse scheme of a warehouse stage and the target transportation scheme of a transportation stage can be determined on the basis of the order code, estimated time of each stage can be predicted, estimated time of each warehouse stage is more accurate and compact, on the basis of the target scheme of the warehouse stage and the target transportation scheme of the transportation stage, estimated time information of each stage is added to obtain estimated time information of the whole order to be estimated, accuracy of information estimation is improved, and a new order time estimation method is provided, so that flexibility of order time estimation can be improved.
Drawings
Other features, objects and advantages of the disclosure will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
FIG. 1 is an exemplary system architecture diagram in which one embodiment of the present disclosure may be applied;
FIG. 2 is a flow diagram of one embodiment of an information prediction method according to the present disclosure;
FIG. 3 is a flow diagram for one embodiment of determining estimated time information for an order to be estimated, according to the present disclosure;
FIG. 4 is a flow diagram for one embodiment of determining a warehouse time for an order to be forecasted, according to the present disclosure;
FIG. 5 is a flow diagram of another embodiment of determining a warehouse time for an order to be forecasted according to the present disclosure;
FIG. 6 is a flow diagram for one embodiment of determining a transit time for an order to be forecasted in accordance with the present disclosure;
FIG. 7 is a flow diagram of another embodiment of determining a transit time for an order to be forecasted according to the present disclosure;
FIG. 8 is a flow diagram of another embodiment of determining estimated time information for an order to be estimated according to the present disclosure;
FIG. 9 is a schematic diagram of an embodiment of an information prediction apparatus according to the present disclosure;
FIG. 10 is a schematic structural diagram of an electronic device suitable for use in implementing embodiments of the present disclosure.
Detailed Description
The present disclosure is described in further detail below with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the relevant disclosure and are not limiting of the disclosure. It should be noted that, for the convenience of description, only the parts relevant to the related disclosure are shown in the drawings.
It should be noted that, in the present disclosure, the embodiments and the features of the embodiments may be combined with each other without conflict. The present disclosure will be described in detail below with reference to the accompanying drawings in conjunction with embodiments.
FIG. 1 illustrates an exemplary system architecture 100 of an information projection method and an information projection apparatus to which embodiments of the present disclosure may be applied.
As shown in fig. 1, the system architecture 100 may include terminal devices 104, 105, 106, a network 107, and servers 101, 102, 103. The network 107 serves as a medium for providing communication links between the terminal devices 104, 105, 106 and the servers 101, 102, 103. The network 107 may include various connection types, such as wired, wireless communication links, or fiber optic cables, among others.
A user may interact with servers 101, 102, 103 belonging to the same server cluster via a network 107 via terminal devices 104, 105, 106 to receive or transmit information or the like. Various applications may be installed on the terminal devices 104, 105, 106, such as an item presentation application, a data analysis application, a search-type application, and so on.
The terminal devices 104, 105, 106 may be hardware or software. When the terminal device is hardware, it may be various electronic devices having a display screen and supporting communication with the server, 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 is software, it can be installed in the electronic devices listed above. It may be implemented as a plurality of software or software modules or as a single software or software module. And is not particularly limited herein.
The servers 101, 102, 103 may be servers providing various services, such as background servers receiving requests sent by terminal devices with which a communication connection is established. The background server can receive and analyze the request sent by the terminal device and generate a processing result.
The servers 101, 102, and 103 may obtain order codes corresponding to the order to be estimated, where the order codes include bin type codes and transportation type codes, match corresponding target warehouse schemes from a preset warehouse scheme set based on the bin type codes, match corresponding target transportation schemes from the preset transportation scheme set based on the transportation type codes, and finally determine estimated time information of the order to be estimated based on the target warehouse schemes and the target transportation schemes.
The server may be hardware or software. When the server is hardware, it may be various electronic devices that provide various services to the terminal device. When the server is software, it may be implemented as a plurality of software or software modules for providing various services to the terminal device, or may be implemented as a single software or software module for providing various services to the terminal device. And is not particularly limited herein.
It should be noted that the information estimation method provided by the embodiments of the present disclosure may be executed by the servers 101, 102, and 103. Accordingly, the information estimation device is arranged in the servers 101, 102, 103.
It should be understood that the number of terminal devices, networks, and servers in fig. 1 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
With continued reference to FIG. 2, a flow 200 of one embodiment of an information prediction method in accordance with the present disclosure is shown. The information estimation method comprises the following steps:
step 210, obtaining an order code corresponding to the order to be pre-estimated.
In this step, the terminal may obtain an order to be estimated, where the order to be estimated may include an order to be delivered that has completed payment at the terminal or an order to be queried that has not completed payment at the terminal, where the order to be delivered represents an order that has completed payment and is to be transported and delivered by the user, and the order to be queried represents an order that has not been paid by the user and needs to be queried for delivery time and order placement time. And then the terminal can analyze and process the order information in the order to be estimated, obtain the delivery address, the receiving address, the receipt type, the service type, the carrier and the transportation type of the order to be estimated, and carry out rule coding on the delivery address, the receiving address, the receipt type, the service type, the carrier and the transportation type of the order to be estimated to obtain an order code comprising a bin type code and a transportation type code.
The warehouse type code can be information confirmation and rule coding according to a delivery address, a receiving address, a document type and a service type of an order to be pre-estimated, and the obtained warehouse code can comprise warehouse warehousing code and warehouse ex-warehouse code; the transportation type code can be obtained by performing information confirmation and rule coding according to the delivery address, the receiving address, the receipt type, the service type, the carrier and the transportation type of the order to be estimated.
The terminal may send the order code of the order to be forecasted to an execution body (e.g., servers 101, 102, 103 in fig. 1) on which the information forecasting method operates, and the execution body may receive the order code of the order to be forecasted, which includes a bin type code and a transportation type code, through the network.
And step 220, matching the corresponding target warehouse scheme from the preset warehouse scheme set based on the warehouse type codes.
In this step, after the execution main body obtains the order code of the order to be estimated, the execution main body may obtain the check rule according to the order type of the order to be estimated, where different order types correspond to different check rules, and as an example, the sales type order may correspond to the check rule of the sales order, the check rule of the sales order may include that the order code needs to include a warehouse type code and a transportation type code, and the warehouse type code includes a warehouse entry code and a warehouse exit code.
And the execution main body carries out rule verification on the order codes according to the verification rules of the orders to be estimated, and judges whether the quantity and the type of the order codes are correct or not. If the number and the type of the order codes are determined to be correct, the execution main body can extract bin type codes from the order codes and extract storage information of the bin type codes to obtain storage information capable of representing the storage information of the order to be estimated. The execution main body matches in a locally stored preset warehouse scheme set according to the warehousing information of the warehouse type codes to obtain a target warehouse scheme corresponding to the warehousing information, and the target warehouse scheme can represent an execution scheme that the order to be estimated is discharged from or put into a warehouse in the target warehouse.
As an alternative implementation, the step 220 of matching the corresponding target warehouse schema from the preset warehouse schema set based on the warehouse type code may include the following steps: based on the bin type code, acquiring the document type, the service type and the warehouse name of the order to be estimated; and matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the document type, the service type and the warehouse name of the order to be estimated.
Specifically, the execution main body can perform rule verification on order codes according to a verification rule of the order to be estimated, and if the number and the type of the order codes are determined to be correct, the bin type codes can be analyzed to obtain the document type, the service type and the warehouse name of the order to be estimated, wherein the document type can represent the order type of the order to be estimated, such as a purchase order, a sales order and the like; the service type can represent the order type of the order to be estimated, such as emergency purchase, ordinary purchase and the like; the warehouse name may characterize the ex-warehouse and in-warehouse warehouses of the order to be forecasted.
The execution main body locally stores a preset warehouse scheme set, where the preset warehouse scheme set includes multiple warehouse schemes, that is, warehouse schemes such as warehousing schemes and ex-warehouse schemes of multiple different warehouses may be included. The execution main body obtains the document type, the service type and the warehouse name of the order to be estimated, matching of the warehouse name, matching of the document type and matching of the service type can be carried out in a preset warehouse scheme set, a target warehouse scheme matched with the document type, the service type and the warehouse name of the order to be estimated is determined, and the target warehouse scheme can represent an execution scheme for warehouse-out and warehouse-in a target warehouse corresponding to the order to be estimated.
As an example, the above-described pre-warehouse schema set may be transformed into the following form:
Figure BDA0003735142090000091
and any one of the warehouse plans in the preset warehouse plan set may be represented in the following form:
Figure BDA0003735142090000092
Figure BDA0003735142090000101
in the implementation mode, the target warehouse scheme of the order to be estimated can be accurately determined by matching the corresponding target warehouse scheme from the preset warehouse scheme set according to the document type, the service type and the warehouse name of the order to be estimated, so that the subsequent warehouse time determined based on the target warehouse scheme is more accurate.
And step 230, matching a corresponding target transportation scheme from a preset transportation scheme set based on the transportation type codes.
In this step, after the execution main body obtains the order code of the order to be pre-estimated, the execution main body may obtain the check rule according to the order type of the order to be pre-estimated, where different order types correspond to different check rules, as an example, the sales type order may correspond to the check rule of the sales order, the check rule of the sales order may include that the order code needs to include a bin type code and a transportation type code, and the bin type code includes a warehouse entry code and a warehouse exit code.
And the execution main body carries out rule verification on the order codes according to the verification rule of the order to be estimated and judges whether the quantity and the type of the order codes are correct or not. If the number and the type of the order codes are determined to be correct, the execution main body can extract the transportation type codes from the order codes and extract transportation information of the transportation type codes to obtain information capable of representing the transportation of the order to be estimated. The execution main body matches a preset transportation scheme set stored locally according to the transportation information coded by the transportation type, and matches a target transportation scheme corresponding to the transportation information, wherein the target transportation scheme can represent an execution scheme of a transportation process of an order to be estimated.
As an alternative implementation manner, the step 230 of matching the corresponding target transportation scheme from the preset transportation scheme set based on the transportation type code may include the following steps: acquiring the bill type, the service type, the carrier and the transportation type of the order to be estimated based on the transportation type code; and matching the corresponding target transportation scheme from a plurality of transportation schemes corresponding to a plurality of carriers based on the bill type, the service type, the carrier and the transportation type of the order to be estimated.
Specifically, the execution body may perform rule verification on the order codes according to a verification rule of the order to be estimated, and if the quantity and the type of the order codes are determined to be correct, the transportation type codes may be analyzed to obtain a document type, a service type, a carrier and a transportation type of the order to be estimated, where the document type may represent the order type of the order to be estimated, such as a purchase order, a sales order, and the like; the service type can represent the order type of the order to be estimated, such as emergency purchase, ordinary purchase and the like; the carrier may characterize the carrier of the order to be evaluated; the type of shipment may characterize the mode of shipment of the order to be forecasted, e.g., land, air, etc.
The executive body locally stores a preset transportation scheme set, where the preset transportation scheme set includes a plurality of transportation schemes, that is, may include a plurality of different transportation schemes corresponding to a plurality of carriers. The executing body obtains the bill type, the service type, the carrier and the transportation type of the order to be estimated, can perform bill type matching, service type matching, carrier matching and transportation type matching in a preset transportation scheme set, determines a target transportation scheme matched with the bill type, the service type, the carrier and the transportation type of the order to be estimated, and can represent an executing scheme of the order to be estimated in the delivery and transportation process.
As an example, the above-mentioned set of preset transportation scenarios may be transformed into the following form:
Figure BDA0003735142090000111
and, any one of the transportation schemes in the preset transportation scheme set may be represented in the following form:
Figure BDA0003735142090000112
in the implementation mode, the target transportation scheme of the order to be estimated can be accurately determined by matching the corresponding target transportation scheme from the multiple transportation schemes corresponding to the multiple carriers according to the bill type, the service type, the carrier and the transportation type of the order to be estimated, so that the subsequent transportation time determined based on the target transportation scheme is more accurate.
And 240, determining estimated time information of the order to be estimated based on the target warehouse scheme and the target transportation scheme.
In this step, after the execution main body acquires the target warehouse scheme and the target transportation scheme corresponding to the order to be estimated, the warehouse time of the order to be estimated can be calculated according to the target warehouse scheme and the bin type code of the order to be estimated, and the execution main body can calculate the transportation time of the order to be estimated according to the target transportation scheme and the transportation type code of the order to be estimated. The execution main body can acquire the order placing time of the order to be estimated, and calculate the estimated time information of the order to be estimated according to the order placing time, the warehouse time and the transportation time, wherein the estimated time information can comprise the estimated delivery time information of the order to be estimated and can also comprise the estimated order placing time information of the order to be estimated under the condition of the estimated delivery time.
As an example, the to-be-estimated order is a to-be-delivered order for which payment has been completed, and the estimated time information is estimated delivery time information of the to-be-delivered order, the executive body may calculate the warehouse completion time of the to-be-delivered order based on the order placing time of the to-be-delivered order and the target warehouse plan, and based on the warehouse completion time, the executive body may calculate the transportation completion time of the to-be-delivered order based on the warehouse completion time of the to-be-delivered order and the target transportation plan, and the transportation completion time is estimated delivery time of the to-be-delivered order.
The information estimation method provided by the embodiment of the disclosure includes the steps that the execution main body firstly obtains an order code corresponding to an order to be estimated, the order code comprises a bin type code and a transportation type code, then, on the basis of the bin type code, a corresponding target warehouse scheme is matched from a preset warehouse scheme set, on the basis of the transportation type code, a corresponding target transportation scheme is matched from a preset transportation scheme set, finally, on the basis of the target warehouse scheme and the target transportation scheme, estimated time information of the order to be estimated is determined, the target warehouse scheme of a warehouse stage and the target transportation scheme of a transportation stage can be determined on the basis of the order code, estimated time of each stage can be predicted, estimated time of each warehouse stage is more accurate and compact, on the basis of the target scheme of the warehouse stage and the target transportation scheme of the transportation stage, estimated time information of each stage is added to obtain estimated time information of the whole order to be estimated, accuracy of information estimation is improved, and a new order time estimation method is provided, so that flexibility of order time estimation can be improved.
Referring to fig. 3, fig. 3 shows a flowchart 300 of an embodiment of determining estimated time information of an order to be estimated, namely, the step 240, determining estimated time information of the order to be estimated based on a target warehouse plan and a target transportation plan, which may include the following steps:
at step 310, based on the target warehouse plan, the warehouse time of the order to be forecasted is determined.
In this step, after the execution main body obtains the target warehouse plan, the warehouse type code may be analyzed to obtain a warehouse entry code and a warehouse exit code corresponding to the order to be pre-estimated.
And when the warehouse type code is a warehouse warehousing code, the target warehouse scheme is a warehousing execution scheme in the target warehouse, and the execution main body calculates the warehousing time of the order to be estimated in the warehouse according to the warehouse warehousing code and the target warehouse scheme, wherein the warehousing time can represent the warehousing duration of the order to be estimated and can also represent the specific time of warehousing completion.
And when the warehouse type code is a warehouse ex-warehouse code, the target warehouse scheme is an ex-warehouse execution scheme in the target warehouse, and the execution main body calculates the ex-warehouse time of the order to be estimated in the warehouse ex-warehouse according to the warehouse ex-warehouse code and the target warehouse scheme, wherein the ex-warehouse time can represent the ex-warehouse time of the order to be estimated and can also represent the specific moment of completion of ex-warehouse.
The execution main body determines the warehouse time of the order to be estimated according to the warehousing time of the order to be estimated in the warehouse and the ex-warehouse time of the order to be estimated in the warehouse, wherein the warehouse time can represent the warehouse execution time of the order to be estimated and can also represent the specific time of the warehouse stage execution completion.
The execution main body can add the warehousing time and the ex-warehouse time to obtain the warehouse time of the order to be estimated; or, the execution main body may use the time of completing the calculation of the previous code as the calculation start time of the next code according to the arrangement sequence of the warehouse entry code and the warehouse exit code in the order code, and the time of completing the calculation of the next code is the warehouse time of the order to be estimated.
Step 320, determining the transportation time of the order to be estimated based on the target transportation scheme.
In this step, after the execution main body obtains the target transportation scheme, the transportation type code may be analyzed, and a start time corresponding to the transportation type code is obtained, where the start time corresponding to the transportation type code may be a calculation completion time of a previous code of the transportation type code in the order code, and may be a warehouse time of the warehouse type code. The execution main body can calculate the transportation time of the order to be estimated according to the transportation time length in the target transportation scheme and the starting time corresponding to the transportation type code, wherein the transportation time can represent the specific finishing time of the order to be estimated in the transportation process.
And step 330, determining the estimated time information of the order to be estimated based on the warehouse time and the transportation time of the order to be estimated.
In this step, after the execution main body obtains the warehouse time and the transportation time of the order to be estimated, the warehouse time and the transportation time of the order to be estimated may be added to determine the estimated time information of the order to be estimated.
If the order to be estimated is the order to be delivered after payment is completed, the execution main body can calculate estimated time information of the order to be estimated according to order placing time of the order to be delivered, warehouse time and transportation time of the order to be estimated, wherein the estimated time information is estimated delivery time of the order to be delivered.
If the order to be estimated is an order to be inquired with unfinished payment, the execution main body can calculate estimated time information of the order to be estimated according to the estimated delivery time of the order to be delivered, the warehouse time and the transportation time of the order to be estimated, and the estimated time information is the estimated order placing time of the order to be inquired.
In the implementation mode, the warehouse time of the warehouse stage is determined, the transportation time of the transportation stage is determined, the estimated time effectiveness of each stage is added to obtain the estimated time information of the whole order to be estimated, and the information estimation accuracy can be improved.
Referring to fig. 4, fig. 4 shows a flowchart 400 of one embodiment of determining a warehouse time for an order to be forecasted, namely step 310 described above, determining a warehouse time for an order to be forecasted based on a target warehouse scenario, which may include the steps of:
step 410, obtaining order cutting time of a plurality of warehouse execution schemes in the target warehouse scheme.
In this step, after the execution main body obtains the target warehouse plan, since the preset warehouse plan set includes a plurality of warehouse plans including a plurality of warehouse execution plans corresponding to a plurality of warehouses, the target warehouse plan includes a plurality of warehouse execution plans of the target warehouse, and each warehouse execution plan corresponds to different operation batches, operation types, order cutting time, days at night and warehouse completion time.
The target warehouse scenario described above may take the form of:
Figure BDA0003735142090000141
Figure BDA0003735142090000151
the execution subject may obtain order-cutting time of the multiple warehouse execution schemes according to the multiple warehouse execution schemes of the target warehouse scheme.
And step 420, matching a corresponding target warehouse execution scheme from the plurality of warehouse execution schemes based on the order cutting time in the plurality of warehouse execution schemes and the starting time corresponding to the bin type code.
In this step, after the execution main body obtains the order cutting time in the multiple warehouse execution schemes, the warehouse type code is analyzed, and the start time corresponding to the warehouse type code is obtained. The execution main body may compare the starting time of the bin type code with a pick-up time in the plurality of warehouse execution schemes, determine a first operation batch with the starting time being earlier than the pick-up time, and determine the warehouse execution scheme corresponding to the operation batch as the target warehouse execution scheme.
When the bin type code is a warehouse entry code, the execution main body performs matching among a plurality of warehouse execution schemes of which the operation type is entry in the target warehouse scheme, and the execution main body may compare the start time with the order intercepting time in the plurality of warehouse execution schemes of which the operation type is entry, determine a first operation batch of which the start time is earlier than the order intercepting time, and determine the warehouse execution scheme corresponding to the operation batch as the target warehouse execution scheme.
When the bin type code is a warehouse ex-warehouse code, the execution main body performs matching in a plurality of warehouse execution schemes of which the operation type is ex-warehouse in the target warehouse scheme, and the execution main body may compare the start time with the order cutting time in the plurality of warehouse execution schemes of which the operation type is ex-warehouse, determine a first operation batch of which the start time is earlier than the order cutting time, and determine the warehouse execution scheme corresponding to the operation batch as the target warehouse execution scheme.
As an example, the bin type code is a warehouse export code, and the starting time is 17:00, the executing body compares the starting time with a plurality of list cutting times corresponding to ex-warehouse, namely 17:00 with 12:00 and 18:00, and determines 17:00 before 18:00, the order taking time will be 18:00 is determined as the target warehouse execution scheme.
And 430, based on the target warehouse execution scheme, performing forward calculation on the starting time corresponding to the warehouse type code, and determining the warehouse time of the order to be pre-estimated.
In this step, after the execution main body obtains the target warehouse execution scheme, the starting time corresponding to the warehouse type code may be calculated forward according to the number of days in the middle of the night and the warehouse completion time of the target warehouse execution scheme, that is, the starting time is added forward with the number of days in the middle of the night and the warehouse completion time of the target warehouse execution scheme, so as to determine the warehouse time of the order to be estimated, and the warehouse time may represent the estimated completion time corresponding to the warehouse type code in the order to be estimated.
As an example, the target warehouse execution scheme is as follows:
Figure BDA0003735142090000161
the start time for the bin type code is 17:00, if the execution subject determines that the number of days in the middle of the night is 0, the calculation is performed according to the warehouse completion time and the starting time, and the warehouse time for determining the warehouse-out type code can be 22% of the current day.
In the implementation mode, the target warehouse execution scheme is determined through the order intercepting time and the starting time of the warehouse type codes, the starting time corresponding to the warehouse type codes is positively calculated according to the target warehouse execution scheme, the warehouse time of the order to be estimated is determined, the warehouse time of the warehouse stage can be accurately and directly determined, and therefore the accuracy of information estimation can be improved.
Referring to fig. 5, fig. 5 shows a flowchart 500 of another embodiment of determining the warehouse time for an order to be forecasted, namely step 310 described above, determining the warehouse time for the order to be forecasted based on the target warehouse scenario, which may include the steps of:
at step 510, warehouse completion times for a plurality of warehouse execution plans in the target warehouse plan are obtained.
In this step, after the execution main body obtains the target warehouse plan, since the preset warehouse plan set includes a plurality of warehouse plans including a plurality of warehouse execution plans corresponding to a plurality of warehouses, the target warehouse plan includes a plurality of warehouse execution plans of the target warehouse, and each warehouse execution plan corresponds to different operation batches, operation types, order cutting time, days overnight and warehouse completion time.
The above target warehouse scenario may take the form of:
Figure BDA0003735142090000162
Figure BDA0003735142090000171
the execution main body may obtain the warehouse completion time of the plurality of warehouse execution schemes according to the plurality of warehouse execution schemes of the target warehouse scheme.
Step 520, matching a corresponding target warehouse execution plan from the plurality of warehouse execution plans based on the warehouse completion time in the plurality of warehouse execution plans and the completion time corresponding to the warehouse type code.
In this step, after the execution main body obtains the warehouse completion time in the multiple warehouse execution schemes, the warehouse type code is analyzed, and the completion time corresponding to the warehouse type code is obtained. The execution main body may compare the completion time of the bin type code with the warehouse completion times in the plurality of warehouse execution schemes, determine a first operation batch in which the warehouse completion time is earlier than the completion time, and determine the warehouse execution scheme corresponding to the operation batch as the target warehouse execution scheme.
When the bin type code is a warehouse entry code, the execution main body performs matching among a plurality of warehouse execution schemes of which the operation type is entry in the target warehouse scheme, and the execution main body may compare the completion time with the warehouse completion time in the plurality of warehouse execution schemes of which the operation type is entry, determine a first operation batch in which the warehouse completion time is earlier than the completion time, and determine the warehouse execution scheme corresponding to the operation batch as the target warehouse execution scheme.
When the bin type code is a warehouse ex-warehouse code, the execution main body performs matching in a plurality of warehouse execution schemes of which the operation type is ex-warehouse in the target warehouse scheme, and the execution main body may compare the completion time with the warehouse completion time in the plurality of warehouse execution schemes of which the operation type is ex-warehouse, determine a first operation batch of which the warehouse completion time is earlier than the completion time, and determine the warehouse execution scheme corresponding to the operation batch as the target warehouse execution scheme.
As an example, the bin type code is warehouse export code, and the completion time is 19:00, the executing body compares the completion time of a plurality of warehouses corresponding to the completion and the warehouse-out, namely 19:00 are respectively matched with 18:00 and 22:00, determine 18:00 before 19:00, warehouse completion time 18:00 is determined as the target warehouse execution scheme.
Step 530, based on the target warehouse execution scheme, the completion time corresponding to the warehouse type code is reversely calculated, and the warehouse time of the order to be estimated is determined.
In this step, after the execution main body obtains the target warehouse execution scheme, the execution main body may perform reverse calculation on the completion time corresponding to the warehouse type code according to the number of days at night of the target warehouse execution scheme and the warehouse completion time, that is, perform reverse subtraction on the completion time, the number of days at night of the target warehouse execution scheme and the warehouse completion time, to determine the warehouse time of the order to be estimated, where the warehouse time may represent the estimated start time corresponding to the warehouse type code in the order to be estimated.
As an example, the target warehouse execution scheme is as follows:
Figure BDA0003735142090000181
the bin type code corresponds to a completion time of 19:00, if the execution subject determines that the number of days in the next night is 0, performing backward calculation according to the warehouse completion time and the completion time, and determining that the warehouse time of the warehouse-out type code can be 12% of the current day.
In the implementation mode, the target warehouse execution scheme is determined according to the warehouse completion time and the completion time, the completion time corresponding to the warehouse type code is reversely calculated according to the target warehouse execution scheme, the warehouse time of the order to be estimated is determined, the warehouse time of the warehouse stage can be accurately and directly determined, and therefore the accuracy of information estimation can be improved.
Referring to FIG. 6, FIG. 6 shows a flowchart 600 of one embodiment of determining a transit time for an order to be forecasted, namely step 320, described above, determining a transit time for an order to be forecasted based on a target transit scenario, which may include the steps of:
and step 610, acquiring order interception time of the target transportation scheme from the target transportation scheme.
In this step, after the execution main body obtains the target transportation scheme, information extraction may be performed on the target transportation scheme to obtain the order intercepting time of the target transportation scheme.
The above target transportation scheme may take the form of:
Figure BDA0003735142090000182
and step 620, based on the order intercepting time of the target transportation scheme, performing forward calculation on the starting time corresponding to the transportation type code, and determining the transportation time of the order to be estimated.
In this step, the execution main body obtains the order intercepting time of the target transportation scheme, analyzes the transportation type code, and obtains the start time corresponding to the transportation type code. The execution body may compare the start time of the transportation type code with the order cutting time of the target transportation scheme to determine whether the start time is earlier than the order cutting time.
If the starting time of the transportation type code is determined to be earlier than the order intercepting time of the target transportation scheme through comparison, the execution main body determines the starting time as the order intercepting time of the target transportation scheme, forward calculation is carried out on the starting time corresponding to the transportation type code, the transportation time of the order to be estimated is determined according to the order intercepting time and the transportation time, namely the order intercepting time and the transportation time can be added at the current date of the starting time, the transportation time of the order to be estimated is calculated, and the transportation time can represent the estimated completion time corresponding to the transportation type code in the order to be estimated.
If the starting time of the transportation type code is determined to be later than the order intercepting time of the target transportation scheme through comparison, the execution main body can carry out date backward shift on the current date of the starting time, the starting time is determined to be the order intercepting time of one day after the current date, forward calculation is carried out on the order intercepting time of one day after the current date, the transportation time of the order to be estimated is determined according to the order intercepting time of one day after the current date and the transportation time, namely the order intercepting time of one day after the current date and the transportation time can be added, the transportation time of the order to be estimated is calculated, and the transportation time can represent the estimated completion time corresponding to the transportation type code in the order to be estimated.
As an example, the order-taking time of the target transportation scheme is 10, the starting time of the transportation type code is 6 months and 9 days, and 9.
As an example, the order-taking time of the target transportation scheme is 10, the starting time of the transportation type code is 6 months, 9 days, 19, the execution main body compares 19.
In the implementation mode, the forward calculation is carried out on the starting time through the order intercepting time of the target transportation scheme and the starting time corresponding to the transportation type code, the transportation time of the order to be estimated is determined, the transportation time in the transportation stage can be accurately and directly determined, and therefore the accuracy of information estimation can be improved.
Referring to fig. 7, fig. 7 shows a flowchart 700 of another embodiment of determining a transit time for an order to be forecasted, namely the step 310 described above, determining a warehouse time for the order to be forecasted based on a target warehouse scenario, which may include the steps of:
and 710, acquiring the transportation time length of the target transportation scheme from the target transportation scheme.
In this step, after the execution subject obtains the target transportation scheme, information extraction may be performed on the target transportation scheme, so as to obtain the transportation duration of the target transportation scheme.
The above target transportation scheme may take the form of:
Figure BDA0003735142090000201
and 720, based on the transportation time length of the target transportation scheme, carrying out reverse calculation on the completion time corresponding to the transportation type code, and determining the transportation time of the order to be estimated.
In this step, after the execution main body obtains the transportation duration of the target transportation scheme, the completion time corresponding to the transportation type code may be obtained. The execution main body can perform reverse calculation according to the transportation time length and the completion time, namely, the completion time and the transportation time length of the target transportation scheme are subjected to reverse subtraction to determine the transportation time of the order to be estimated, and the transportation time can represent the estimated starting time corresponding to the transportation type code in the order to be estimated.
Specifically, the executing body performs reverse subtraction on the finish time and the transportation duration of the target transportation scheme to obtain a calculated time, compares the calculated time with the order-taking time of the current date, determines that transportation is performed at the order-taking time of the current date if the calculated time is earlier than the order-taking time, and transportation cannot be completed within the finish time, and determines the order-taking time of the day before the current date of the calculated time as the transportation time of the order to be estimated. Or the execution main body carries out reverse subtraction on the finish time and the transportation duration of the target transportation scheme to obtain the calculated time, compares the calculated time with the order intercepting time of the current date, determines to transport by the order intercepting time of the current date if the calculated time is later than the order intercepting time, can finish transportation within the finish time, and determines the order intercepting time of the current date of the calculated time as the transportation time of the order to be estimated.
As an example, the target transportation scheme is:
Figure BDA0003735142090000211
if the completion time corresponding to the transportation type code is 8 months, 25 days and 11 days: 00, if the execution main body determines that the transportation time is 4 days and 5 hours, performing backward calculation according to the completion time and the transportation time corresponding to the transportation type code, and determining that the calculation time is 8 months, 21 days and 6 days: 00, comparing the calculated time with the order-intercepting time, determining that the calculated time is earlier than the order-intercepting time, and determining that the transportation time of the order to be estimated is 10 days 10 after 20 days 8 months: 00.
if the completion time corresponding to the transportation type code is 8 months, 25 days and 4 days: 00, if the execution main body determines that the transportation time is 4 days and 5 hours, performing backward calculation according to the completion time and the transportation time corresponding to the transportation type code, and determining that the calculation time is 8 months, 20 days and 23 days: 00, comparing the calculated time with the order taking time, determining that the calculated time is later than the order taking time, and determining that the transportation time of the order to be estimated is 8 months, 20 days and 10 days: 00.
in the implementation mode, the completion time is reversely calculated through the transportation time length of the target transportation scheme and the completion time corresponding to the transportation type code, the transportation time of the order to be estimated is determined, the transportation time in the transportation stage can be accurately and directly determined, and therefore the accuracy of information estimation can be improved.
Referring to fig. 8, fig. 8 shows a flowchart 800 of another embodiment of determining estimated time information of an order to be estimated, namely, the step 240 of determining estimated time information of an order to be estimated based on a target warehouse plan and a target transportation plan, and may further include the following steps:
step 810, determining a warehouse time of the order to be pre-estimated based on the target warehouse plan.
Step 810 of this embodiment may be performed in a manner similar to step 310 of the embodiment shown in fig. 3, which is not described herein again.
And step 820, determining the transportation time of the order to be estimated based on the target transportation scheme.
Step 820 of this embodiment can be performed in a manner similar to step 320 in the embodiment shown in fig. 3, and is not described herein again.
And 830, acquiring a warehouse working calendar corresponding to the target warehouse scheme and a transportation working calendar corresponding to the target transportation scheme.
In this step, the execution main body may extract information of the target warehouse plan, and obtain a target warehouse corresponding to the target warehouse plan and a warehouse work calendar of the target warehouse, where the warehouse work calendar may represent the work time of the warehouse, and may be work in a working day or the like without rest all year round. And the executive body extracts information of the target transportation scheme, and acquires a target carrier corresponding to the target transportation scheme and a transportation work calendar of the target carrier, wherein the transportation work calendar can represent the working time of the carrier and can be working in the day and the like without rest all year round.
And step 840, updating the warehouse time of the order to be estimated based on the warehouse working calendar to obtain the updated warehouse time of the order to be estimated.
In this step, after the execution main body acquires the warehouse working calendar, the working time of the warehouse can be determined according to the warehouse working calendar. The execution main body can update the warehouse time of the order to be estimated according to the warehouse working calendar, namely, in the process of determining the warehouse time, the starting time of the warehouse type code is judged, whether the starting time is the working time of the warehouse or not is determined, if the starting time is the working time, the warehouse time of the order to be estimated can be calculated based on the starting time, the warehouse time is further judged, whether the warehouse time is the working time of the warehouse or not is determined, and if the warehouse time is the working time, the warehouse time is taken as the warehouse time of the order to be estimated; if the warehouse time is not the working time, determining the subsequent working time by using the warehouse time as the basis, and taking the subsequent working time as the updated warehouse time of the order to be estimated.
Or, after determining that the starting time is not the working time, determining the subsequent working time based on the starting time, taking the subsequent working time as a new starting time, calculating the warehouse time of the order to be estimated based on the new starting time, further determining the warehouse time, determining whether the warehouse time is the working time of the warehouse, and if the warehouse time is the working time, taking the warehouse time as the warehouse time of the order to be estimated; if the warehouse time is not the working time, determining the subsequent working time based on the warehouse time, and taking the subsequent working time as the updated warehouse time of the order to be estimated.
And 850, updating the transportation time of the order to be estimated based on the transportation work calendar to obtain the updated transportation time of the order to be estimated.
In this step, after the execution subject acquires the transportation work calendar, the operating time of the carrier can be determined according to the transportation work calendar. The execution main body can update the transportation time of the order to be estimated according to the transportation working calendar, namely, the execution main body can judge the starting time of the transportation type code in the process of determining the transportation time, determine whether the starting time is the working time of a carrier, if the starting time is the working time, calculate the transportation time of the order to be estimated based on the starting time, further judge the transportation time, determine whether the transportation time is the working time of the carrier, and if the transportation time is the working time, take the transportation time as the transportation time of the order to be estimated; if the transportation time is not the working time, determining the subsequent working time based on the transportation time, and taking the subsequent working time as the updated transportation time of the order to be estimated.
Or, if the initial time is determined to be not the working time by judgment, determining the subsequent working time by delaying based on the initial time, taking the subsequent working time as a new initial time, calculating the transportation time of the order to be estimated based on the new initial time, further judging the transportation time, determining whether the transportation time is the working time of the carrier, and if the transportation time is the working time, taking the transportation time as the transportation time of the order to be estimated; if the transportation time is not the working time, determining the subsequent working time based on the transportation time, and taking the subsequent working time as the updated transportation time of the order to be estimated.
And 860, determining the estimated time information of the order to be estimated based on the updated warehouse time and the updated transportation time of the order to be estimated.
In this step, after the execution main body obtains the updated warehouse time and the updated transportation time of the order to be estimated, the updated warehouse time and the updated transportation time of the order to be estimated may be added to determine the estimated time information of the order to be estimated.
If the order to be estimated is the order to be delivered with completed payment, the execution main body can calculate estimated time information of the order to be estimated according to the order placing time of the order to be delivered, the warehouse updating time and the transportation updating time of the order to be estimated, and the estimated time information is the estimated delivery time of the order to be delivered.
If the order to be estimated is the order to be inquired with unfinished payment, the executive body can calculate the estimated time information of the order to be estimated according to the estimated delivery time of the order to be delivered, the updated warehouse time and the updated transportation time of the order to be estimated, wherein the estimated time information is the estimated order placing time of the order to be inquired.
In the implementation mode, the warehouse time of the warehouse stage and the transportation time of the transportation stage are updated through the warehouse working calendar and the transportation working calendar, the warehouse time of the warehouse stage and the transportation time of the transportation stage can be further accurately determined, estimated time effectiveness of each stage is added to obtain estimated time information of the whole order to be estimated, and information estimation accuracy can be improved.
With further reference to fig. 9, as an implementation of the methods illustrated in the above figures, the present disclosure provides one embodiment of an information estimator. This embodiment of the device corresponds to the embodiment of the method shown in fig. 2.
As shown in fig. 9, the information estimation apparatus 900 of the present embodiment may include: an acquisition module 910, a first matching module 920, a second matching module 930, and a determination module 940.
The obtaining module 910 is configured to obtain an order code corresponding to an order to be pre-estimated, where the order code includes a bin type code and a transportation type code;
a first matching module 920 configured to match a corresponding target warehouse schema from a preset warehouse schema set based on the bin type code;
a second matching module 930 configured to match a corresponding target transportation scheme from the preset transportation scheme set based on the transportation type code;
a determination module 940 configured to determine estimated time information of the order to be estimated based on the target warehouse plan and the target transportation plan.
In some optional implementations of this implementation, the first matching module 920 is configured to: based on the bin type code, acquiring the document type, the service type and the warehouse name of the order to be estimated; and matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the document type, the service type and the warehouse name of the order to be estimated.
In some optional implementations of the present implementation, the preset transportation scheme set includes a plurality of transportation schemes corresponding to a plurality of carriers; and a second matching module 930 configured to: acquiring the bill type, the service type, the carrier and the transportation type of the order to be estimated based on the transportation type code; and matching the corresponding target transportation scheme from a plurality of transportation schemes corresponding to a plurality of carriers based on the document type, the service type, the carrier and the transportation type of the order to be estimated.
In some optional implementations of this implementation, the determining module 940 includes: a warehouse time unit configured to determine a warehouse time for the order to be forecasted based on the target warehouse scenario; a transit time unit configured to determine a transit time for the order to be forecasted based on the target transit scenario; the determining unit is configured to determine the estimated time information of the order to be estimated based on the warehouse time and the transportation time of the order to be estimated.
In some optional implementations of the present implementation, the preset warehouse schema set includes a plurality of warehouse schemas, and the plurality of warehouse schemas include a plurality of warehouse execution schemas corresponding to a plurality of warehouses; and, a warehouse time unit further configured to: acquiring order cutting time of a plurality of warehouse execution schemes in a target warehouse scheme; matching a corresponding target warehouse execution scheme from the plurality of warehouse execution schemes based on the order cutting time in the plurality of warehouse execution schemes and the starting time corresponding to the bin type code; and based on the target warehouse execution scheme, performing forward calculation on the starting time corresponding to the warehouse type code, and determining the warehouse time of the order to be estimated.
In some optional implementations of the present implementation, the preset warehouse schema set includes a plurality of warehouse schemas, and the plurality of warehouse schemas include a plurality of warehouse execution schemas corresponding to a plurality of warehouses; and, a warehouse time unit further configured to: acquiring warehouse completion time of a plurality of warehouse execution schemes in a target warehouse scheme; matching a corresponding target warehouse execution scheme from the plurality of warehouse execution schemes based on the warehouse completion time in the plurality of warehouse execution schemes and the completion time corresponding to the warehouse type code; and based on the target warehouse execution scheme, performing reverse calculation on the completion time corresponding to the warehouse type code, and determining the warehouse time of the order to be estimated.
In some optional implementations of this implementation, the transit time unit is further configured to: acquiring order intercepting time of the target transportation scheme from the target transportation scheme; and based on the order intercepting time of the target transportation scheme, performing forward calculation on the starting time corresponding to the transportation type code, and determining the transportation time of the order to be estimated.
In some optional implementations of this implementation, the transit time unit is further configured to: acquiring the transportation duration of the target transportation scheme from the target transportation scheme; and based on the transportation time length of the target transportation scheme, performing reverse calculation on the completion time corresponding to the transportation type code, and determining the transportation time of the order to be estimated.
In some optional implementations of this implementation, the apparatus further includes an update module; an obtaining module 910, further configured to: acquiring a warehouse working calendar corresponding to the target warehouse scheme and a transportation working calendar corresponding to the target transportation scheme; an update module configured to: updating the warehouse time of the order to be estimated based on the warehouse working calendar to obtain the updated warehouse time of the order to be estimated; updating the transportation time of the order to be estimated based on the transportation work calendar to obtain the updated transportation time of the order to be estimated; and a determining unit, further configured to: and determining the estimated time information of the order to be estimated based on the updated warehouse time and the updated transportation time of the order to be estimated.
The information estimation device provided by the embodiment of the disclosure includes that the execution main body first obtains an order code corresponding to an order to be estimated, the order code includes a bin type code and a transportation type code, then matches a corresponding target warehouse scheme from a preset warehouse scheme set based on the bin type code, then matches a corresponding target transportation scheme from the preset transportation scheme set based on the transportation type code, and finally determines estimated time information of the order to be estimated based on the target warehouse scheme and the target transportation scheme, and can determine the target warehouse scheme and the target transportation scheme of a transportation stage based on the order code, so that estimated time of each stage can be predicted, estimated time of each stage is more accurate and compact, and estimated time information of the whole order to be estimated is obtained by adding the estimated time of each stage based on the target warehouse scheme and the target transportation scheme of the transportation stage, accuracy of the estimated information is improved, and a new order time estimation method is provided, so that flexibility of the order estimated time can be improved.
Those skilled in the art will appreciate that the above-described apparatus may also include some other well-known structure, such as a processor, memory, etc., which is not shown in fig. 9 in order not to unnecessarily obscure embodiments of the present disclosure.
Referring now to FIG. 10, shown is a schematic diagram of an electronic device 1000 suitable for use in implementing embodiments of the present disclosure. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a smart screen, a notebook computer, a PAD (tablet computer), a PMP (portable multimedia player), a car terminal (e.g., car navigation terminal), and the like, and a fixed terminal such as a digital TV, a desktop computer, and the like. The terminal device shown in fig. 10 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 10, the electronic device 1000 may include a processing means (e.g., a central processing unit, a graphics processor, etc.) 1001 that may perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 1002 or a program loaded from a storage means 1008 into a Random Access Memory (RAM) 1003. In the RAM 1003, various programs and data necessary for the operation of the electronic apparatus 1000 are also stored. The processing device 1001, the ROM 1002, and the RAM 1003 are connected to each other by a bus 1004. An input/output (I/O) interface 1005 is also connected to bus 1004.
Generally, the following devices may be connected to the I/O interface 1005: input devices 1006 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; an output device 1007 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage devices 1008 including, for example, magnetic tape, hard disk, and the like; and a communication device 1009. The communication device 1009 may allow the electronic device 1000 to communicate with other devices wirelessly or by wire to exchange data. While fig. 10 illustrates an electronic device 1000 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided. Each block shown in fig. 10 may represent one device or may represent multiple devices as desired.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication means 1009, or installed from the storage means 1008, or installed from the ROM 1002. The computer program, when executed by the processing device 1001, performs the above-described functions defined in the methods of the embodiments of the present disclosure. It should be noted that the computer readable medium of the embodiments of the present disclosure may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In embodiments of the disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In embodiments of the present disclosure, however, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for embodiments of the present disclosure may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, smalltalk, C + +, and including conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems that perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present application may be implemented by software or hardware. The described units may also be provided in a processor, and may be described as: a processor includes an acquisition module, a first matching module, a second matching module, and a determination module, where the names of the modules do not in some cases constitute a limitation on the module itself.
As another aspect, the present application also provides a computer-readable medium, which may be included in the electronic device; or may exist separately without being assembled into the electronic device. The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring an order code corresponding to an order to be pre-estimated, wherein the order code comprises a bin type code and a transportation type code; matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the warehouse type codes; matching a corresponding target transportation scheme from a preset transportation scheme set based on the transportation type codes; and determining estimated time information of the order to be estimated based on the target warehouse scheme and the target transportation scheme.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the invention in the embodiments of the present disclosure is not limited to the specific combination of the above-mentioned features, but also encompasses other embodiments in which any combination of the above-mentioned features or their equivalents is made without departing from the inventive concept as defined above. For example, the above features and (but not limited to) technical features with similar functions disclosed in the embodiments of the present disclosure are mutually replaced to form the technical solution.

Claims (12)

1. An information prediction method, the method comprising:
acquiring an order code corresponding to an order to be pre-estimated, wherein the order code comprises a bin type code and a transportation type code;
matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the warehouse type code;
matching a corresponding target transportation scheme from a preset transportation scheme set based on the transportation type code;
and determining estimated time information of the order to be estimated based on the target warehouse scheme and the target transportation scheme.
2. The method of claim 1, wherein said matching a corresponding target warehouse schema from a pre-set warehouse schema set based on the bin type code comprises:
based on the bin type code, acquiring the document type, the service type and the warehouse name of the order to be estimated;
and matching a corresponding target warehouse scheme from a preset warehouse scheme set based on the document type, the service type and the warehouse name of the order to be estimated.
3. The method of claim 1, wherein the set of preset shipping schemes comprises a plurality of shipping schemes for a plurality of carriers; and (c) a second step of,
the matching of the corresponding target transportation scheme from the preset transportation scheme set based on the transportation type code comprises:
based on the transportation type code, acquiring the bill type, the service type, the carrier and the transportation type of the order to be estimated;
and matching corresponding target transportation schemes from a plurality of transportation schemes corresponding to the plurality of carriers based on the bill type, the service type, the carrier and the transportation type of the order to be estimated.
4. The method of any of claims 1-3, wherein the determining estimated time information for the order to be estimated based on the target warehouse plan and the target transportation plan comprises:
determining the warehouse time of the order to be pre-estimated based on the target warehouse scheme;
determining the transportation time of the order to be pre-estimated based on the target transportation scheme;
and determining the estimated time information of the order to be estimated based on the warehouse time and the transportation time of the order to be estimated.
5. The method of claim 4, wherein the pre-set warehouse plan set comprises a plurality of warehouse plans comprising a plurality of warehouse execution plans corresponding to a plurality of warehouses; and the number of the first and second groups,
the determining the warehouse time of the order to be forecasted based on the target warehouse scenario comprises:
acquiring order cutting time of a plurality of warehouse execution schemes in the target warehouse scheme;
matching a corresponding target warehouse execution scheme from the plurality of warehouse execution schemes based on a cut-off time in the plurality of warehouse execution schemes and a start time corresponding to the bin type code;
and based on the target warehouse execution scheme, carrying out forward calculation on the starting time corresponding to the warehouse type code, and determining the warehouse time of the order to be pre-estimated.
6. The method of claim 4, wherein the pre-set warehouse schema set comprises a plurality of warehouse schemas comprising a plurality of warehouse execution schemas corresponding to a plurality of warehouses; and the number of the first and second groups,
the determining the warehouse time of the order to be pre-estimated based on the target warehouse plan comprises:
acquiring warehouse completion time of a plurality of warehouse execution schemes in the target warehouse scheme;
matching a corresponding target warehouse execution plan from the plurality of warehouse execution plans based on the warehouse completion time in the plurality of warehouse execution plans and the completion time corresponding to the warehouse type code;
and based on the target warehouse execution scheme, performing reverse calculation on the completion time corresponding to the warehouse type code, and determining the warehouse time of the order to be pre-estimated.
7. The method of claim 4, wherein the determining a transit time for the order to be pre-estimated based on the target transit plan comprises:
acquiring order-intercepting time of the target transportation scheme from the target transportation scheme;
and forward computing the starting time corresponding to the transportation type code based on the order intercepting time of the target transportation scheme, and determining the transportation time of the order to be pre-estimated.
8. The method of claim 4, wherein the determining a transit time for the order to be pre-estimated based on the target transit plan comprises:
acquiring the transportation duration of the target transportation scheme from the target transportation scheme;
and based on the transportation duration of the target transportation scheme, performing reverse calculation on the completion time corresponding to the transportation type code, and determining the transportation time of the order to be estimated.
9. The method of any of claims 4-8, further comprising:
acquiring a warehouse working calendar corresponding to the target warehouse scheme and a transportation working calendar corresponding to the target transportation scheme;
updating the warehouse time of the order to be estimated based on the warehouse working calendar to obtain the updated warehouse time of the order to be estimated;
updating the transportation time of the order to be estimated based on the transportation work calendar to obtain the updated transportation time of the order to be estimated; and the number of the first and second groups,
the determining the estimated time information of the order to be estimated based on the warehouse time and the transportation time of the order to be estimated comprises the following steps:
and determining the estimated time information of the order to be estimated based on the updated warehouse time and the updated transportation time of the order to be estimated.
10. An information prediction apparatus, the apparatus comprising:
the acquisition module is configured to acquire an order code corresponding to an order to be pre-estimated, wherein the order code comprises a bin type code and a transportation type code;
a first matching module configured to match a corresponding target warehouse schema from a preset warehouse schema set based on the bin type code;
a second matching module configured to match a corresponding target transportation scheme from a set of preset transportation schemes based on the transportation type code;
a determination module configured to determine estimated time information for the order to be estimated based on the target warehouse plan and the target transportation plan.
11. An electronic device, comprising:
one or more processors;
a storage device for storing one or more programs,
the one or more programs, when executed by the one or more processors, cause the one or more processors to implement the method of any of claims 1-9.
12. A computer-readable medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-9.
CN202210803171.2A 2022-07-07 2022-07-07 Information estimation method and device Pending CN115187164A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210803171.2A CN115187164A (en) 2022-07-07 2022-07-07 Information estimation method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210803171.2A CN115187164A (en) 2022-07-07 2022-07-07 Information estimation method and device

Publications (1)

Publication Number Publication Date
CN115187164A true CN115187164A (en) 2022-10-14

Family

ID=83516530

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210803171.2A Pending CN115187164A (en) 2022-07-07 2022-07-07 Information estimation method and device

Country Status (1)

Country Link
CN (1) CN115187164A (en)

Similar Documents

Publication Publication Date Title
US11610178B2 (en) Information output method and apparatus
CN108492068B (en) Method and device for path planning
US11288094B2 (en) Systems and methods for caching task execution
CN111427971B (en) Business modeling method, device, system and medium for computer system
CN111915238A (en) Method and device for processing orders
CN111784222A (en) Method and device for processing orders
CN111324786A (en) Method and device for processing consultation problem information
CN109978421B (en) Information output method and device
CN108959102B (en) Method and device for generating test data and testing application to be tested
US10410150B2 (en) Efficient computerized calculation of resource reallocation scheduling schemes
CN110223179A (en) The data processing method of fund, device, system, medium
CN109255563B (en) Method and device for determining storage area of article
CN112598337A (en) Article-oriented vehicle control method, apparatus, device and computer readable medium
CN109388684B (en) Method and apparatus for generating information
CN114418482A (en) Order information processing method and device, electronic equipment and computer readable medium
CN115187164A (en) Information estimation method and device
CN115098558A (en) Flight data statistical method and device
CN112862415B (en) Transportation vehicle scheduling method and device, electronic equipment and computer readable medium
CN111429072B (en) Method and apparatus for processing appliance demand information
CN112085442B (en) Device operation method, apparatus, electronic device, and computer-readable medium
CN112348612B (en) Order generation method and device
CN115271582A (en) Article scheduling method, device, electronic equipment and computer readable medium
CN113919734A (en) Order distribution method and device
CN112085441A (en) Information generation method and device, electronic equipment and computer readable medium
CN112308595A (en) Method and device for determining the state of an item

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