yl
2022-11-16 e807bc7e010a93b85cae988b0d2d3c969d8b10f5
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
    }
}