示例#1
0
文件: BStock.cs 项目: seezeef/YS_ERP
 public DataSet GetDelayPrintList(string strWhere)
 {
     return(dal.GetDelayPrintList(strWhere));
 }