VueWebApi/Controllers/KanBanManagerentController.cs
@@ -193,5 +193,22 @@ 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 } }