コード例 #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));
 }