@ -4845,6 +4845,11 @@
规则名称
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_StudyRuleBase.IsDeptLower">
<summary>
部门是否含下阶
<member name="T:Tiobon.Core.Model.Models.Ghre_StudyRuleResultBase">
必选修规则结果 (Dto.Base)
@ -11836,6 +11841,11 @@
<member name="P:Tiobon.Core.Model.Models.Ghre_StudyRule.IsDeptLower">
<member name="T:Tiobon.Core.Model.Models.Ghre_StudyRuleResult">
必选修规则结果 (Model)
@ -187,5 +187,10 @@ namespace Tiobon.Core.Model.Models
/// </summary>
[Display(Name = "RuleName"), Description("规则名称"), MaxLength(32, ErrorMessage = "规则名称 不能超过 32 个字符")]
public string RuleName { get; set; }
/// <summary>
/// 部门是否含下阶
public bool? IsDeptLower { get; set; }
}
@ -189,5 +189,10 @@ namespace Tiobon.Core.Model.Models