摘要: 封装HttpRuntime.Cache,网上一大堆 public class CacheHelper { //HttpRuntime.Cache.Insert("myname", "战三", null, System.Web.Caching.Cache.NoAbsoluteExpiration, T 阅读全文
posted @ 2020-10-05 10:56 世人皆萌 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 封装查询实体类 public class QueryParameter { public QueryParameter() { listWhere = new List<string>(); dynamicParameter = new DynamicParameters(); } public L 阅读全文
posted @ 2020-10-05 10:48 世人皆萌 阅读(1878) 评论(0) 推荐(0) 编辑