19 lines
435 B
C#
19 lines
435 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace MesDataFunction
|
|
{
|
|
public class PP
|
|
{
|
|
|
|
public static string ConnectionString_MES { get; set; }
|
|
public static string PrintURL { get; set; }
|
|
public static int IsDemoMesServer { get; set; }
|
|
public static Dictionary<string, string[]> SpecialOpList { get; set; }
|
|
|
|
}
|
|
}
|