From ab113ce9156d8ab54b3a4da9da6b3939875a928f Mon Sep 17 00:00:00 2001 From: zongzhibin <zongzhibin@weben-smart.com> Date: 周五, 22 11月 2024 13:11:12 +0800 Subject: [PATCH] add --- CC/iWareCC_ASRS/Program.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/CC/iWareCC_ASRS/Program.cs b/CC/iWareCC_ASRS/Program.cs index 45c8a8c..666ca98 100644 --- a/CC/iWareCC_ASRS/Program.cs +++ b/CC/iWareCC_ASRS/Program.cs @@ -24,6 +24,8 @@ if (result) { + Yitter.IdGenerator.IdGeneratorOptions options = new Yitter.IdGenerator.IdGeneratorOptions(1); + Yitter.IdGenerator.YitIdHelper.SetIdGenerator(options); FormCC cc = new FormCC(); //if (SystemCheckForm.Frm_SystemCheckResult()) //{ -- Gitblit v1.9.3