摘要: 前面在项目中添加了Efcore,现在使用它进行增删改查 新建类库NetCoreDemo.Services 添加接口IBaseService public interface IBaseService { T Find<T>(string id) where T:class; IQueryable<T 阅读全文
posted @ 2021-06-10 22:11 RookieCoderAdu 阅读(897) 评论(0) 推荐(0)