yl
2022-11-21 c79b5d9a237d080f596a9b1b716cff499d079f58
VueWebApi/DLL/BLL/KanBanManagerentBLL.cs
@@ -97,5 +97,21 @@
            return KanBanManagerentDAL.WareHouseRightBottomData();
        }
        #endregion
        #region[车间看板公告]
        public static ToMessage WkspReportNotice(string shopcode)
        {
            return KanBanManagerentDAL.WkspReportNotice(shopcode);
        }
        #endregion
        #region[富尔达车间生产数字化看板,产线数据]
        public static ToMessage WkshpLineData(string lineCode)
        {
            return KanBanManagerentDAL.WkshpLineData(lineCode);
        }
        #endregion
    }
}