ApiTools.Core/Entities/SmsUtils/SmsSettingAccess.cs
@@ -13,16 +13,6 @@ public class SmsSettingAccess : CommonEntity<MasterDbContextLocator> { /// <summary> /// 渠道Id /// </summary> public Guid? ChannelId { get; set; } /// <summary> /// 渠道 /// </summary> public Channel Channel { get; set; } /// <summary> /// 配置Id /// </summary> public Guid SettingId { get; set; } @@ -42,5 +32,9 @@ /// </summary> public bool IsDisabled { get; set; } /// <summary> /// 签名名称 /// </summary> public string SignName { get; set; } } }