(vision) SCS/DDD

This commit is contained in:
2025-07-16 00:38:19 +02:00
parent 6e52015f46
commit 67c52f7381
34 changed files with 4679 additions and 119 deletions
@@ -19,6 +19,7 @@ data class Artikel(
var preis: BigDecimal,
var einheit: String,
var istVerbandsabgabe: Boolean = false,
var kategorie: String? = null, // New field for version 1.1
@Serializable(with = KotlinInstantSerializer::class)
val createdAt: Instant = Clock.System.now(),
@Serializable(with = KotlinInstantSerializer::class)