项目信息增加 ReadingType

This commit is contained in:
2022-04-15 16:32:00 +08:00
parent dfd556efad
commit 81a6070644
@@ -122,6 +122,7 @@ namespace IRaCIS.Application.Contracts
public string ReviewMode { get; set; } = string.Empty;
public int ReadingType { get; set; }
public string CRO { get; set; } = string.Empty;