修改问题 添加字段

This commit is contained in:
he
2022-03-30 17:01:00 +08:00
parent 14c521db27
commit 8fdfe16dd2
5 changed files with 55 additions and 27 deletions
@@ -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; }