yl
2023-06-13 d6502baa8e5610c04127fbee92ff6111e40956f8
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
    }
}