培训需求新增集团数据归属维护

master
xiaochanghai 4 weeks ago
parent 8631647b4a
commit 5efd3f231f
  1. 5977
      Model/Tiobon.Web.pdm
  2. 7
      Tiobon.Core.Model/Base/Ghre/Ghre_Request.Dto.Base.cs
  3. 7
      Tiobon.Core.Model/Models/Ghre/Ghre_Request.cs
  4. 1
      Tiobon.Core.Model/View/Ghre/Ghre_Request.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/5/9 17:05:37 SimonHsiao
*V0.01 2025/5/29 14:05:47 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
@ -357,4 +357,9 @@ public class Ghre_RequestBase
/// </summary>
[Display(Name = "PayRemark"), Description("支付金额说明"), MaxLength(32, ErrorMessage = "支付金额说明 不能超过 32 个字符")]
public string PayRemark { get; set; }
/// <summary>
/// 集团数据归属
/// </summary>
public int? DataBelongID { get; set; }
}

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2025/5/9 17:05:37 SimonHsiao
*V0.01 2025/5/29 14:05:47 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
@ -358,4 +358,9 @@ public class Ghre_Request : BasePoco
/// </summary>
[Display(Name = "PayRemark"), Description("支付金额说明"), MaxLength(32, ErrorMessage = "支付金额说明 不能超过 32 个字符")]
public string PayRemark { get; set; }
/// <summary>
/// 集团数据归属
/// </summary>
public int? DataBelongID { get; set; }
}

@ -65,6 +65,7 @@ public class Ghre_RequestDto : Ghre_Request
/// </summary>
public string TotalTrainDays { get; set; } = "0";
public string BuiltInLabel { get; set; }
public string DataBelongName { get; set; }
}

@ -7915,6 +7915,11 @@
支付金额说明
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_RequestBase.DataBelongID">
<summary>
集团数据归属
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_RequiredCourseBase">
<summary>
必选修查询 (Dto.Base)
@ -27567,6 +27572,11 @@
支付金额说明
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_Request.DataBelongID">
<summary>
集团数据归属
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_RequiredCourse">
<summary>
必选修查询 (Model)

Loading…
Cancel
Save