@@ -259,16 +259,16 @@ namespace IRaCIS.Core.Domain.Models
|
||||
public bool IsPDProgressView { get; set; }
|
||||
|
||||
//研究方案号
|
||||
public string ResearchProgramNo { get; set; }
|
||||
public string ResearchProgramNo { get; set; } = string.Empty;
|
||||
|
||||
//实验名称
|
||||
public string ExperimentName { get; set; }
|
||||
public string ExperimentName { get; set; } = string.Empty;
|
||||
|
||||
//主研单位
|
||||
public string MainResearchUnit { get; set; }
|
||||
public string MainResearchUnit { get; set; } = string.Empty;
|
||||
|
||||
// 负责人PI
|
||||
public string HeadPI { get; set; }
|
||||
public string HeadPI { get; set; } = string.Empty;
|
||||
|
||||
public bool IsUrgent { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user