17 lines
423 B
C#
Raw Normal View History

2025-03-14 10:00:24 +08:00
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";
}
}