namespace ZJ_BYD { public class GlobalVariable { public GlobalVariable() { } /// /// 产线编号 /// public static string LineCode { get; set; } /// /// 产线名称 /// public static string LineName { get; set; } /// /// 工位编码 /// public static string StationCode { get; set; } /// /// 工位名称 /// public static string StationName { get; set; } } }