@using YLErp.Enums; @model client_variety_config @{ ViewBag.Title = "收费配置 | 编辑"; Layout = "~/Views/Shared/_InfoLayout.cshtml"; var pageObj = new { isAdd = Model == null || Model.id == 0, client_variety_config = Model }; } @section CSS{ } @section JS{ }