yl
2023-01-06 88f0b4f47865c4af3153049965411a7795bc5e4c
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
    }
}