This commit is contained in:
mmrbnjd
2024-06-10 20:49:31 +03:30
parent 2db5daa9b8
commit 5a96240660
5 changed files with 23 additions and 22 deletions

View File

@@ -24,6 +24,6 @@ namespace Shared.DTOs
public int CalTypeID { get; set; }
public string CalTypeTitle { get; set; }
public string Total { get; set; }
public string Remaining { get; set; }
public int Remaining { get; set; }
}
}