17 lines
423 B
C#
17 lines
423 B
C#
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";
|
|
}
|
|
}
|