using System; using System.ComponentModel.DataAnnotations; using System.Security.Permissions; namespace Repository { public class t_PDABarCodeSign { [Key] public int FID { get; set; } public int FIndex { get; set; } public int FInterID { get; set; } public int FEntryID { get; set; } public string FBillNo { get; set; } public int? FInterIDIn { get; set; } public int? FInterIDOut { get; set; } public int? FInterIDAssemble { get; set; } public int? FInterIDDisassemble { get; set; } public int FItemID { get; set; } public int? FUnitID { get; set; } public string FBarCode { get; set; } public DateTime? FDatePrint { get; set; } public DateTime? FDateInStore { get; set; } public DateTime? FDateOutStore { get; set; } public string FIsInStore { get; set; } public string FIsOutStore { get; set; } public string FUserInStore { get; set; } public string FUserOutStore { get; set; } public int? FStockID { get; set; } public int? FStockPlaceID { get; set; } public string FBatchNo { get; set; } public int? FKFPeriod { get; set; } public string FKFDate { get; set; } public string FDatePrintShort { get; set; } public decimal? FQty { get; set; } public decimal? FQtyOut { get; set; } public string FPrintType { get; set; } public int? FUserPrint { get; set; } public string FRemark1 { get; set; } public string FRemark2 { get; set; } public string FRemark3 { get; set; } public string FRemark4 { get; set; } public string FRemark5 { get; set; } public string FRemark6 { get; set; } public string FRemark7 { get; set; } public string FRemark8 { get; set; } public string FRemark9 { get; set; } public string FRemark10 { get; set; } public string FRemark { get; set; } } }