@model eod_stock_price @{ ViewBag.Title = "日终股票价格 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; bool isNew = ViewBag.IsNew != null && (bool)ViewBag.IsNew; } @section JS { }