This commit is contained in:
邹宗楠
2022-04-07 18:47:06 +08:00
parent 91dc8e6210
commit c0cd8aa426
3 changed files with 13 additions and 11 deletions

View File

@@ -16,8 +16,15 @@ const (
TimerStatusTypeUnknown = -1
TimerStatusTypeOrder = 0
TimerStatusTypeWaybill = 1
)
const (
JXC4B_RAND_JXGY = 1 // 京西菜市和果园品牌id
JXC4B_SHOP = 7 // 京西超市
)
var (
CurrentScheduler IScheduler
)