namespace BP.WF.HttpHandler { /// /// 页面功能实体 /// public class WF_Admin_FoolFormDesigner_Components : BP.WF.HttpHandler.DirectoryPageBase { /// /// 构造函数 /// public WF_Admin_FoolFormDesigner_Components() { } #region 界面 . public string AccepterRole_ClearStartFlowsCash() { return null; } #endregion 界面方法. } }