using System; using System.Collections.Generic; using System.Text; namespace WIDESEA_Core.DBManage { public struct DbName { public static string Default = "default"; } }