Package io.kraftsman.dtos

Types

Product
Link copied to clipboard
data class Product(id: Int, name: String, price: Int, weight: Double)