This commit is contained in:
mmrbnjd
2025-01-19 17:44:20 +03:30
parent be0616ac97
commit d14c474c6b
20 changed files with 570 additions and 74 deletions

View File

@@ -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; }