增加Mes登录接口URL
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user