using System.Collections.Generic;
using WX.CRM.Model.Entity;
namespace WX.CRM.Model.QueryMap
{
public class WeappUserGroupView
public IList<WEAPP_GROUP> groups { get; set; }
public IList<WEAPP_USERGROUP> userGroups { get; set; }
}