using System; using System.Data; using System.Web; using BLL; using Model; namespace AiGouWu.Admin.Products { public partial class Edit : System.Web.UI.Page { Model.Product.proType protype = new Model.Product.proType(); TypeBLL typebll = new TypeBLL(); protected void Page_Load(object sender, EventArgs e) {