TG.WXCRM.V4/Model/QueryMap/WxUserNameResid.cs

10 lines
216 B
C#

namespace WX.CRM.Model.QueryMap
{
public class WxUserNameResid
{
public string htmlPath { get; set; }
public string username { get; set; }
public string resid { get; set; }
}
}