修改问题 添加字段
This commit is contained in:
@@ -66,6 +66,17 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
|
||||
public string RoleName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 中心Code
|
||||
/// </summary>
|
||||
public string SiteCode { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 项目编码
|
||||
/// </summary>
|
||||
public string ResearchProgramNo { get; set; } = string.Empty;
|
||||
|
||||
|
||||
////需要单独处理
|
||||
//public string IP { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user