예제 #1
0
파일: BDelivery.cs 프로젝트: zhr008/ERP-1
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public BaseDeliveryTable GetModel(string CUSTOMER_CODE, string DELIVERY_CODE)
 {
     return(dal.GetModel(CUSTOMER_CODE, DELIVERY_CODE));
 }