修改名称
parent
2f366b55d9
commit
b9a99cef90
|
@ -108,14 +108,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public string AttachCNPath { get; set; } = string.Empty;
|
public string AttachCNPath { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string EmailHtmlContentPath { get; set; } = string.Empty;
|
public string EmailHtmlContent { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string EmailHtmlContentCNPath { get; set; } = string.Empty;
|
public string EmailHtmlContentCN { get; set; } = string.Empty;
|
||||||
|
|
||||||
public string AttachName { get; set; }
|
public string AttachName { get; set; }
|
||||||
public string AttachNameCN { get; set; }
|
public string AttachNameCN { get; set; }
|
||||||
public string EmailHtmlName { get; set; }
|
|
||||||
public string EmailHtmlNameCN { get; set; }
|
|
||||||
|
|
||||||
|
|
||||||
public List<UserTypeEnum> ToUserTypeList { get; set; }
|
public List<UserTypeEnum> ToUserTypeList { get; set; }
|
||||||
|
|
|
@ -49,6 +49,48 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary> 业务模块 /// </summary>
|
||||||
|
public int BusinessModuleEnum { get; set; }
|
||||||
|
|
||||||
|
/// <summary> 业务层级 /// </summary>
|
||||||
|
public int BusinessLevelEnum { get; set; }
|
||||||
|
|
||||||
|
/// <summary> 邮件类型 /// </summary>
|
||||||
|
public int EmailTypeEnum { get; set; }
|
||||||
|
|
||||||
|
/// <summary> 邮件加急类型 /// </summary>
|
||||||
|
public int EmailUrgentEnum { get; set; }
|
||||||
|
|
||||||
|
/// <summary> 定时周期 /// </summary>
|
||||||
|
public string EmailCron { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
/// <summary> 邮件主题 /// </summary>
|
||||||
|
public string EmailTopic { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string EmailTopicCN { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
/// <summary> 附件 /// </summary>
|
||||||
|
public string AttachPath { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string AttachCNPath { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
public string Description { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
public string AttachName { get; set; }
|
||||||
|
public string AttachNameCN { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
public string EmailHtmlContent { get; set; } = string.Empty;
|
||||||
|
public string EmailHtmlContentCN { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[Required]
|
[Required]
|
||||||
public string Code { get; set; } = string.Empty;
|
public string Code { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue