- bare store name.

This commit is contained in:
gazebo
2018-09-18 11:11:20 +08:00
parent 23ff663492
commit 9a780b10d3
3 changed files with 30 additions and 4 deletions

View File

@@ -7,6 +7,10 @@ import (
"git.rosy.net.cn/jx-callback/business/model"
)
const (
StoreNameSeparator = "-"
)
const (
CancelWaybillReasonNotAcceptIntime = 1
CancelWaybillReasonSwitch2SelfFailed = 2