using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Web; namespace ZXDT.CallCenter.MVCWeb.Models { public class VoicePlayModel { /// /// 录音播放路径 /// public string playpath { get; set; } /// /// 录音下载路径 /// public string downpath { get; set; } } }