This commit is contained in:
mmrbnjd
2025-01-25 20:46:47 +03:30
parent b57839a212
commit f2dd0bd837
11 changed files with 2158 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ namespace Back.Data.Models.Warehouse
public int CODID { get; set; }
public decimal Count { get; set; }
public string Date { get; set; }
public DateTime CreateDt { get; set; }
public bool ForSale { get; set; }
public TypeReceipt Type { get; set; }
public string info { get; set; }