using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace 货架标准上位机
{
///
/// 本地全局静态
///
public static class LocalStatic
{
///
/// 前端当前登录的用户名
///
public static string CurrentUser { get; set; } = "未登录";
}
}