using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SupplierWeb.Codes.EF { public partial class Purorderdt { public int BillNo { get; set; } public int BillSn { get; set; } public string EntId { get; set; } public int? BillSort { get; set; } public string OwnerId { get; set; } public string GoodsId { get; set; } public string PackId { get; set; } public int? Meas { get; set; } public string AngleId { get; set; } public string BatchCode { get; set; } public string ProduceDate { get; set; } public string ValDate { get; set; } public decimal? BaseNum { get; set; } public decimal? Num { get; set; } public decimal? Price { get; set; } public decimal? Taxprice { get; set; } public decimal? DedRate { get; set; } public decimal? Amount { get; set; } public decimal? Rate { get; set; } public decimal? Tax { get; set; } public decimal? TaxAmount { get; set; } public decimal? RetailP { get; set; } public string IsFree { get; set; } public int? RfBillNo { get; set; } public int? RfBillSn { get; set; } public int? ReBillNo { get; set; } public int? ReBillSn { get; set; } public string Remark { get; set; } public string WhorgId { get; set; } public string IsDone { get; set; } public decimal? BasePrice { get; set; } public decimal? BaseTaxprice { get; set; } public string RfBillCode { get; set; } public string ReBillCode { get; set; } public decimal? ExecNum { get; set; } public decimal? CancelNum { get; set; } public string RfRuleId { get; set; } public string ReRuleId { get; set; } public string Unit { get; set; } public string ContractId { get; set; } public string Apid { get; set; } public string SterilCode { get; set; } public decimal? KLastInTaxP { get; set; } public decimal? KPrice { get; set; } public decimal? KLastPrice { get; set; } public string KIsBillClose { get; set; } public string KCloseStaffId { get; set; } public string KCloseTime { get; set; } public string KCloseRemark { get; set; } public string KIspfsale { get; set; } public decimal? KPfylsl { get; set; } } }