duheng
2025-03-21 c0be7c001375f73e2c3b49a1b1d447b6fc297bdd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using Yw.DAL.SQLite;
 
namespace PBS.DAL.SQLite
{
    /// <summary>
    /// 模型模板组
    ///</summary> 
    public class ModelTemplateGroup : BaseDAL_Paras_Flags_TagName_TreeSorter_UseStatus<PBS.Entity.ModelTemplateGroup>, IModelTemplateGroup
    {
        /// <summary>
        ///
        /// </summary>
        public override ConnectionConfig ConnectionConfig
        {
            get { return PBS.ConfigHelper.SQLiteConnectionConfig; }
        }
 
 
    }
}