using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using CY.BLL; using CY.Infrastructure.Query; namespace CY.WebForm.Pages.member { //吴辉 //账户明细 public partial class AccountRecord : BasePage { //页面加载 protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { } } } }