@model eod_commodity_future_price @{ ViewBag.Title = "日终商品期货价格 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; } @section JS { }

日终商品期货价格修改

@Html.MyDateFor(model => model.ValueDate) @Html.MyTextFor(model => model.ClosePrice) @Html.MyTextFor(model => model.SettlePrice) @Html.MyTextFor(model => model.ReferencePrice)