模型给默认参数
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-08-26 10:11:28 +08:00
parent e7261b1c7e
commit 25425eab93
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ namespace IRaCIS.Application.Contracts
public List<UserAddUserType> UserRoleList { get; set; }
public List<Guid> HospitalGroupIdList { get; set; }
public List<Guid> HospitalGroupIdList { get; set; } = new List<Guid>();
public string BaseUrl { get; set; } = string.Empty;
public string RouteUrl { get; set; } = string.Empty;