摘要: internal class Patient { public int PType { get; set; } public string PatientName { get; set; } } internal class PatientType { public int PType { get; 阅读全文
posted @ 2022-03-30 17:04 ChasingDreams 阅读(62) 评论(0) 推荐(0) 编辑