using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CK.SCP.Models.ScpEntity { public class V_TIMELY_DELIVERY { public decimal AskQty { get; set; } public decimal ReduceQty { get; set; } public Nullable Qty { get; set; } public string AskBillNum { get; set; } public string PoBillNum { get; set; } public int PoLine { get; set; } public string PartCode { get; set; } public Nullable Number { get; set; } public string PartDesc1 { get; set; } public System.Guid GUID { get; set; } public bool IsDeleted { get; set; } public Nullable BeginTime { get; set; } public Nullable EndTime { get; set; } public long UID { get; set; } public Nullable ValidityDays { get; set; } public string Site { get; set; } public string VendId { get; set; } public Nullable ReviceDelayDay { get; set; } public Nullable RecvTime { get; set; } public Nullable ReviceQty { get; set; } public Nullable shiptime { get; set; } public string CreateUser { get; set; } public string Buyer { get; set; } [NotMapped] public DateTime? RecvBeginTime { get; set; } [NotMapped] public DateTime? RecvEndTime { get; set; } } public class V_TB_ASK_RECEIVE { public decimal AskQty { get; set; } public Nullable Qty { get; set; } public string AskBillNum { get; set; } public string PoBillNum { get; set; } public int PoLine { get; set; } public string PartCode { get; set; } public Nullable Number { get; set; } public string PartDesc1 { get; set; }// public bool IsDeleted { get; set; } public Nullable BeginTime { get; set; } public Nullable EndTime { get; set; } [Key] public long UID { get; set; } public string Site { get; set; } public string VendId { get; set; } public Nullable RecvTime { get; set; } public Nullable ReviceQty { get; set; } public int? State { get; set; } public string ProjectId { get; set; } [NotMapped] public Nullable ShipTime { get; set; } [NotMapped] public string CreateUser { get; set; } public string Buyer { get; set; } [NotMapped] public DateTime? RecvBeginTime { get; set; } [NotMapped] public DateTime? RecvEndTime { get; set; } [NotMapped] public string State_Desc { get; set; } } public class TB_ASK_RECEIVE { public decimal AskQty { get; set; } public Nullable Qty { get; set; } public string AskBillNum { get; set; } public string PoBillNum { get; set; } public int PoLine { get; set; } public string PartCode { get; set; } public Nullable Number { get; set; } public string PartDesc1 { get; set; }// public bool IsDeleted { get; set; } public Nullable BeginTime { get; set; } public Nullable EndTime { get; set; } [Key] public long UID { get; set; } public string Site { get; set; } public string VendId { get; set; } public Nullable RecvTime { get; set; } public Nullable ReviceQty { get; set; } public int? State { get; set; } public string ProjectId { get; set; } [NotMapped] public Nullable ShipTime { get; set; } [NotMapped] public string CreateUser { get; set; } public string Buyer { get; set; } [NotMapped] public DateTime? RecvBeginTime { get; set; } [NotMapped] public DateTime? RecvEndTime { get; set; } [NotMapped] public string State_Desc { get; set; } } public class TB_UNCOMPLETE_TEMPASK { public decimal AskQty { get; set; } public Nullable Qty { get; set; } public string AskBillNum { get; set; } public string PoBillNum { get; set; } public int PoLine { get; set; } public string PartCode { get; set; } public Nullable Number { get; set; } public string PartDesc1 { get; set; }// public bool IsDeleted { get; set; } public Nullable BeginTime { get; set; } public Nullable EndTime { get; set; } [Key] public long UID { get; set; } public string Site { get; set; } public string VendId { get; set; } public Nullable RecvTime { get; set; } public Nullable ReviceQty { get; set; } public int? State { get; set; } public string ProjectId { get; set; } [NotMapped] public Nullable ShipTime { get; set; } [NotMapped] public string CreateUser { get; set; } public string Buyer { get; set; } [NotMapped] public DateTime? RecvBeginTime { get; set; } [NotMapped] public DateTime? RecvEndTime { get; set; } [NotMapped] public string State_Desc { get; set; } } }