yl
2022-09-06 fc4894cace1eb65732b5f75767ce5657bc4d586e
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
    }
}