@using YLErp.Model @model Underlying_BasiscurveDot @{ ViewBag.Title = "基差曲线查看"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { Model = Model, isNew = Model.id == 0, }; } @section Css { } @section JS { }