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