提交代码
This commit is contained in:
@ -15,5 +15,9 @@ namespace 货架标准上位机
|
||||
/// 前端当前登录的用户名
|
||||
/// </summary>
|
||||
public static string CurrentUser { get; set; } = "未登录";
|
||||
|
||||
public static bool IsScanGenarateMatInfoWindowOpen { get; set; } = false;
|
||||
|
||||
public static MatBaseInoScanGenarateMatInfoView ScanGenarateMatInfoWindow { get; set; } = null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user