This commit is contained in:
SHM
2026-03-09 09:37:41 +09:00
parent aaf0b9f0f7
commit 38cd3d7e77
2 changed files with 67 additions and 61 deletions

View File

@ -9,6 +9,7 @@ namespace SystemX.Product.CP.TRA.Extract
public class Config
{
public string CPXV2Server { get; set; }
public string CPXV2Database { get; set; }
public string Server { get; set; }
public string DataBase { get; set; }
public string SummaryTable { get; set; }