lixiaojun
2024-10-23 549b9ad0a143b6fbd86ce02ddfa470b5556126e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
namespace Yw.Division
{
    /// <summary>
    ///
    /// </summary>
    internal class DbType
    {
        /// <summary>
        ///
        /// </summary>
        public const string SQLite = "SQLite";
 
        /// <summary>
        ///
        /// </summary>
        public const string PostgreSql = "PostgreSql";
    }
}