yl
2022-11-03 66d3b2f05fcbbc46f37b923001c0d06d838c2b0b
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
    }
}