From 80c8e74c7428329f06d1aa3b70b95b46da732b0a Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 27 六月 2024 20:09:03 +0800 Subject: [PATCH] 保存库存结算时间点重启定时任务 --- constvar/const.go | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index c128d57..b965525 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -316,3 +316,9 @@ ) const DoMonthStatsToken = "Eoh2ZAUJjtbmu0TBkc3dq7MPCpL4riw5NVxOfgXYlKvHF6sR" + +type SystemConfigType int + +const ( + SystemConfigTypeInventoryCutOffPoint SystemConfigType = 1 //搴撳瓨缁撶畻鏃堕棿鐐� +) -- Gitblit v1.8.0