...
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Shared.DTOs.Warehouse
|
||||
{
|
||||
public int CODID { get; set; }
|
||||
public string? CODTitle { get; set; }
|
||||
public int Count { get; set; }
|
||||
public decimal Count { get; set; }
|
||||
public string Date { get; set; }
|
||||
public bool? ForSale { get; set; }
|
||||
public string ModelTypeTitle { get; set; }
|
||||
|
@@ -12,10 +12,11 @@ namespace Shared.DTOs.Warehouse
|
||||
public int? ID { get; set; }
|
||||
public int CODID { get; set; }
|
||||
public string? CODTitle { 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 int? InvoiceID { get; set; }
|
||||
}
|
||||
}
|
||||
|
@@ -12,9 +12,10 @@ namespace Shared.DTOs.Warehouse
|
||||
public int? ID { get; set; }
|
||||
public int CODID { get; set; }
|
||||
public string CODTitle { get; set; }
|
||||
public int Count { get; set; }
|
||||
public decimal Count { get; set; }
|
||||
public string Date { get; set; }
|
||||
public TypeRemittance Type { get; set; }
|
||||
public string info { get; set; }
|
||||
public int? InvoiceID { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user