//------------------------------------------------------------------------------ // // 此代码是根据模板生成的。 // // 手动更改此文件可能会导致应用程序中发生异常行为。 // 如果重新生成代码,则将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace DSWeb.Interface.YZ { using System; using System.Collections.Generic; public partial class op_seae_billtrack { public string GID { get; set; } public string UserID { get; set; } public string MBLNO { get; set; } public string CARRIERID { get; set; } public string YARD { get; set; } public string TiXiangShiJian { get; set; } public string FanChangShiJian { get; set; } public Nullable YunDiShiJian { get; set; } public Nullable CangDanShiJian { get; set; } public Nullable BaoGuanFangXing { get; set; } public Nullable ZhuangZaiFangXing { get; set; } public string MaTouFangXing { get; set; } public Nullable KaiChuanShiJian { get; set; } public Nullable ETA { get; set; } public Nullable ATA { get; set; } public Nullable CreateTime { get; set; } public Nullable TrackTimesCZ { get; set; } public Nullable TrackTimesWLXX { get; set; } public Nullable TrackTimesQDPort { get; set; } public Nullable TrackTimesFX { get; set; } public string VESSEL { get; set; } public string VOYNO { get; set; } public Nullable txTime { get; set; } public Nullable updateTime { get; set; } public string JiGangShiJian { get; set; } public Nullable updateTimeCZ { get; set; } public Nullable updateTimeWLXX { get; set; } public Nullable updateTimeQDPort { get; set; } public Nullable updateTimeFX { get; set; } } }