项目表增加字段
parent
cd41f8f060
commit
1bd796cd94
|
@ -357,6 +357,10 @@ namespace IRaCIS.Core.Domain.Models
|
|||
|
||||
public int IndicationEnum { get; set; } = -1;
|
||||
|
||||
public bool IsDeclaration { get; set; }
|
||||
|
||||
public bool IsMedicalReview { get; set; }
|
||||
|
||||
#region 邮件配置
|
||||
/// <summary>
|
||||
/// 发件箱账号
|
||||
|
|
Loading…
Reference in New Issue