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)