ShipOrder

@Summary(value = "发货")
@CommandRoute(path = "package", appendIdPath = CommandRoute.AppendPath.ALWAYS, method = CommandRoute.Method.POST)
data class ShipOrder(val id: String)

ShipOrder .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String