using System; using System.Collections.Generic; using System.Data; using System.Linq; using SqlSugar; namespace IStation.DAL { /// /// 系统字典类型 /// public partial class SysDictType : BaseDAL_Sorter_UseStatus { /// /// /// public override ConnectionConfig ConnectionConfig { get { return ConfigHelper.DefaultConnectionConfig; } } } }