Example #1
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public BaseCustomerTable GetModel(string CODE)
 {
     return(dal.GetModel(CODE));
 }