项目 sponsor cro 修改

This commit is contained in:
2024-05-27 16:39:14 +08:00
parent fd3f76d35c
commit 7376732b1a
9 changed files with 30 additions and 23 deletions
+3
View File
@@ -10,6 +10,9 @@ namespace IRaCIS.Core.Domain.Models
public string CRONameCN { get; set; } = string.Empty;
public string CROCode { get; set; }
public bool IsTrialLevel { get; set; }
public DateTime CreateTime { get; set; }
public Guid CreateUserId { get; set; }
public Guid UpdateUserId { get; set; }
@@ -11,6 +11,8 @@ namespace IRaCIS.Core.Domain.Models
public string SponsorCode { get; set; } = String.Empty;
public bool IsTrialLevel { get; set; }
public DateTime CreateTime { get; set; } = DateTime.Now;
public Guid CreateUserId { get; set; } = Guid.Empty;
public DateTime UpdateTime { get; set; } = DateTime.Now;