提交代码

This commit is contained in:
hehaibing-1996
2024-06-29 17:30:54 +08:00
parent 5ea25c477c
commit 344158c722
43 changed files with 1148 additions and 98 deletions

View File

@ -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;
}
}