// Auto Generated Code By excel2json // Generate From Excel\qiandao.xlsx. SheetName: QiandaoConfig using System; using Fort23.GameData; namespace Excel2Json { [Config(prefab = "QiandaoConfig.json")] public partial class QiandaoConfigHolder : ConfigHolder { } [Serializable] public struct QiandaoConfig : IConfig { public int GetID() {return ID;} /// /// /// public int ID; /// ///归属 /// public int group; /// ///1="7日" 2="30日" /// public int style; /// ///签到活动介绍 语言ID /// public int introTxtID; /// ///左边图 不填=默认 /// public string tuName1; /// ///大背景图 不填=默认 /// public string tuName2; /// ///右边图 不填=默认 /// public string tuName3; /// ///自动累计 (不实现) 0/不填=不累计 1=累计 /// public int autoSave; /// ///入口 0=无,等其他系统调用 1=默认入口 /// public int defEntry; /// ///登录 自动弹出 0/不填=不弹 1=要弹 /// public int autoOpen; /// ///排序 /// public int sort; } } // End of Auto Generated Code