示例#1
0
 /// <summary>
 /// 获取部门信息
 /// </summary>
 /// <returns></returns>
 public DataTable getDepartment()
 {
     return(md.getDepartment());
 }