摘要: public class CURDEntity<T> where T : BaseEntity { private MyContext ctx; public CURDEntity(MyContext UserContext) { this.ctx = UserContext; } /// <summary> /// 获取所有数据 /// </summary> /// <returns></ret 阅读全文
posted @ 2019-11-30 23:55 我的技术控件 阅读(219) 评论(0) 推荐(0) 编辑