@model MarginCalculationThreshold @{ ViewBag.Title = "预付金系数 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { isNew = Model.id == 0 }; } @section CSS{ } @section JS{ }