namespace Yw.DAL.SQLite { /// /// /// public partial class SysUnitType : BaseDAL_Code_Sorter, ISysUnitType { /// /// /// public override ConnectionConfig ConnectionConfig { get { return ConfigHelper.SQLiteConnectionConfig; } } } }