@{ ViewBag.Title = "公告列表"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using MES.Production.Service; @using Central.Control.Domain; @using Ant.Service.Common; @using Ant.Service.Common.Enums; @using CommonToolHelper; @using MES.Production.Entity; @model PageInfo
@section scripts{ }