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

@@ -25,7 +25,8 @@ namespace Back.Services.Warehouse
info = item.info,
Type = item.Type,
InvoiceID = item.InvoiceID,
Deleted=false
Deleted=false,
CreateDt = DateTime.Now
};
var returnmodel = await _ReceiptRepo.AddAsync(model);
if (returnmodel != null)