You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.2 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// 此代码是根据模板生成的。
//
// 手动更改此文件可能会导致应用程序中发生异常行为。
// 如果重新生成代码,则将覆盖对此文件的手动更改。
// </auto-generated>
//------------------------------------------------------------------------------
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<System.DateTime> YunDiShiJian { get; set; }
public Nullable<System.DateTime> CangDanShiJian { get; set; }
public Nullable<System.DateTime> BaoGuanFangXing { get; set; }
public Nullable<System.DateTime> ZhuangZaiFangXing { get; set; }
public string MaTouFangXing { get; set; }
public Nullable<System.DateTime> KaiChuanShiJian { get; set; }
public Nullable<System.DateTime> ETA { get; set; }
public Nullable<System.DateTime> ATA { get; set; }
public Nullable<System.DateTime> CreateTime { get; set; }
public Nullable<int> TrackTimesCZ { get; set; }
public Nullable<int> TrackTimesWLXX { get; set; }
public Nullable<int> TrackTimesQDPort { get; set; }
public Nullable<int> TrackTimesFX { get; set; }
public string VESSEL { get; set; }
public string VOYNO { get; set; }
public Nullable<System.DateTime> txTime { get; set; }
public Nullable<System.DateTime> updateTime { get; set; }
public string JiGangShiJian { get; set; }
public Nullable<System.DateTime> updateTimeCZ { get; set; }
public Nullable<System.DateTime> updateTimeWLXX { get; set; }
public Nullable<System.DateTime> updateTimeQDPort { get; set; }
public Nullable<System.DateTime> updateTimeFX { get; set; }
}
}