using System;
namespace WX.CRM.Model.MAP
{
public class SOFT_USER_MK
public string resid { get; set; }
public string phone { get; set; }
public DateTime? registerTime { get; set; }
public string username { get; set; }
}