using System; namespace NetCore.Model.crm { public class hg_record_config { public decimal id { get; set; } /// /// 录音id的位置 /// public decimal pkid { get; set; } /// /// 创建时间 /// public DateTime ctime { get; set; } /// /// 修改时间 /// public DateTime? utime { get; set; } /// /// 状态 /// public decimal status { get; set; } /// /// 时间 /// public DateTime checkdate { get; set; } } }