示例#1
0
        public static string GetBranchCodeByEmpCode(string empCode)
        {
            KKSlmMsStaffModel staff = new KKSlmMsStaffModel();

            return(staff.GetBrachCodeByEmpCode(empCode));
        }