ningshuxia
2025-04-01 f2feed624a3186e020bc0283b41e36eb89164a6c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
namespace IStation.DAL.SQLite
{
    /// <summary>
    /// 
    /// </summary>
    public partial class ScheduleConclusion : Yw.DAL.SQLite.BaseDAL<Entity.ScheduleConclusion>, IScheduleConclusion
    {
        /// <summary>
        /// 
        /// </summary>
        public override ConnectionConfig ConnectionConfig
        {
            get { return ConfigHelper.ScheduleConnectionConfig; }
 
        }
 
 
    }
}