using System; using System.Collections.Generic; using System.Text; namespace MadRunFabric.Model.TestUserTypeApi { public class regInfo { public string deptCode {get;set;} public string deptName {get;set;} public string DeptInputCode {get;set;} public string doctorId {get;set;} public string doctorName {get;set;} public string doctorTitle {get;set;} public string desc {get;set;} public string regDate {get;set;} public string regWeekDay {get;set;} public string timeFlag {get;set;} public string regStatus {get;set;} public string regTotalCount {get;set;} public string regleaveCount {get;set;} public string regFee {get;set;} public string treatFee {get;set;} public string isTimeReg { get; set; } public string cliunitId { get; set; } } }