using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MessageSupervises.Entitys
{
public class user_mess_temp
{
///
/// 消息
///
public string mess_md5 { get; set; }
///
/// 累计消息数量
///
public int count { get; set; }
}
}