Admin
2025-12-17 1cd9280bbecf557f8978ad3839f14827ff9f4d34
1
2
3
4
5
6
7
namespace WIDESEA.Core.Const
{
    public static class DBType
    {
        public static string Name { get; set; }
    }
}