0
This commit is contained in:
16
Pilot.Report.Exploitation/PublicClass/EnvironmentTEST.cs
Normal file
16
Pilot.Report.Exploitation/PublicClass/EnvironmentTEST.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Pilot.Report.Exploitation.PublicClass
|
||||
{
|
||||
public class EnvironmentTEST
|
||||
{
|
||||
//派诺正式环境
|
||||
public static string tableNameView_TEST = "ERPTOHR.HYHRV3.dbo.v_erp_empinfo";
|
||||
//本地环境
|
||||
//public static string tableNameView_TEST = "temp20241206";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user