yl
2024-03-29 9c634fd767aec36ef97c3a814bf7a29c67d20ee1
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
    }
}