随笔分类 -  伍华聪框架

摘要: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... 阅读全文
posted @ 2019-08-13 16:14 DarJeely 阅读(1237) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Text; using System.Collections; using WHC.Framework.Commons; namespace WHC.Framework.ControlUtil { /// /// 对业务类进行构造的工厂类 ///... 阅读全文
posted @ 2019-08-13 16:11 DarJeely 阅读(588) 评论(0) 推荐(1)
摘要: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 ... 阅读全文
posted @ 2019-08-13 16:10 DarJeely 阅读(438) 评论(0) 推荐(1)
摘要: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... 阅读全文
posted @ 2019-08-13 16:08 DarJeely 阅读(518) 评论(0) 推荐(1)
摘要: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... 阅读全文
posted @ 2019-08-13 16:04 DarJeely 阅读(502) 评论(0) 推荐(1)
摘要:using System; using System.Xml.Serialization; using System.Runtime.Serialization; using WHC.Framework.Commons; namespace WHC.Framework.ControlUtil { /// /// 框架实体类的基类 /// [DataContr... 阅读全文
posted @ 2019-08-13 15:52 DarJeely 阅读(447) 评论(1) 推荐(1)