同步现场最新程序

This commit is contained in:
XingCheng3
2026-05-31 10:22:04 +08:00
parent 02e3b2f302
commit 92c8f2d68d
19 changed files with 1213 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ namespace MesDataFunction
public static string PrintURL { get; set; }
public static int IsDemoMesServer { get; set; }
public static Dictionary<string, string[]> SpecialOpList { get; set; }
public static Dictionary<string, Dictionary<string, Dictionary<string, string>>> SpecialOpRuleConfig { get; set; }
}
}