|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace Mini.Model.ViewModel
|
|
{
|
|
public class Ww_Groupchat_Member
|
|
{
|
|
public string userid { get; set; }
|
|
|
|
public int type { get; set; }
|
|
public long join_time { get; set; }
|
|
public int join_scene { get; set; }
|
|
}
|
|
}
|