修改数组默认值
parent
8e2b99333c
commit
c45020f24f
|
|
@ -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