using System; using System.Collections.Generic; using System.Text; namespace MadRunFabric.Model.TestUserTypeApi { public class ZyHzgroupdept { /// /// 科室名称 /// public string CY_DEPT_NAME { get; set; } /// /// 人数 /// public int cycount { get; set; } } }