示例#1
0
        public DataTable GetLastBckLog()
        {
            VDS_IVM02_DBO dbo = new VDS_IVM02_DBO(ref USEDB);

            try
            {
                return dbo.GetLastBckLog();
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }