You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
634 B
Plaintext
37 lines
634 B
Plaintext
11 months ago
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Collections;
|
||
|
using System.Data;
|
||
|
using System.Text;
|
||
|
using System.Web;
|
||
|
using BP.DA;
|
||
|
using BP.Sys;
|
||
|
using BP.Web;
|
||
|
using BP.Port;
|
||
|
using BP.En;
|
||
|
using BP.WF;
|
||
|
using BP.WF.Template;
|
||
|
using BP.WF.Data;
|
||
|
using BP.WF.HttpHandler;
|
||
|
using BP.CCBill.Template;
|
||
|
|
||
|
|
||
|
namespace BP.CCBill
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// 页面功能实体
|
||
|
/// </summary>
|
||
|
public class WF_Methd : DirectoryPageBase
|
||
|
{
|
||
|
#region 构造方法.
|
||
|
/// <summary>
|
||
|
/// 构造函数
|
||
|
/// </summary>
|
||
|
public WF_Methd()
|
||
|
{
|
||
|
}
|
||
|
#endregion 构造方法.
|
||
|
|
||
|
}
|
||
|
}
|