@@ -4,9 +4,8 @@
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果重新生成代码,这些更改将会丢失。
|
||||
//--------------------------------------------------------------------
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.Text.Json.Serialization;
|
||||
using IRaCIS.Core.Domain.Share;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
namespace IRaCIS.Core.Application.Contracts
|
||||
{
|
||||
|
||||
@@ -365,9 +364,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string? PreliminaryUserName { get; set; }
|
||||
|
||||
public string? ReviewerUserName { get; set; }
|
||||
public string? ReviewerUserName { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
public class CopyTrialSiteSurveyDTO
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user