|
|
|
@ -6,7 +6,7 @@ |
|
|
|
|
* |
|
|
|
|
* Ver 变更日期 负责人 变更内容 |
|
|
|
|
* ─────────────────────────────────── |
|
|
|
|
*V0.01 2025/4/7 15:56:18 SimonHsiao 初版 |
|
|
|
|
*V0.01 2025/4/8 15:17:40 SimonHsiao 初版 |
|
|
|
|
* |
|
|
|
|
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved. |
|
|
|
|
*┌──────────────────────────────────┐ |
|
|
|
@ -42,6 +42,16 @@ public class Ghre_CreditRule : BasePoco |
|
|
|
|
[Display(Name = "RuleType"), Description("规则种类"), MaxLength(32, ErrorMessage = "规则种类 不能超过 32 个字符")] |
|
|
|
|
public string RuleType { get; set; } |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// 学习完成 |
|
|
|
|
/// </summary> |
|
|
|
|
public int? StudyCompletedPercent { get; set; } |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// 考试合格 |
|
|
|
|
/// </summary> |
|
|
|
|
public int? ExamPassPercent { get; set; } |
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
/// 分数段规则 |
|
|
|
|
/// </summary> |
|
|
|
|