using System; using System.Collections.Generic; #nullable disable namespace zhengcaioa.Models { public partial class ExpertTestTopicpeizhi { public string Id { get; set; } public string ShijianId { get; set; } public string Topictype { get; set; } public string Zhishitype { get; set; } public decimal? Fenshu { get; set; } public decimal? Fenzhi { get; set; } public string RecStatus { get; set; } public string Creater { get; set; } public DateTime Createtime { get; set; } public string Modifier { get; set; } public DateTime Modifytime { get; set; } } }