增加默认值
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-08-28 17:32:42 +08:00
parent 59339969da
commit 4945daa0d4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public class HospitalGroupAddOrEdit
public string CallingAE { get; set; }
public List<Guid> IdentityUserIdList { get; set; }
public List<Guid> IdentityUserIdList { get; set; } = new List<Guid>();
}