wangxinhui
2024-11-06 8f392cc88b0768b74efca3b68785cf5aa1c38e70
1
2
3
4
5
6
7
namespace WIDESEA_Core.DBManage
{
    public struct DbName
    {
        public static string Default = "default";
    }
}