namespace PJZS { public class GlobalContext : NotifyObject { private User user; public User User { get => user; set { Set(ref user, value); } } public string UserToken { get; set; } #region APIHost public string BBYWApiHost { get; set; } public string MDSApiHost { get; set; } public string JOSApiHost { get; set; } public string _1688ApiHost { get; set; } #endregion } }