@using System.Data @using ZoomLa.BLL.Shop @model ZoomLa.BLL.Shop.F_Order_Sale @{ B_Store_Info storeBll = new B_Store_Info(); DataTable storeDT = storeBll.SelPage(1, int.MaxValue, new F_StoreInfo() { }).dt; DataRow storeDR = storeDT.NewRow(); storeDR["Title"] = "全部店铺"; storeDR["GeneralID"] = "-100"; storeDT.Rows.InsertAt(storeDR, 0); }