//using SqlSugar; //namespace WIDESEA.Common //{ // /// // /// sqlsugar数据库配置 // /// // public sealed class SqlSugarConfig : ConnectionConfig // { // /// // /// 是否初始化数据库 // /// // public bool IsInitDb { get; set; } // /// // /// 是否初始化种子数据 // /// // public bool IsSeedData { get; set; } // /// // /// 是否驼峰转下划线 // /// // public bool IsUnderLine { get; set; } // } //}