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