增加项目用户接口
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-14 14:38:35 +08:00
parent 090cdaf2e4
commit 329437411d
3 changed files with 21 additions and 2 deletions
@@ -55,6 +55,17 @@ namespace IRaCIS.Application.Contracts
public string UserName { get; set; } = String.Empty;
}
public class TrialUserBasicInfo
{
public Guid UserTypeId { get; set; }
public string UserName { get; set; }
public string FullName { get; set; }
public Guid UserId { get; set; }
}
public class TrialMaintenanceDTO : UserTrialCommand
{
//[JsonIgnore]