namespace NetCore.Model.wx { public class wx_work { public int? eid { get; set; } public string nickname { get; set; } public string uname { get; set; } } }