ChangeQuantity

@Order(value = 2)
@Summary(value = "变更购买数量")
data class ChangeQuantity(val id: String, val productId: String, val quantity: Int)

Constructors

Link copied to clipboard
constructor(id: String, productId: String, quantity: Int)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
@NotBlank
val productId: String
Link copied to clipboard
@Positive
val quantity: Int