mirror of https://github.com/jeecgboot/jeecg-boot
Add more ScanTypes
parent
c4325cf75a
commit
aed2406c81
|
@ -6,6 +6,7 @@ public enum ScanType {
|
||||||
END_DELIVERED("End Delivered"),
|
END_DELIVERED("End Delivered"),
|
||||||
END_DELIVERY("End Delivery"),
|
END_DELIVERY("End Delivery"),
|
||||||
END_RECEIVED("End Received"),
|
END_RECEIVED("End Received"),
|
||||||
|
END_SEND("End Send"),
|
||||||
END_ARRIVED("End Arrived"),
|
END_ARRIVED("End Arrived"),
|
||||||
FLIGHT_ARRIVED("Flight Arrived"),
|
FLIGHT_ARRIVED("Flight Arrived"),
|
||||||
FLIGHT_DEPARTURE("Flight Departure"),
|
FLIGHT_DEPARTURE("Flight Departure"),
|
||||||
|
@ -13,12 +14,15 @@ public enum ScanType {
|
||||||
FACILITY_ARRIVED("Received by Consolidation Warehouse"),
|
FACILITY_ARRIVED("Received by Consolidation Warehouse"),
|
||||||
FACILITY_DEPARTURE("Consolidation Center Dispatch"),
|
FACILITY_DEPARTURE("Consolidation Center Dispatch"),
|
||||||
FACILITY_OUTBOUND("Consolidation Center Outbound"),
|
FACILITY_OUTBOUND("Consolidation Center Outbound"),
|
||||||
|
CUSTOMS_CLEARANCE("Customs Clearance"),
|
||||||
CUSTOMS_CLEARANCE_COMPLETED("Customs Clearance Completed"),
|
CUSTOMS_CLEARANCE_COMPLETED("Customs Clearance Completed"),
|
||||||
ORDER_PLACED("Order Placed"),
|
ORDER_PLACED("Order Placed"),
|
||||||
WAITING_FOR_DELIVERY("Waiting for Delivery"),
|
WAITING_FOR_DELIVERY("Waiting for Delivery"),
|
||||||
ARRIVED_PORT("Arrived at Port"),
|
ARRIVED_PORT("Arrived at Port"),
|
||||||
FLIGHT_PREPARING("Flight Preparing"),
|
FLIGHT_PREPARING("Flight Preparing"),
|
||||||
CN_CUSTOMS_INSPECTION("Customs Inspection"),
|
CN_CUSTOMS_INSPECTION("Customs Inspection"),
|
||||||
|
EXPORT_CUSTOMS_DECLARATION("Export Declaration"),
|
||||||
|
EXPORT_CUSTOMS_DECLARATION_COMPLETED("Export Declaration Completed"),
|
||||||
BAGGING("Bagging");
|
BAGGING("Bagging");
|
||||||
|
|
||||||
private final String desc;
|
private final String desc;
|
||||||
|
|
Loading…
Reference in New Issue