using System;
using System.Collections.Generic;
using System.Text;
namespace Mini.Model.ViewModel
{
public class Ww_RecordModel
{
public int ? deptid { get; set; }
public string voiceid { get; set; }
public string corpid { get; set; }
public string fromer { get; set; }
public string tolist { get; set; }
public string roomid { get; set; }
public string msgid { get; set; }
public DateTime starttime { get; set; }
public string starttimestr { get; set; }
public DateTime endtime { get; set; }
public string endtimestr { get; set; }
public string filename { get; set; }
public int length { get; set; }
public string ctime { get; set; }
public int calltype { get; set; }
///
/// 企业号名称
///
public string corpname { get; set; }
///
/// 客服名称
///
public string kefuname { get; set; }
///
/// 客户名称
///
public string customername { get; set; }
public string remarkname { get; set; }
}
}