From b3f13d0fe227b9183d8c90136976b6d1b28b7f26 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期二, 28 四月 2026 19:27:04 +0800
Subject: [PATCH] 628 五一活动-客户端 同步广告表结构

---
 Main/Config/Configs/ADAwardConfig.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/ADAwardConfig.cs b/Main/Config/Configs/ADAwardConfig.cs
index dfdbe0d..23a9130 100644
--- a/Main/Config/Configs/ADAwardConfig.cs
+++ b/Main/Config/Configs/ADAwardConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           2026骞�1鏈�15鏃�
+//    [  Date ]:           Monday, April 27, 2026
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -24,6 +24,7 @@
 	public int FuncID;
 	public int RedpointID;
 	public int ParentRedpointID;
+	public string Name;
 
     public override int LoadKey(string _key)
     {
@@ -50,6 +51,8 @@
 			int.TryParse(tables[6],out RedpointID); 
 
 			int.TryParse(tables[7],out ParentRedpointID); 
+
+			Name = tables[8];
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0