课题组增加字段
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-08-20 15:26:40 +08:00
parent d2eec7676d
commit e6bf9697a5
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ public class HospitalGroupAddOrEdit
public string Name { get; set; }
public bool IsEnable { get; set; }
public List<Guid> IdentityUserIdList { get; set; }
}