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

@@ -37,5 +37,6 @@ namespace Shared.DTOs.Warehouse
[Display(Name = "نوع سند")]
public string msgType { get { return Type.GetEnumDisplayName(); } }
public int? invoiceID { get; set; }
public DateTime CreateDt { get; set; }
}
}