You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
2.1 KiB
50 lines
2.1 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码已从模板生成。
|
|
//
|
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
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<System.DateTime> CreateTime { get; set; }
|
|
public string ModifiedBy { get; set; }
|
|
public Nullable<System.DateTime> ModifiedTime { get; set; }
|
|
public Nullable<bool> IsDeleted { get; set; }
|
|
public Nullable<decimal> Qty { get; set; }
|
|
public string SourceBillNum { get; set; }
|
|
public string SourceBillNum2 { get; set; }
|
|
public string SourceBillNum3 { get; set; }
|
|
public Nullable<System.DateTime> 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<System.DateTime> ProduceDate { get; set; }
|
|
public int State { get; set; }
|
|
public Nullable<System.DateTime> BillTime { get; set; }
|
|
public Nullable<System.DateTime> EndTime { get; set; }
|
|
public string PartUnit { get; set; }
|
|
public Nullable<decimal> PartPrice { get; set; }
|
|
public string ToBarCode { get; set; }
|
|
}
|
|
}
|
|
|