diff --git a/Model/Tiobon.Web.pdm b/Model/Tiobon.Web.pdm index 335b48a4..b4fbf846 100644 --- a/Model/Tiobon.Web.pdm +++ b/Model/Tiobon.Web.pdm @@ -1,5 +1,5 @@ - + @@ -106454,9 +106454,9 @@ LABL 0 Arial Unicode MS,8,N CourseNo 1713839845 Administrator -1713839945 +1714273506 Administrator -课程名称 +课程编号 nvarchar(32) 32 @@ -106855,9 +106855,9 @@ LABL 0 Arial Unicode MS,8,N SceneNo 1713843857 Administrator -1714266484 +1714273738 Administrator -场景名称 +场景编号 nvarchar(32) 32 @@ -107832,10 +107832,10 @@ LABL 0 Arial Unicode MS,8,N IsCorrect 1714100132 Administrator -1714100414 +1714273321 Administrator 是否为正确答案 -false +'false' bit diff --git a/Tiobon.Core.Api/Controllers/Ghre/Ghre_CourseController.cs b/Tiobon.Core.Api/Controllers/Ghre/Ghre_CourseController.cs index aade0429..cedbb631 100644 --- a/Tiobon.Core.Api/Controllers/Ghre/Ghre_CourseController.cs +++ b/Tiobon.Core.Api/Controllers/Ghre/Ghre_CourseController.cs @@ -1,7 +1,7 @@ namespace Tiobon.Core.Api.Controllers; /// -/// 课程(Controller) +/// Ghre_Course(Controller) /// [Route("api/[controller]")] [ApiController, GlobalActionFilter] diff --git a/Tiobon.Core.Api/Tiobon.Core.Model.xml b/Tiobon.Core.Api/Tiobon.Core.Model.xml index 1e93a9ef..2d8eeb76 100644 --- a/Tiobon.Core.Api/Tiobon.Core.Model.xml +++ b/Tiobon.Core.Api/Tiobon.Core.Model.xml @@ -300,6 +300,99 @@ 预留字段12 + + + Ghre_Course (Dto.Base) + + + + + 课程编号 + + + + + 课程名称 + + + + + 课程分类ID + + + 备注 + + + + + 排序 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + 课程分类 (Dto.Base) @@ -307,12 +400,12 @@ - 课程名称 + 分类编号 - 课程名称 + 分类名称 @@ -397,7 +490,7 @@ - 场景名称 + 场景编号 @@ -480,6 +573,204 @@ 预留字段12 + + + 题目 (Dto.Base) + + + + + 课程Ids + + + + + 题目编号 + + + + + 难易程度 + + + + + 题目类型 + + + + + 题目内容 + + + + + 备注 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + + + + 题目答案 (Dto.Base) + + + + + 题目ID + + + 答案内容 + + + + + 是否为正确答案 + + + + + 图片地址 + + + + + 排序号 + + + + + 备注 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + 系统用户 (Dto.Base) @@ -664,6 +955,11 @@ 附件 (Dto.EditInput) + + + Ghre_Course (Dto.EditInput) + + 课程分类 (Dto.EditInput) @@ -674,6 +970,16 @@ 课程场景 (Dto.EditInput) + + + 题目 (Dto.EditInput) + + + + + 题目答案 (Dto.EditInput) + + 系统用户 (Dto.EditInput) @@ -689,6 +995,11 @@ 附件 (Dto.InsertInput) + + + Ghre_Course (Dto.InsertInput) + + 课程分类 (Dto.InsertInput) @@ -699,6 +1010,16 @@ 课程场景 (Dto.InsertInput) + + + 题目 (Dto.InsertInput) + + + + + 题目答案 (Dto.InsertInput) + + 系统用户 (Dto.InsertInput) @@ -1168,6 +1489,101 @@ 预留字段12 + + + Ghre_Course (Model) + + + + + 课程编号 + + + + + 课程名称 + + + + + 课程分类ID + + + + + 备注 + + + + + 排序 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + 课程分类 (Model) @@ -1175,12 +1591,12 @@ - 课程名称 + 分类编号 - 课程名称 + 分类名称 @@ -1265,7 +1681,7 @@ - 场景名称 + 场景编号 @@ -1348,6 +1764,206 @@ 预留字段12 + + + 题目 (Model) + + + + + 课程Ids + + + + + 题目编号 + + + + + 难易程度 + + + + + 题目类型 + + + + + 题目内容 + + + + + 备注 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + + + + 题目答案 (Model) + + + + + 题目ID + + + + + 答案内容 + + + + + 是否为正确答案 + + + + + 图片地址 + + + + + 排序号 + + + + + 备注 + + + + + 默认标志 + + + + + 预留字段1 + + + + + 预留字段2 + + + + + 预留字段3 + + + + + 预留字段4 + + + + + 预留字段5 + + + + + 预留字段6 + + + + + 预留字段7 + + + + + 预留字段8 + + + + + 预留字段9 + + + + + 预留字段10 + + + + + 预留字段11 + + + + + 预留字段12 + + 任务日志表 @@ -2346,6 +2962,11 @@ 附件(Dto.View) + + + Ghre_Course(Dto.View) + + 课程分类(Dto.View) @@ -2356,6 +2977,16 @@ 课程场景(Dto.View) + + + 题目(Dto.View) + + + + + 题目答案(Dto.View) + + 系统用户(Dto.View) diff --git a/Tiobon.Core.Api/Tiobon.Core.xml b/Tiobon.Core.Api/Tiobon.Core.xml index dd82b5b1..84785db3 100644 --- a/Tiobon.Core.Api/Tiobon.Core.xml +++ b/Tiobon.Core.Api/Tiobon.Core.xml @@ -500,11 +500,26 @@ 课程分类(Controller) + + + Ghre_Course(Controller) + + 课程场景(Controller) + + + 题目答案(Controller) + + + + + 题目(Controller) + + 系统用户(Controller) diff --git a/Tiobon.Core.IServices/Ghre/IGhre_CourseServices.cs b/Tiobon.Core.IServices/Ghre/IGhre_CourseServices.cs index c2146532..ab3db28b 100644 --- a/Tiobon.Core.IServices/Ghre/IGhre_CourseServices.cs +++ b/Tiobon.Core.IServices/Ghre/IGhre_CourseServices.cs @@ -4,7 +4,7 @@ using Tiobon.Core.Model.Models; namespace Tiobon.Core.IServices { /// - /// 课程(自定义服务接口) + /// Ghre_Course(自定义服务接口) /// public interface IGhre_CourseServices :IBaseServices { 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 166a9e35..213a751b 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_Course.Dto.Base.cs @@ -6,14 +6,14 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/28 10:58:17 SimonHsiao 初版 +*V0.01 2024/4/28 11:06:50 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ *│ 此技术信息为本公司机密信息,未经本公司书面同意禁止向第三方披露. │ *│ 作者:SimonHsiao │ *└──────────────────────────────────┘ -*/ +*/ using System.ComponentModel; using System.ComponentModel.DataAnnotations; @@ -21,21 +21,21 @@ namespace Tiobon.Core.Model.Models { /// - /// 课程 (Dto.Base) + /// Ghre_Course (Dto.Base) /// public class Ghre_CourseBase { /// - /// 课程名称 + /// 课程编号 /// - [Display(Name = "CourseNo"), Description("课程名称"), MaxLength(32, ErrorMessage = "课程名称 不能超过 32 个字符")] + [Display(Name = "CourseNo"), Description("课程编号"), MaxLength(32, ErrorMessage = "课程编号 不能超过 32 个字符"), EntityColumn(IsOnly = true)] public string CourseNo { get; set; } /// /// 课程名称 /// - [Display(Name = "CourseName"), Description("课程名称"), MaxLength(32, ErrorMessage = "课程名称 不能超过 32 个字符")] + [Display(Name = "CourseName"), Description("课程名称"), MaxLength(32, ErrorMessage = "课程名称 不能超过 32 个字符"), EntityColumn(IsOnly = true)] public string CourseName { get; set; } /// diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_CourseClass.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_CourseClass.Dto.Base.cs index fc3d3eed..b6c0ec2f 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_CourseClass.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_CourseClass.Dto.Base.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/22 10:42:45 SimonHsiao 初版 +*V0.01 2024/4/28 11:07:38 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -27,15 +27,15 @@ namespace Tiobon.Core.Model.Models { /// - /// 课程名称 + /// 分类编号 /// - [Display(Name = "ClassNo"), Description("课程名称"), MaxLength(100, ErrorMessage = "课程名称 不能超过 100 个字符")] + [Display(Name = "ClassNo"), Description("分类编号"), MaxLength(32, ErrorMessage = "分类编号 不能超过 32 个字符"), EntityColumn(IsOnly = true)] public string ClassNo { get; set; } /// - /// 课程名称 + /// 分类名称 /// - [Display(Name = "ClassName"), Description("课程名称"), MaxLength(100, ErrorMessage = "课程名称 不能超过 100 个字符")] + [Display(Name = "ClassName"), Description("分类名称"), MaxLength(32, ErrorMessage = "分类名称 不能超过 32 个字符"), EntityColumn(IsOnly = true)] public string ClassName { 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 8178551e..987aa052 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 2024/4/28 10:26:07 SimonHsiao 初版 +*V0.01 2024/4/28 11:09:46 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -27,15 +27,15 @@ namespace Tiobon.Core.Model.Models { /// - /// 场景名称 + /// 场景编号 /// - [Display(Name = "SceneNo"), Description("场景名称"), MaxLength(32, ErrorMessage = "场景名称 不能超过 32 个字符")] + [Display(Name = "SceneNo"), Description("场景编号"), MaxLength(32, ErrorMessage = "场景编号 不能超过 32 个字符"), EntityColumn(IsOnly = true)] public string SceneNo { get; set; } /// /// 场景名称 /// - [Display(Name = "SceneName"), Description("场景名称"), MaxLength(32, ErrorMessage = "场景名称 不能超过 32 个字符")] + [Display(Name = "SceneName"), Description("场景名称"), MaxLength(32, ErrorMessage = "场景名称 不能超过 32 个字符"), EntityColumn(IsOnly = true)] public string SceneName { get; set; } /// diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_Question.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_Question.Dto.Base.cs index 03492aca..f0c8786e 100644 --- a/Tiobon.Core.Model/Base/Ghre/Ghre_Question.Dto.Base.cs +++ b/Tiobon.Core.Model/Base/Ghre/Ghre_Question.Dto.Base.cs @@ -35,7 +35,7 @@ namespace Tiobon.Core.Model.Models /// /// 题目编号 /// - [Display(Name = "CourseINo"), Description("题目编号"), MaxLength(32, ErrorMessage = "题目编号 不能超过 32 个字符")] + [Display(Name = "CourseINo"), Description("题目编号"), MaxLength(32, ErrorMessage = "题目编号 不能超过 32 个字符"), EntityColumn(IsOnly = true)] public string CourseINo { get; set; } /// diff --git a/Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs b/Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs index eda67f47..984cde08 100644 --- a/Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs +++ b/Tiobon.Core.Model/Edit/Ghre/Ghre_Course.Dto.EditInput.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/28 10:58:17 SimonHsiao 初版 +*V0.01 2024/4/28 11:06:50 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -19,7 +19,7 @@ namespace Tiobon.Core.Model.Models { /// - /// 课程 (Dto.EditInput) + /// Ghre_Course (Dto.EditInput) /// public class EditGhre_CourseInput : Ghre_CourseBase { diff --git a/Tiobon.Core.Model/Edit/Ghre/Ghre_CourseClass.Dto.EditInput.cs b/Tiobon.Core.Model/Edit/Ghre/Ghre_CourseClass.Dto.EditInput.cs index 6d23d51a..7d7ddbae 100644 --- a/Tiobon.Core.Model/Edit/Ghre/Ghre_CourseClass.Dto.EditInput.cs +++ b/Tiobon.Core.Model/Edit/Ghre/Ghre_CourseClass.Dto.EditInput.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/19 14:35:51 SimonHsiao 初版 +*V0.01 2024/4/28 11:07:38 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ diff --git a/Tiobon.Core.Model/Edit/Ghre/Ghre_CourseScene.Dto.EditInput.cs b/Tiobon.Core.Model/Edit/Ghre/Ghre_CourseScene.Dto.EditInput.cs index d793bf57..c94d2cb6 100644 --- a/Tiobon.Core.Model/Edit/Ghre/Ghre_CourseScene.Dto.EditInput.cs +++ b/Tiobon.Core.Model/Edit/Ghre/Ghre_CourseScene.Dto.EditInput.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/28 10:26:07 SimonHsiao 初版 +*V0.01 2024/4/28 11:09:46 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ diff --git a/Tiobon.Core.Model/Entity/AttributeManager/EntityAttribute.cs b/Tiobon.Core.Model/Entity/AttributeManager/EntityAttribute.cs index edbee135..8fc4aa57 100644 --- a/Tiobon.Core.Model/Entity/AttributeManager/EntityAttribute.cs +++ b/Tiobon.Core.Model/Entity/AttributeManager/EntityAttribute.cs @@ -35,6 +35,6 @@ /// /// 是否校验唯一性 /// - public bool IsOnly { get; set; } = true; + public bool IsOnly { get; set; } } } diff --git a/Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs b/Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs index 87c8a893..d48364bb 100644 --- a/Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs +++ b/Tiobon.Core.Model/Insert/Ghre/Ghre_Course.Dto.InsertInput.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/28 10:58:17 SimonHsiao 初版 +*V0.01 2024/4/28 11:06:50 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -19,7 +19,7 @@ namespace Tiobon.Core.Model.Models { /// - /// 课程 (Dto.InsertInput) + /// Ghre_Course (Dto.InsertInput) /// public class InsertGhre_CourseInput : Ghre_CourseBase { diff --git a/Tiobon.Core.Model/Insert/Ghre/Ghre_CourseClass.Dto.InsertInput.cs b/Tiobon.Core.Model/Insert/Ghre/Ghre_CourseClass.Dto.InsertInput.cs index 8d1fc50d..d269233a 100644 --- a/Tiobon.Core.Model/Insert/Ghre/Ghre_CourseClass.Dto.InsertInput.cs +++ b/Tiobon.Core.Model/Insert/Ghre/Ghre_CourseClass.Dto.InsertInput.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/19 14:35:51 SimonHsiao 初版 +*V0.01 2024/4/28 11:07:38 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ diff --git a/Tiobon.Core.Model/Insert/Ghre/Ghre_CourseScene.Dto.InsertInput.cs b/Tiobon.Core.Model/Insert/Ghre/Ghre_CourseScene.Dto.InsertInput.cs index 089015a4..4ab0c62d 100644 --- a/Tiobon.Core.Model/Insert/Ghre/Ghre_CourseScene.Dto.InsertInput.cs +++ b/Tiobon.Core.Model/Insert/Ghre/Ghre_CourseScene.Dto.InsertInput.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/28 10:26:07 SimonHsiao 初版 +*V0.01 2024/4/28 11:09:46 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_Course.cs index 33a19f4d..803ae70d 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 2024/4/28 10:58:17 SimonHsiao 初版 +*V0.01 2024/4/28 11:06:50 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -22,16 +22,16 @@ namespace Tiobon.Core.Model.Models { /// - /// 课程 (Model) + /// Ghre_Course (Model) /// - [SugarTable("Ghre_Course", "Ghre_Course"), Entity(TableCnName = "课程", TableName = "Ghre_Course")] + [SugarTable("Ghre_Course", "Ghre_Course"), Entity(TableCnName = "Ghre_Course", TableName = "Ghre_Course")] public class Ghre_Course : BasePoco { /// - /// 课程名称 + /// 课程编号 /// - [Display(Name = "CourseNo"), Description("课程名称"), MaxLength(32, ErrorMessage = "课程名称 不能超过 32 个字符")] + [Display(Name = "CourseNo"), Description("课程编号"), MaxLength(32, ErrorMessage = "课程编号 不能超过 32 个字符")] public string CourseNo { get; set; } /// diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_CourseClass.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_CourseClass.cs index 4493912c..82eeaf2d 100644 --- a/Tiobon.Core.Model/Models/Ghre/Ghre_CourseClass.cs +++ b/Tiobon.Core.Model/Models/Ghre/Ghre_CourseClass.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/22 10:42:45 SimonHsiao 初版 +*V0.01 2024/4/28 11:07:38 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -29,15 +29,15 @@ namespace Tiobon.Core.Model.Models { /// - /// 课程名称 + /// 分类编号 /// - [Display(Name = "ClassNo"), Description("课程名称"), MaxLength(100, ErrorMessage = "课程名称 不能超过 100 个字符")] + [Display(Name = "ClassNo"), Description("分类编号"), MaxLength(32, ErrorMessage = "分类编号 不能超过 32 个字符")] public string ClassNo { get; set; } /// - /// 课程名称 + /// 分类名称 /// - [Display(Name = "ClassName"), Description("课程名称"), MaxLength(100, ErrorMessage = "课程名称 不能超过 100 个字符")] + [Display(Name = "ClassName"), Description("分类名称"), MaxLength(32, ErrorMessage = "分类名称 不能超过 32 个字符")] public string ClassName { get; set; } /// diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_CourseScene.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_CourseScene.cs index 74483b25..e0d7904a 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 2024/4/28 10:26:07 SimonHsiao 初版 +*V0.01 2024/4/28 11:09:46 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -29,9 +29,9 @@ namespace Tiobon.Core.Model.Models { /// - /// 场景名称 + /// 场景编号 /// - [Display(Name = "SceneNo"), Description("场景名称"), MaxLength(32, ErrorMessage = "场景名称 不能超过 32 个字符")] + [Display(Name = "SceneNo"), Description("场景编号"), MaxLength(32, ErrorMessage = "场景编号 不能超过 32 个字符")] public string SceneNo { get; set; } /// diff --git a/Tiobon.Core.Model/View/Ghre/Ghre_Course.Dto.View.cs b/Tiobon.Core.Model/View/Ghre/Ghre_Course.Dto.View.cs index 1a99f1e1..01e7bd2a 100644 --- a/Tiobon.Core.Model/View/Ghre/Ghre_Course.Dto.View.cs +++ b/Tiobon.Core.Model/View/Ghre/Ghre_Course.Dto.View.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/28 10:58:17 SimonHsiao 初版 +*V0.01 2024/4/28 11:06:50 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ @@ -19,7 +19,7 @@ namespace Tiobon.Core.Model.Models { /// - /// 课程(Dto.View) + /// Ghre_Course(Dto.View) /// public class Ghre_CourseDto : Ghre_Course { diff --git a/Tiobon.Core.Model/View/Ghre/Ghre_CourseClass.Dto.View.cs b/Tiobon.Core.Model/View/Ghre/Ghre_CourseClass.Dto.View.cs index 6cd94344..7c6eba03 100644 --- a/Tiobon.Core.Model/View/Ghre/Ghre_CourseClass.Dto.View.cs +++ b/Tiobon.Core.Model/View/Ghre/Ghre_CourseClass.Dto.View.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/19 14:35:51 SimonHsiao 初版 +*V0.01 2024/4/28 11:07:38 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ diff --git a/Tiobon.Core.Model/View/Ghre/Ghre_CourseScene.Dto.View.cs b/Tiobon.Core.Model/View/Ghre/Ghre_CourseScene.Dto.View.cs index 223d3afc..9e8bb5cf 100644 --- a/Tiobon.Core.Model/View/Ghre/Ghre_CourseScene.Dto.View.cs +++ b/Tiobon.Core.Model/View/Ghre/Ghre_CourseScene.Dto.View.cs @@ -6,7 +6,7 @@ * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── -*V0.01 2024/4/28 10:26:07 SimonHsiao 初版 +*V0.01 2024/4/28 11:09:46 SimonHsiao 初版 * * Copyright(c) 2024 Tiobon Corporation. All Rights Reserved. *┌──────────────────────────────────┐ diff --git a/Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs b/Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs index 27830ae2..72b41541 100644 --- a/Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs +++ b/Tiobon.Core.Services/Ghre/Ghre_CourseServices.cs @@ -7,7 +7,7 @@ using Tiobon.Core.IRepository.Base; namespace Tiobon.Core.Services { /// - /// 课程 (服务) + /// Ghre_Course (服务) /// public class Ghre_CourseServices : BaseServices, IGhre_CourseServices {