首页 > TAG信息列表 > FileDownLoadSystem

.NET 文件系统(五)--主表主键获取,获取子表类型,主表的存储与子表验证实现

FileDownLoadSystem.Core BaseService改造 Extensions文件夹新增扩展类:EntityPropertiesExtensions EntityPropertiesExtensions using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Reflection;

.NET 文件系统(四)-- BaseService实现增加与修改方法

FileDownLoadSystem.Core 1.BaseService增加 AddEntity 方法与Add方法 点击查看代码 using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; using System.Threading.Tasks; using FileDownLoadSystem.Core.Enums; using FileDown