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