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