//------------------------------------------------------------------------------ // // 此代码已从模板生成。 // // 手动更改此文件可能导致应用程序出现意外的行为。 // 如果重新生成代码,将覆盖对此文件的手动更改。 // //------------------------------------------------------------------------------ namespace CK.SCP.Models.WmsEntity { using System; using System.Collections.Generic; public partial class TB_PICK_INVOICE { public int UID { get; set; } public string BillNum { get; set; } public string ProjectId { get; set; } public string TransportType { get; set; } public string TruckNum { get; set; } public string Remark { get; set; } public string BarCode { get; set; } public string PartCode { get; set; } public string PartDesc { get; set; } public string Batch { get; set; } public string Creator { get; set; } public Nullable CreateTime { get; set; } public string ModifiedBy { get; set; } public Nullable ModifiedTime { get; set; } public Nullable IsDeleted { get; set; } public Nullable Qty { get; set; } public string SourceBillNum { get; set; } public string SourceBillNum2 { get; set; } public string SourceBillNum3 { get; set; } public Nullable PickTime { get; set; } public string VendPartCode { get; set; } public string CustPartCode { get; set; } public string EqptCode { get; set; } public string VendId { get; set; } public string VendBatch { get; set; } public Nullable ProduceDate { get; set; } public int State { get; set; } public Nullable BillTime { get; set; } public Nullable EndTime { get; set; } public string PartUnit { get; set; } public Nullable PartPrice { get; set; } public string ToBarCode { get; set; } } }