...
This commit is contained in:
@@ -9,12 +9,13 @@ namespace Back.Data.Models.Warehouse
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int CODID { get; set; }
|
||||
public int Count { get; set; }
|
||||
public decimal Count { get; set; }
|
||||
public string Date { get; set; }
|
||||
public bool ForSale { get; set; }
|
||||
public TypeReceipt Type { get; set; }
|
||||
public string info { get; set; }
|
||||
|
||||
public bool Deleted { get; set; }
|
||||
public int? InvoiceID { get; set; }
|
||||
[ForeignKey("CODID")]
|
||||
public CODItem cODItem { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user