ChangeQuantity

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

Constructors

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

Properties

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