public static int?GetDeptData(string username) { KKSlmMsStaffModel staff = new KKSlmMsStaffModel(); return(staff.GetDeptData(username)); }