This commit is contained in:
mmrbnjd
2025-01-24 19:18:17 +03:30
parent 505adf6ab2
commit 48072d6e00
14 changed files with 389 additions and 67 deletions

View File

@@ -11,7 +11,7 @@ namespace Shared.DTOs.Warehouse
{
public int? ID { get; set; }
public int CODID { get; set; }
public string CODTitle { get; set; }
public string? CODTitle { get; set; }
public decimal Count { get; set; }
public string Date { get; set; }
public TypeRemittance Type { get; set; }