using System.ComponentModel.DataAnnotations; namespace SupplierWeb.Codes.EF { public partial class Purinmt { [Key] public int BillNo { get; set; } [Key] public string EntId { get; set; } public string BillCode { get; set; } public string RuleId { get; set; } public string Dates { get; set; } public string OnTime { get; set; } public string SysDates { get; set; } public string IsVat { get; set; } public string SuppliersId { get; set; } public string Address { get; set; } public string AccptId { get; set; } public string SaleManId { get; set; } public string Caozy { get; set; } public string OrgId { get; set; } public string DeptId { get; set; } public string ContractCode { get; set; } public string Invoice { get; set; } public string Delivery { get; set; } public string PayType { get; set; } public string OlderNo { get; set; } public decimal? Amount { get; set; } public decimal? Tax { get; set; } public decimal? TaxAmount { get; set; } public decimal? RetailAmt { get; set; } public decimal? CostAmt { get; set; } public decimal? Profit { get; set; } public string Summaries { get; set; } public string Remark { get; set; } public string PayOrgId { get; set; } public string CurrencyId { get; set; } public decimal? Paijia { get; set; } public decimal? DedRate { get; set; } public string IsInvoice { get; set; } public string IsDone { get; set; } public string CurCode { get; set; } public string OppContId { get; set; } public string IsPrepay { get; set; } public decimal? PrepayAmt { get; set; } public string WareManId { get; set; } public string Isch { get; set; } public string Ischwc { get; set; } public string K_DFBillCode { get; set; } public string K_BillCode { get; set; } public string AcceptId { get; set; } public string K_IsLS { get; set; } public string K_IsTQ { get; set; } public string K_IsYXD { get; set; } } }