[성현모] CPXV2 Init
This commit is contained in:
21
CPXV2 TRA/SystemX.Product.CP.TRA/DataManager/DMCommon.cs
Normal file
21
CPXV2 TRA/SystemX.Product.CP.TRA/DataManager/DMCommon.cs
Normal file
@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.Common;
|
||||
using System.Data.SqlClient;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using SystemX.Product.TRA.UIControl;
|
||||
|
||||
namespace SystemX.Product.TRA.DataManager
|
||||
{
|
||||
public static class DMCommon
|
||||
{
|
||||
public static string SummaryHistTable = "HIST_TesterSummary";
|
||||
public static string SummaryLogTable = "HIST_LogSummary";
|
||||
|
||||
public static int nDefaultScanTime = 1800;
|
||||
public static int nFullScanTime = 7200;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user