摘要: EF实体框架数据操作基类主要是规范增、改、查、分页、Lambda表达式条件处理,以及异步操作等特性,这样能够尽可能的符合基类这个特殊类的定义,实现功能接口的最大化重用和统一。 1、程序代码 #region 00 单例模式 private static BaseDAL<T> _mInstance = 阅读全文
posted @ 2019-08-01 23:49 在 水 一 方 阅读(867) 评论(0) 推荐(2) 编辑
摘要: 系统管理模块 1、实体类 public partial class T_Role { public string RoleId { get; set; } public string RoleName { get; set; } public string CommentAry { get; set 阅读全文
posted @ 2019-08-01 00:35 在 水 一 方 阅读(1135) 评论(0) 推荐(5) 编辑