/** * SeckillBusinessDeatil.aspx.cs * * 功 能: 特价业务展示 * 类 名: SeckillBusinessDeatil * * Ver 变更日期 负责人 变更内容 * ─────────────────────────────────── * V0.01 2013-4-22 10:43 吴崎均 初版 * * * * * * */ using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace CY.WebForm.Pages.front { public partial class SeckillBusinessDeatil : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } } }