duheng
2025-02-19 a5b25c4f314079d293bf159ed6f0d7dcbadadbb7
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace HStation.Settings
{
    /// <summary>
    /// 
    /// </summary>
    public class Paras_PhartRelation_DataBase_SQLite
    {
        /// <summary>
        /// 连接字符串
        /// </summary>
        public string ConnectString { get; set; }
    }
}