feat: add redis

This commit is contained in:
2025-12-02 14:31:48 +09:00
parent a90b72a1fa
commit f765d5c49b
4 changed files with 28 additions and 6 deletions

View File

@@ -155,6 +155,6 @@ public class MapSheetAnalDataGeomEntity {
}
return new InferenceResultDto.DetailListEntity(
comparedClazz, targetClazz, mapSheet, coordinate);
comparedClazz, targetClazz, mapSheet, coordinate, createdDttm);
}
}