随笔分类 - 伍华聪框架
摘要:using System; using System.Collections; using System.Data; using System.Text; using System.Collections.Generic; using System.Data.Common; using System.Reflection; using WHC.Pager.Entity; using WHC.F...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Text; using System.Collections; using WHC.Framework.Commons; namespace WHC.Framework.ControlUtil { /// /// 对业务类进行构造的工厂类 ///...
阅读全文
摘要:using System; using System.Text; using System.Collections; using System.Data; using System.Data.Common; using System.Data.SqlClient; using System.Collections.Generic; using System.Reflection; using ...
阅读全文
摘要:using System; using System.Collections; using System.Data; using System.Data.Common; using System.Collections.Generic; using WHC.Pager.Entity; using WHC.Framework.Commons; namespace WHC.Framework.C...
阅读全文
摘要:using System; using System.Collections; using System.Data; using System.Data.Common; using System.Collections.Generic; using System.Reflection; using System.Text; using System.Text.RegularExpressions...
阅读全文
摘要:using System; using System.Xml.Serialization; using System.Runtime.Serialization; using WHC.Framework.Commons; namespace WHC.Framework.ControlUtil { /// /// 框架实体类的基类 /// [DataContr...
阅读全文