ReceiptOrder

@Summary(value = "收货")
@CommandRoute(prefix = "customer/{customerId}", path = "package", appendIdPath = CommandRoute.AppendPath.ALWAYS, method = CommandRoute.Method.PATCH)
data class ReceiptOrder(val id: String, val customerId: String)

ReceiptOrder .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor(id: String, customerId: String)

Properties

Link copied to clipboard
@NotBlank
val customerId: String
Link copied to clipboard
val id: String