yl
2022-12-27 c7d8dc8c3fd28b886597509cae3f2a201729f130
VueWebApi/DLL/BLL/GridReportBLL.cs
@@ -16,5 +16,12 @@
            return GridReportDAL.MesOrderPrintSearch(username,mesordercode);
        }
        #endregion
        #region[FastReport打印]
        public static PrintMessage MesOrderFastReportPrintSearch(string username, string mesordercode)
        {
            return GridReportDAL.MesOrderFastReportPrintSearch(username, mesordercode);
        }
        #endregion
    }
}