This commit is contained in:
he
2022-03-30 15:49:42 +08:00
parent f9ad19527f
commit 959243f348
@@ -137,6 +137,8 @@ namespace IRaCIS.Core.Application.Service.Inspection.DTO
public Guid TrialId { get; set; }
public Guid SiteId { get; set; }
public string Code { get; set; } = string.Empty;
}
#endregion