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