using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HZH_Controls.Controls { /// /// 翻页控件类型 /// public enum PageModel { /// /// 数据模式 /// Soure, /// /// 总页数模式 /// PageCount } }