学分规则新增集团数据归属维护

master
xiaochanghai 4 weeks ago
parent 1a0e42a169
commit 47148ec352
  1. 1067
      Model/Tiobon.Web.pdm
  2. 6
      Tiobon.Core.Model/Base/Ghre/Ghre_CreditRule.Dto.Base.cs
  3. 7
      Tiobon.Core.Model/Models/Ghre/Ghre_CreditRule.cs
  4. 1
      Tiobon.Core.Model/View/Ghre/Ghre_CreditRule.Dto.View.cs
  5. 5
      Tiobon.Core.Services/Ghre/Ghre_CreditRuleServices.cs
  6. 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/8 15:17:40 SimonHsiao
*V0.01 2025/5/29 14:25:46 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
@ -138,5 +138,9 @@ public class Ghre_CreditRuleBase
/// </summary>
public int? ReverseI2 { get; set; }
/// <summary>
/// 集团数据归属
/// </summary>
public int? DataBelongID { get; set; }
public List<CreditRuleScoreRange> ScoreRanges { get; set; }
}

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2025/4/8 15:17:40 SimonHsiao
*V0.01 2025/5/29 14:25:46 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
@ -138,4 +138,9 @@ public class Ghre_CreditRule : BasePoco
/// 预留字段12
/// </summary>
public int? ReverseI2 { get; set; }
/// <summary>
/// 集团数据归属
/// </summary>
public int? DataBelongID { get; set; }
}

@ -33,4 +33,5 @@ public class Ghre_CreditRuleDto : Ghre_CreditRule
public string UpdateDataInfo { get; set; }
public List<CreditRuleScoreRange> ScoreRanges { get; set; }
public string DataBelongName { get; set; }
}

@ -1,7 +1,4 @@
using StackExchange.Profiling.Internal;
using Tiobon.Core.Common.DB.Dapper.Extensions;
namespace Tiobon.Core.Services;
namespace Tiobon.Core.Services;
/// <summary>
/// 学分规则 (服务)

@ -4420,6 +4420,11 @@
预留字段12
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_CreditRuleBase.DataBelongID">
<summary>
集团数据归属
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_DaySalaryEntry_BoltoneBase">
<summary>
Ghre_DaySalaryEntry_Boltone (Dto.Base)
@ -24107,6 +24112,11 @@
预留字段12
</summary>
</member>
<member name="P:Tiobon.Core.Model.Models.Ghre_CreditRule.DataBelongID">
<summary>
集团数据归属
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_DaySalaryEntry_Boltone">
<summary>
Ghre_DaySalaryEntry_Boltone (Model)

Loading…
Cancel
Save