ShipOrder

@Summary(value = "发货")
@CommandRoute(action = "package", appendOwnerPath = CommandRoute.AppendPath.NEVER, 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