This commit is contained in:
李狗蛋
2025-03-14 10:00:24 +08:00
commit 69cf26105d
508 changed files with 2743021 additions and 0 deletions

View 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";
}
}