06 2019 档案
摘要:using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Reflection; using System.Text; namespace Utils { public class ModelConvertHelper where T : new(...
阅读全文
摘要:/// /// 查询扩展 /// /// public static class QueryableExtensions { /// /// Linq If 条件判断语句 IfWhere(条件,p=>xxx) /// /// /// IQuerya...
阅读全文