Пример #1
0
 /// <summary>
 /// 获取产品助剂列表
 /// </summary>
 /// <param name="name">厂家名称</param>
 /// <returns></returns>
 public DataTable GetAnnotationList(int pagesize, int pageindex, string key, int?type = 0)
 {
     return(dal.GetAnnotationList(pagesize, pageindex, key, type));
 }