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;