Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
70e4829f32
|
|
@ -498,7 +498,7 @@ namespace IRaCIS.Application.Contracts
|
||||||
|
|
||||||
public Guid? UserTypeId { get; set; }
|
public Guid? UserTypeId { get; set; }
|
||||||
|
|
||||||
public List<UserTypeEnum> UserTypeList { get; set; }
|
public List<UserTypeEnum> UserTypeList { get; set; } = new List<UserTypeEnum>();
|
||||||
|
|
||||||
public string UserName { get; set; } = string.Empty;
|
public string UserName { get; set; } = string.Empty;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue