public static void Init(string guid) { AspNetHelper.guid = guid; db_name = Cache_Next.GetDbName(); tableList = Cache_Next.GetTableList(); tbDic = Cache_Next.GetColumnAll(); }
public static void Init() { db_name = Cache_Next.GetDbName(); tableList = Cache_Next.GetTableList(); tbDic = Cache_Next.GetColumnAll(); }