Example #1
0
 /// <summary>
 /// 是否存在该记录
 /// </summary>
 public bool Exists_OrderPlan(string c_order_no)
 {
     return(dal.Exists_OrderPlan(c_order_no));
 }