fix statistics
This commit is contained in:
@@ -15,12 +15,14 @@
|
||||
"author": "Lennart Heinrich",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.8.0",
|
||||
"@types/node": "^24.10.1",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsup": "^8.5.0",
|
||||
"tsup": "^8.5.1",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"repository": "https://github.com/InfiniMotion/model.git",
|
||||
"repository": {
|
||||
"url": "https://github.com/InfiniMotion/model.git"
|
||||
},
|
||||
"publishConfig": {
|
||||
"registry": "https://git.infinimotion.de/api/packages/infinimotion/npm/"
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
package ${target.javaPackageFromFolder("persistence/${SRC}")};
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
import java.util.List;
|
||||
import io.quarkus.mongodb.panache.PanacheMongoEntity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user