培训计划新增集团数据归属维护

master
xiaochanghai 4 weeks ago
parent 47148ec352
commit 75109e904c
  1. 2009
      Model/Tiobon.Web.pdm
  2. 6
      Tiobon.Core.Model/Base/Ghre/Ghre_Plan.Dto.Base.cs
  3. 7
      Tiobon.Core.Model/Models/Ghre/Ghre_Plan.cs
  4. 1
      Tiobon.Core.Model/View/Ghre/Ghre_Plan.Dto.View.cs
  5. 10
      Tiobon.Core/Tiobon.Core.Model.xml

File diff suppressed because it is too large Load Diff

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2025/4/29 18:06:23 SimonHsiao
*V0.01 2025/5/29 14:31:35 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
@ -238,6 +238,10 @@ public class Ghre_PlanBase
[Display(Name = "OutSideOrg"), Description("外训机构"), MaxLength(256, ErrorMessage = "外训机构 不能超过 256 个字符")]
public string OutSideOrg { get; set; }
/// <summary>
/// 集团数据归属
/// </summary>
public int? DataBelongID { get; set; }
public List<int> StaffId { get; set; }
public List<string> Months { get; set; } = new List<string>();
}

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2025/4/29 18:06:23 SimonHsiao
*V0.01 2025/5/29 14:31:35 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
@ -238,4 +238,9 @@ public class Ghre_Plan : BasePoco
/// </summary>
[Display(Name = "OutSideOrg"), Description("外训机构"), MaxLength(256, ErrorMessage = "外训机构 不能超过 256 个字符")]
public string OutSideOrg { get; set; }
/// <summary>
/// 集团数据归属
/// </summary>
public int? DataBelongID { get; set; }
}

@ -54,4 +54,5 @@ public class Ghre_PlanDto : Ghre_Plan
public string M11 { get; set; }
public string M12 { get; set; }
public string BuiltInLabel { get; set; }
public string DataBelongName { get; set; }
}

@ -7395,6 +7395,11 @@
外训机构
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_PlanBase.DataBelongID">
<summary>
集团数据归属
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_QuestionBase">
<summary>
题目 (Dto.Base)
@ -27062,6 +27067,11 @@
外训机构
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_Plan.DataBelongID">
<summary>
集团数据归属
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_Question">
<summary>
题目 (Model)

Loading…
Cancel
Save