TG.WXCRM.V4/NetCore.Model/wx/wx_work.cs

10 lines
196 B
C#

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