コード例 #1
0
 /// <summary>
 /// 根据条件查询数据实体
 /// </summary>
 public static IList <CardTypeInfoEntity> GetListEntity(string where = null, string selectFields = "*", string orderby = null, int top = 0)
 {
     return(CardTypeInfoManager.SelectListEntity(where, selectFields, orderby, top));
 }