From 0579d8ed7f53a1883dde8b6cb9df258370348e1e Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 27 六月 2024 18:23:15 +0800 Subject: [PATCH] 新增wms系统设置表,保存库存结算时间点,给前端提供查询和保存配置接口 --- 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