Fix e pulizia metodi ODL

This commit is contained in:
Samuele Locatelli
2026-05-29 09:00:36 +02:00
parent 582004c605
commit 823af36971
44 changed files with 116 additions and 192 deletions
+1
View File
@@ -43,6 +43,7 @@ namespace MP.Core
public const string redisMacRecipePath = redisBaseAddr + "Cache:RecipePath";
public const string redisOdlByBatch = redisXdlData + "OdlByBatch";
public const string redisOdlByKey = redisXdlData + "OdlByKey";
public const string redisOdlCurrByMac = redisXdlData + "OdlByMac";
public const string redisOdlLastByMac = redisXdlData + "LastOdlByMac";