问卷调查提交记录新增和开班串联

master
xiaochanghai 2 months ago
parent b1a3278eb5
commit 74417582aa
  1. 2389
      Model/Tiobon.Web.pdm
  2. 2
      Tiobon.Core.Model/Base/Ghre/Ghre_OpenClass.Dto.Base.cs
  3. 2
      Tiobon.Core.Model/Models/Ghre/Ghre_OpenClass.cs

File diff suppressed because it is too large Load Diff

@ -321,7 +321,7 @@ public class Ghre_OpenClassBase
/// <summary> /// <summary>
/// 讲师上级ID /// 讲师上级ID
/// </summary> /// </summary>
public long? ParentTeacherId { get; set; } public int? ParentTeacherId { get; set; }
/// <summary> /// <summary>
/// 上级反馈单ID /// 上级反馈单ID

@ -322,7 +322,7 @@ public class Ghre_OpenClass : BasePoco
/// <summary> /// <summary>
/// 讲师上级ID /// 讲师上级ID
/// </summary> /// </summary>
public long? ParentTeacherId { get; set; } public int? ParentTeacherId { get; set; }
/// <summary> /// <summary>
/// 上级反馈单ID /// 上级反馈单ID

Loading…
Cancel
Save