|
|
|
@ -619,7 +619,7 @@ lora_last_check_time : { type: String, default: null },
|
|
|
|
|
gsm_last_disconnect_time : { type: String, default: null },
|
|
|
|
|
outDoor_status: {
|
|
|
|
|
type: String,
|
|
|
|
|
enum: ['inprogress', 'inprogress store','ready to pick up', 'dispatched'],
|
|
|
|
|
enum: ['inprogress', 'inprogress at store','ready to pick up', 'dispatched'],
|
|
|
|
|
default: 'inprogress' // optional: set default
|
|
|
|
|
},
|
|
|
|
|
lora_last_disconnect_time : { type: String, default: null },
|
|
|
|
|