精简实体修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-08-22 18:10:29 +08:00
parent f0943ca9a4
commit 4319982be9
159 changed files with 520 additions and 2225 deletions
@@ -13,7 +13,7 @@ namespace IRaCIS.Core.Domain.Models
/// 系统阅片问题
///</summary>
[Table("ReadingQuestionSystem")]
public class ReadingQuestionSystem : Entity, IAuditAdd
public class ReadingQuestionSystem : BaseAuditAddEntity
{
/// <summary>
/// 系统标准Id
@@ -60,10 +60,6 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public bool IsEnable { get; set; }
/// <summary>
/// 创建时间
/// </summary>
public DateTime CreateTime { get; set; }
/// <summary>
/// 是否是裁判问题
@@ -131,10 +127,6 @@ namespace IRaCIS.Core.Domain.Models
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 创建人
/// </summary>
public Guid CreateUserId { get; set; }
/// <summary>
/// 问题类型