sunpengfei
2025-10-09 eeb1019e42abc3fc0e4b10b181b46c02b6e58843
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; }
    }
}