增加Global Using
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 10:19:08 +08:00
parent 115017197b
commit fc30cb39ee
408 changed files with 11031 additions and 12556 deletions
@@ -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
{