yyl
2026-02-09 5a4e34c8a85737c0fa5b5775122da31155cbaef3
Main/Config/Configs/CTGSelectItemConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年7月26日
//    [  Date ]:           2025年8月5日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -10,6 +10,11 @@
public partial class CTGSelectItemConfig : ConfigBase<int, CTGSelectItemConfig>
{
    static CTGSelectItemConfig()
    {
        // 访问过静态构造函数
        visit = true;
    }
    public int SelectID;
   public int ItemID;