yl
2022-11-21 b166c0f80252ab4e1af4136789cb976364b779b2
VueWebApi/Controllers/KanBanManagerentController.cs
@@ -193,5 +193,24 @@
            return TJson.toJson(mes);
        }
        #endregion
        #region[车间看板公告]
        /// <summary>
        /// 车间看板公告
        /// </summary>
        /// <param name="shopcode">车间编码</param>
        /// <returns></returns>
        [Route(template: "WkspReportNotice")]
        [HttpPost]
        public HttpResponseMessage WkspReportNotice(string shopcode)
        {
            mes = KanBanManagerentBLL.WkspReportNotice(shopcode);
            return TJson.toJson(mes);
        }
        #endregion
    }
}