Beispiel #1
0
 /// <summary>
 /// 获取费用申请打印子表信息
 /// </summary>
 /// <param name="expCode">费用申请编号</param>
 /// <returns></returns>
 public static DataTable GetRepExpApplyDetail(string expCode, string strCompanyCD)
 {
     return(ExpensesDBHelper.GetRepExpApplyDetail(expCode, strCompanyCD));
 }