- scheduler.StoreDeliveryTypeName

This commit is contained in:
gazebo
2018-11-20 08:46:27 +08:00
parent e8705b12ec
commit 78cbb75f3d
2 changed files with 8 additions and 1 deletions

View File

@@ -27,7 +27,12 @@ const (
)
var (
CurrentScheduler IScheduler
CurrentScheduler IScheduler
StoreDeliveryTypeName = map[int]string{
StoreDeliveryTypeCrowdSourcing: "平台众包",
StoreDeliveryTypeByPlatform: "平台专送",
StoreDeliveryTypeByStore: "商家自送",
}
)
var (