VueWebApi/DLL/BLL/AppAnalyticsBLL.cs
@@ -15,5 +15,12 @@ return AppAnalyticsDAL.ProductionKanban(usercode, startopendate, endclosedate, defecttype); } #endregion #region[App生产进度看板单据信息] public static ToMessage ProductionScheduleKanban(string ordertype, string partcode, string startopendate, string endclosedate) { return AppAnalyticsDAL.ProductionScheduleKanban(ordertype, partcode, startopendate, endclosedate); } #endregion } }