增加邮件查询条件
This commit is contained in:
@@ -65,6 +65,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public SysEmailLevel? SystemLevel { get; set; }
|
||||
public int? BusinessModuleEnum { get; set; }
|
||||
|
||||
public int? EmailUrgentEnum { get; set; }
|
||||
|
||||
public UserTypeEnum? ToUserType { get; set; }
|
||||
|
||||
public UserTypeEnum? CopyUserType { get; set; }
|
||||
|
||||
}
|
||||
|
||||
///<summary> EmailNoticeConfigAddOrEdit 列表查询参数模型</summary>
|
||||
@@ -146,7 +152,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
[DictionaryTranslate("YesOrNo")]
|
||||
public bool IsDistinguishCriteria { get; set; }
|
||||
|
||||
|
||||
|
||||
[DictionaryTranslate("CriterionType")]
|
||||
public CriterionType? CriterionTypeEnum { get; set; }
|
||||
@@ -154,7 +160,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
[DictionaryTranslate("BusinessModule")]
|
||||
public int BusinessModuleEnum { get; set; }
|
||||
|
||||
[DictionaryTranslate("BusinessLevel")]
|
||||
[DictionaryTranslate("BusinessLevel")]
|
||||
public int BusinessLevelEnum { get; set; }
|
||||
|
||||
[DictionaryTranslate("EmailUrgent")]
|
||||
|
||||
Reference in New Issue
Block a user