From 9fd3bfe58a52299815b967075d874f6a29de886e Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Tue, 8 Apr 2025 17:42:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E3=80=81=E8=AF=BE=E7=A8=8B?= =?UTF-8?q?=E5=9C=BA=E6=99=AF=E6=96=B0=E5=A2=9E=E5=85=B3=E8=81=94=E5=AD=A6?= =?UTF-8?q?=E5=88=86=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Tiobon.Core.Model.xml | 20 +++++++++++++++++++ .../Base/Ghre/Ghre_Course.Dto.Base.cs | 7 ++++++- .../Base/Ghre/Ghre_CourseScene.Dto.Base.cs | 7 ++++++- Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs | 7 ++++++- .../Models/Ghre/Ghre_CourseScene.cs | 7 ++++++- Tiobon.Core/Tiobon.Core.Model.xml | 20 +++++++++++++++++++ 6 files changed, 64 insertions(+), 4 deletions(-) diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index 6e67adf2..e6e30d73 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -2910,6 +2910,11 @@ 内置 + + + 学分规则ID + + 课程分类 (Dto.Base) @@ -3135,6 +3140,11 @@ 内置 + + + 学分规则ID + + 课程列表 @@ -19807,6 +19817,11 @@ 内置 + + + 学分规则ID + + 课程分类 (Model) @@ -20032,6 +20047,11 @@ 内置 + + + 学分规则ID + + Ghre_CourseSnap (Model) diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs index 427e9f4e..59598dcc 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2025/4/7 14:23:49 SimonHsiao 初版 +*V0.01 2025/4/8 17:21:27 SimonHsiao 初版 * * Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -279,4 +279,9 @@ public class Ghre_CourseBase /// 内置 /// public int? BuiltIn { get; set; } + + /// + /// 学分规则ID + /// + public long? CreditRuleId { get; set; } } diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_CourseScene.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_CourseScene.Dto.Base.cs index 1124b520..c78af7a5 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_CourseScene.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_CourseScene.Dto.Base.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2025/4/7 14:23:41 SimonHsiao 初版 +*V0.01 2025/4/8 17:21:17 SimonHsiao 初版 * * Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -166,6 +166,11 @@ public class Ghre_CourseSceneBase /// public int? BuiltIn { get; set; } + /// + /// 学分规则ID + /// + public long? CreditRuleId { get; set; } + /// /// 课程列表 /// diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs index dc4f79dd..af9047f7 100644 --- a/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs +++ b/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2025/4/7 14:23:49 SimonHsiao 初版 +*V0.01 2025/4/8 17:21:27 SimonHsiao 初版 * * Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -280,4 +280,9 @@ public class Ghre_Course : BasePoco /// 内置 /// public int? BuiltIn { get; set; } + + /// + /// 学分规则ID + /// + public long? CreditRuleId { get; set; } } diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_CourseScene.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_CourseScene.cs index c9f0eef1..047b4e16 100644 --- a/Tiobon.Core.Model/Models/Ghre/Ghre_CourseScene.cs +++ b/Tiobon.Core.Model/Models/Ghre/Ghre_CourseScene.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2025/4/7 14:23:41 SimonHsiao 初版 +*V0.01 2025/4/8 17:21:17 SimonHsiao 初版 * * Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -166,4 +166,9 @@ public class Ghre_CourseScene : BasePoco /// 内置 /// public int? BuiltIn { get; set; } + + /// + /// 学分规则ID + /// + public long? CreditRuleId { get; set; } } diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index 6e67adf2..e6e30d73 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -2910,6 +2910,11 @@ 内置 + + + 学分规则ID + + 课程分类 (Dto.Base) @@ -3135,6 +3140,11 @@ 内置 + + + 学分规则ID + + 课程列表 @@ -19807,6 +19817,11 @@ 内置 + + + 学分规则ID + + 课程分类 (Model) @@ -20032,6 +20047,11 @@ 内置 + + + 学分规则ID + + Ghre_CourseSnap (Model)