예제 #1
0
 /// <summary>
 /// 供应商供货平衡表
 /// </summary>
 /// <returns></returns>
 public DataSet GetPurchaseBalanceBySupplier(string strWhere)
 {
     return(dal.GetPurchaseBalanceBySupplier(strWhere));
 }