+ handleWaybillTip

This commit is contained in:
gazebo
2019-07-30 16:26:56 +08:00
parent 65994f8824
commit 2cce24bd72
4 changed files with 64 additions and 9 deletions

View File

@@ -301,6 +301,8 @@ const (
OrderDeliveryFlagMaskScheduleDisabled = 1 // 禁止三方配送调度
OrderDeliveryFlagMaskPurcahseDisabled = 2 // 购物平台已不配送(一般为门店配送类型本身为自配送,或已经转自配送)
OrderDeliveryFlagMaskAutoPickup = 4 // 是否是自动拣货的
OrderDeliveryFlagMaskDada = 16 // 创建达达运单中
OrderDeliveryFlagMaskMtps = 32 // 创建美团配送运单中
)