using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace SupplierWeb.Codes.EF { public partial class Gspnotacpdt { public int BillNo { get; set; } public int BillSn { get; set; } public string EntId { get; set; } public int? BillSort { get; set; } public string GoodsId { get; set; } public decimal? Num { get; set; } public string Unit { get; set; } public int? Meas { get; set; } public string AngleId { get; set; } public string BatchCode { get; set; } public string ProduceDate { get; set; } public string SterilCode { get; set; } public string ValDate { get; set; } public string ArrivalDate { get; set; } public string ApprovalNo { get; set; } public decimal? CheckNum { get; set; } public string Zhilbz { get; set; } public string Zhilwt { get; set; } public string AcceptId { get; set; } public string Yansrq { get; set; } public string Remark { get; set; } public string OwnerId { get; set; } } }