增加Mes登录接口URL

This commit is contained in:
liming 蔡
2026-07-15 16:32:52 +08:00
parent bbfb08a24a
commit 70f728a20f
7 changed files with 324 additions and 256 deletions
+5
View File
@@ -52,6 +52,11 @@ namespace JY.Model
/// </summary>
public string StationExitUrl = "http://127.0.0.1";
/// <summary>
/// MES登录接口地址
/// </summary>
public string LoginMesUrl = "http://127.0.0.1";
public List<CollectItemCfg> CollectItemCfgList { get; set; } = new List<CollectItemCfg>();
#endregion