using SqlSugar; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SnapshotWinFormsApp.Entities.OldHotline; [SugarTable("ZG_CityHotline_Web.dbo.Web30_UserRegister")] public class WeChatUserEntity { public string WUR_Openid { get; set; } public int WUR_WebUserID { get; set; } public string WUR_WebUserName { get; set; } public string WUR_WebLoginName { get; set; } public string WUR_PhoneNum { get; set; } public string WUR_LoginPWD { get; set; } public string WUR_Gender { get; set; } public string WUR_IDCard { get; set; } public int WUR_AreaID { get; set; } public string WUR_Address { get; set; } public string WUR_Mail { get; set; } public string WUR_RegIP { get; set; } public DateTime WUR_RegDate { get; set; } public int? WUR_StateFlag { get; set; } public string WUR_LastIP { get; set; } public DateTime WUR_LastDate { get; set; } public int WUR_SyncState { get; set; } public string WUR_unionid { get; set; } public string WUR_Img { get; set; } public string WUR_UserType { get; set; } public int WUR_Flag { get; set; } }