Compare commits

...

2 Commits

Author SHA1 Message Date
hang 1f4ea09bc6 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
2025-10-28 15:15:21 +08:00
hang c45020f24f 修改数组默认值 2025-10-28 15:15:20 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -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;