//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace EMIS.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// CF_WechatPayList /// public partial class CF_WechatPayList { /// /// WechatPayListID /// public System.Guid WechatPayListID { get; set; } /// /// ExaminationRegistrationID /// public Nullable ExaminationRegistrationID { get; set; } /// /// OrderID /// public string OrderID { get; set; } /// /// WechatOrderID /// public string WechatOrderID { get; set; } /// /// Total /// public Nullable Total { get; set; } /// /// RefundOrderID /// public string RefundOrderID { get; set; } /// /// RefundTotal /// public Nullable RefundTotal { get; set; } /// /// RecordStatus /// public Nullable RecordStatus { get; set; } /// /// CreateTime /// public Nullable CreateTime { get; set; } /// /// PayForm /// public string PayForm { get; set; } /// /// PayUrl /// public string PayUrl { get; set; } /// /// EX_ExaminationRegistration /// public virtual EX_ExaminationRegistration EX_ExaminationRegistration { get; set; } } }