示例#1
0
文件: BDelivery.cs 项目: zhr008/ERP-1
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists(string CUSTOMER_CODE, string DELIVERY_CODE)
 {
     return(dal.Exists(CUSTOMER_CODE, DELIVERY_CODE));
 }