Beispiel #1
0
 /// <summary>
 /// 根据批号获取性能成分
 /// </summary>
 /// <param name="batchNo"></param>
 /// <returns></returns>
 public DataSet GetBatchCFXN(string batchNo, string stlgrd, string stdcode, string stove, string type)
 {
     return(dal.GetBatchCFXN(batchNo, stlgrd, stdcode, stove, type));
 }