Beispiel #1
0
 //根据员工ID获取员工所在部门
 public static DataTable GetDeptIDByEmployeeID(int ApplyorID, string strCompanyCD)
 {
     return(ExpensesDBHelper.GetDeptIDByEmployeeID(ApplyorID, strCompanyCD));
 }