* Added new Enrichers

* Added new Translators
* Changed in DTOs
* Further development
This commit is contained in:
2025-08-25 14:25:16 +02:00
parent cd3d939efe
commit 8b67aa3851
7 changed files with 94 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
namespace SytelineSaAppEfDataModel.Dtos;
public class ItemCustPriceAllDto
public class ItemCustPriceAllDto : DtoBase
{
public string SiteRef { get; set; }
public string Item { get; set; }