using System; using System.Collections.Generic; using System.Data; using System.Linq; using System.Text; namespace MediII.Adapter.ReceiveToKCModel { [Serializable] public class zhuyuan_medical_order : BaseEntity { public Int64 No { get; set;} public string id { get; set;} public string medical_order_id { get; set;} public DateTime fee_date { get; set;} public string yfdm { get; set;} public string yfmc { get; set;} public string cflx { get; set;} public string cfje { get; set;} public string cfdzs { get; set;} public string yjts { get; set;} public string kdksdm { get; set;} public string kdys { get; set;} } }