using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BackupAndImport.Entitys.念初 { /// /// orders /// public class orders { /// /// orders /// public orders() { } /// /// id /// public System.Int64 id { get; set; } /// /// orderno /// public System.String orderno { get; set; } /// /// iid /// public System.String iid { get; set; } /// /// title /// public System.String title { get; set; } /// /// amount /// public System.Int64? amount { get; set; } /// /// price /// public System.Double? price { get; set; } /// /// realprice /// public System.Double? realprice { get; set; } /// /// tkrate /// public System.Double? tkrate { get; set; } /// /// tkcommission /// public System.Double? tkcommission { get; set; } /// /// mediaid /// public System.String mediaid { get; set; } /// /// adid /// public System.String adid { get; set; } /// /// mmpid /// public System.String mmpid { get; set; } /// /// pidname /// public System.String pidname { get; set; } /// /// createdt /// public System.String createdt { get; set; } /// /// accountdt /// public System.String accountdt { get; set; } /// /// ordertype /// public System.String ordertype { get; set; } /// /// orderstatus /// public System.Int64? orderstatus { get; set; } /// /// wxid /// public System.String wxid { get; set; } /// /// userid /// public System.Int64? userid { get; set; } /// /// fl_group /// public System.Double? fl_group { get; set; } /// /// fl_agent /// public System.Double? fl_agent { get; set; } /// /// fl_user /// public System.Double? fl_user { get; set; } /// /// fl_Integral /// public System.Int64? fl_Integral { get; set; } /// /// flstatus /// public System.Int64? flstatus { get; set; } /// /// luckdrawTAG /// public System.Int64? luckdrawTAG { get; set; } /// /// exceltype /// public System.Int64? exceltype { get; set; } /// /// batch /// public System.String batch { get; set; } /// /// modifytime /// public System.Int64? modifytime { get; set; } } }