yl
2022-10-09 9eb6dc41797cbace32a65877067a9c9ac3154f7a
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
    }
}