增加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
@@ -46,6 +46,18 @@ namespace JY.Inspection.ViewModel
set { stationExitUrl = value; OnPropertyChanged(); }
}
private string loginMesUrl;
/// <summary>
/// Mes登录接口地址
/// </summary>
public string LoginMesUrl
{
get { return loginMesUrl; }
set { loginMesUrl = value; OnPropertyChanged(); }
}
private string productType;
/// <summary>