培训计划达成率报表查询_宝连通

master
xiaochanghai 1 month ago
parent 3ec71e3885
commit b373aa778a
  1. 15
      Model/Tiobon.Web.pdm
  2. 5
      Tiobon.Core.Model/Base/Ghre/Ghre_TrainFeeApplyOrder_Boltone.Dto.Base.cs
  3. 5
      Tiobon.Core.Model/Models/Ghre/Ghre_TrainFeeApplyOrder_Boltone.cs
  4. 7
      Tiobon.Core.Services/Ghre/Ghre_PlanServices.cs

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<?PowerDesigner AppLocale="UTF16" ID="{C294868A-C3F3-41AD-98CC-78B6D4E0CC40}" Label="" LastModificationDate="1747811877" Name="Tiobon" Objects="4328" Symbols="150" Target="Microsoft SQL Server 2008" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
<?PowerDesigner AppLocale="UTF16" ID="{C294868A-C3F3-41AD-98CC-78B6D4E0CC40}" Label="" LastModificationDate="1747967262" Name="Tiobon" Objects="4313" Symbols="150" Target="Microsoft SQL Server 2008" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
<!-- do not edit this file -->
<Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@ -10010,7 +10010,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o85">
<a:CreationDate>1738913762</a:CreationDate>
<a:ModificationDate>1747275741</a:ModificationDate>
<a:Rect>((-45223,-30675), (-40499,-24525))</a:Rect>
<a:Rect>((-45111,-30675), (-40611,-24525))</a:Rect>
<a:ListOfPoints>((-44099,-30675),(-44099,-27375),(-41624,-27375),(-41624,-24525))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -10100,7 +10100,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o98">
<a:CreationDate>1738916098</a:CreationDate>
<a:ModificationDate>1738916104</a:ModificationDate>
<a:Rect>((-54111,-31050), (-42899,-24863))</a:Rect>
<a:Rect>((-53999,-31050), (-42899,-24863))</a:Rect>
<a:ListOfPoints>((-51749,-31050),(-51749,-25275),(-42899,-25275))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -10189,7 +10189,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o111">
<a:CreationDate>1741253560</a:CreationDate>
<a:ModificationDate>1741253591</a:ModificationDate>
<a:Rect>((39197,5850), (46921,13800))</a:Rect>
<a:Rect>((39309,5850), (46809,13800))</a:Rect>
<a:ListOfPoints>((43059,13800),(43059,5850))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -10211,7 +10211,7 @@ DESTINATION 0 新宋体,8,N</a:FontList>
<o:ReferenceSymbol Id="o114">
<a:CreationDate>1741255050</a:CreationDate>
<a:ModificationDate>1741255050</a:ModificationDate>
<a:Rect>((38289,14400), (47513,22350))</a:Rect>
<a:Rect>((38401,14400), (47401,22350))</a:Rect>
<a:ListOfPoints>((42901,22350),(42901,14400))</a:ListOfPoints>
<a:CornerStyle>2</a:CornerStyle>
<a:ArrowStyle>1</a:ArrowStyle>
@ -61689,10 +61689,11 @@ Ghra_staff_InsureBase
<a:Code>PlanId</a:Code>
<a:CreationDate>1747811828</a:CreationDate>
<a:Creator>Administrator</a:Creator>
<a:ModificationDate>1747811877</a:ModificationDate>
<a:ModificationDate>1747967262</a:ModificationDate>
<a:Modifier>Administrator</a:Modifier>
<a:Comment>计划ID</a:Comment>
<a:DataType>bigint</a:DataType>
<a:DataType>nvarchar(2000)</a:DataType>
<a:Length>2000</a:Length>
</o:Column>
<o:Column Id="o4000">
<a:ObjectID>1FBD2ED3-7EE4-4599-89C2-DFF21B628E3A</a:ObjectID>

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2025/5/21 15:20:27 SimonHsiao
*V0.01 2025/5/23 10:30:26 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
@ -289,7 +289,8 @@ public class Ghre_TrainFeeApplyOrder_BoltoneBase
/// <summary>
/// 计划ID
/// </summary>
public long? PlanId { get; set; }
[Display(Name = "PlanId"), Description("计划ID"), MaxLength(2000, ErrorMessage = "计划ID 不能超过 2000 个字符")]
public string PlanId { get; set; }
public List<Ghre_Attachment1> Attachments { get; set; } = new List<Ghre_Attachment1>();
public List<Ghre_TrainFeeApplyDetail_Boltone> Details { get; set; } = new List<Ghre_TrainFeeApplyDetail_Boltone>();

@ -6,7 +6,7 @@
*
* Ver
*
*V0.01 2025/5/21 15:20:27 SimonHsiao
*V0.01 2025/5/23 10:30:26 SimonHsiao
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*
@ -288,5 +288,6 @@ public class Ghre_TrainFeeApplyOrder_Boltone : BasePoco
/// <summary>
/// 计划ID
/// </summary>
public long? PlanId { get; set; }
[Display(Name = "PlanId"), Description("计划ID"), MaxLength(2000, ErrorMessage = "计划ID 不能超过 2000 个字符")]
public string PlanId { get; set; }
}

@ -705,4 +705,11 @@ public class Ghre_PlanServices : BaseServices<Ghre_Plan, Ghre_PlanDto, InsertGhr
return ServiceResult<ExcelData>.OprateSuccess("导入成功!", data);
}
#endregion
#region 培训计划达成率
//public async Task<ServicePageResult<UshioPlanReport>> QueryCompletionRateBLT(QueryBody filter)
//{
//}
#endregion
}
Loading…
Cancel
Save