新增查询开班课表数据接口

master
xiaochanghai 2 months ago
parent df2f70ccf4
commit 00346a6850
  1. 10
      Tiobon.Core.Api/Tiobon.Core.Model.xml
  2. 7
      Tiobon.Core.Model/Base/Ghre/Ghre_OpenClassAttend.Dto.Base.cs
  3. 7
      Tiobon.Core.Model/Models/Ghre/Ghre_OpenClassAttend.cs

@ -5825,6 +5825,11 @@
预留字段12 预留字段12
</summary> </summary>
</member> </member>
<member name="P:Tiobon.Core.Model.Models.Ghre_OpenClassAttendBase.TeacherSuperiorId">
<summary>
讲师上级ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_OpenClassFeeBase"> <member name="T:Tiobon.Core.Model.Models.Ghre_OpenClassFeeBase">
<summary> <summary>
开班费用 (Dto.Base) 开班费用 (Dto.Base)
@ -23007,6 +23012,11 @@
预留字段12 预留字段12
</summary> </summary>
</member> </member>
<member name="P:Tiobon.Core.Model.Models.Ghre_OpenClassAttend.TeacherSuperiorId">
<summary>
讲师上级ID
</summary>
</member>
<member name="T:Tiobon.Core.Model.Models.Ghre_OpenClassFee"> <member name="T:Tiobon.Core.Model.Models.Ghre_OpenClassFee">
<summary> <summary>
开班费用 (Model) 开班费用 (Model)

@ -6,7 +6,7 @@
* *
* Ver * Ver
* *
*V0.01 2025/2/8 14:57:20 SimonHsiao *V0.01 2025/4/15 9:41:36 SimonHsiao
* *
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. * Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
* *
@ -118,4 +118,9 @@ public class Ghre_OpenClassAttendBase
/// 预留字段12 /// 预留字段12
/// </summary> /// </summary>
public int? ReverseI2 { get; set; } public int? ReverseI2 { get; set; }
/// <summary>
/// 讲师上级ID
/// </summary>
public long? TeacherSuperiorId { get; set; }
} }

@ -6,7 +6,7 @@
* *
* Ver * Ver
* *
*V0.01 2025/2/8 14:57:20 SimonHsiao *V0.01 2025/4/15 9:41:36 SimonHsiao
* *
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. * Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
* *
@ -119,4 +119,9 @@ public class Ghre_OpenClassAttend : BasePoco
/// 预留字段12 /// 预留字段12
/// </summary> /// </summary>
public int? ReverseI2 { get; set; } public int? ReverseI2 { get; set; }
/// <summary>
/// 讲师上级ID
/// </summary>
public long? TeacherSuperiorId { get; set; }
} }

Loading…
Cancel
Save