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

8 lines
123 B
C#

namespace NetCore.Model.wx
{
public class wx_ordcustomer
{
public string username { get; set; }
}
}