项目信息增加 ReadingType

Uat_Study
hang 2022-04-15 16:32:00 +08:00
parent dfd556efad
commit 81a6070644
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ namespace IRaCIS.Application.Contracts
public string ReviewMode { get; set; } = string.Empty; public string ReviewMode { get; set; } = string.Empty;
public int ReadingType { get; set; }
public string CRO { get; set; } = string.Empty; public string CRO { get; set; } = string.Empty;