using System; namespace WX.CRM.Model.DTO { public class wxfilepath { public int Id { get; set; } public long MsgSvrId { get; set; } public string FileName { get; set; } public string FileUrl { get; set; } public DateTime CTime { get; set; } } }