// This file has been auto generated by EF Core Power Tools. #nullable disable using System; using System.Collections.Generic; namespace rgbc_sds.dal.DB; public partial class mstUser { public int UserID { get; set; } public int? refUserGroupID { get; set; } public int? refUserGroupSuperbowlID { get; set; } public int? refUserGroupForecastID { get; set; } public int? refUserGroupPromotionID { get; set; } public int? refUserGroupScoreCardID { get; set; } public int? refUserGroupFreeStockID { get; set; } public int? refUserGroupPORID { get; set; } public int? refUserGroupSDSID { get; set; } public int refManagerID { get; set; } public int refManagerAlternativeID { get; set; } public int refManagerExecutiveID { get; set; } public string strUserName { get; set; } public string strPassword { get; set; } public string strDomainLogin { get; set; } public string strEmail { get; set; } public string strRegion { get; set; } public bool blnManager { get; set; } public bool blnManagerExecutive { get; set; } public string strLastUser { get; set; } public string dtStamp { get; set; } }