@using ZoomLa.BLL @using ZoomLaCMS.Models.Field @using ZoomLaCMS.Control @using System.Data @using ZoomLa.BLL.Content @model ZoomLa.Model.Content.M_CommonData @{ DataTable styleDt = ViewBag.styleDt; } @section head{ 我的店铺 } @section content{
@{Html.BeginForm("Apply_Add", "UserShop");}
返回
@{Html.EndForm();}
} @section script{ }