ReceiptOrder

@Summary(value = "收货")
@CommandRoute(action = "package", appendIdPath = CommandRoute.AppendPath.ALWAYS, method = CommandRoute.Method.PATCH)
data class ReceiptOrder(val id: String)

ReceiptOrder .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String