摘要: 其实现代码如下: /// /// 得到某机构工资发放明细的自定义DataTable对象 /// /// /// public static DataTable GetCustomerGrantDetailByBranchId(int branchId) { //得到所有工资标准项 IList sItems = BLL.Salary_itemManager.GetAllSalary_items(); //得到某机构下所有员工列表 IList humans = BLL.Human_fileManager.GetHumanFileByBranch... 阅读全文
posted @ 2012-07-30 15:57 酒沉吟 阅读(229) 评论(0) 推荐(0)