rent_car_system
2023-02-25 14:38:06 8 举报
AI智能生成
api design diagram
作者其他创作
大纲/内容
queryAvailableCarList
req
fromTime
toTime
rsp
availableCarModels[
model{
modelId
modelName
stock: int
}
model{
modelId
modelName
stock: int
}
]
model{
modelId
modelName
stock: int
}
model{
modelId
modelName
stock: int
}
]
showRentHistory
req
modeId
rsp
rentHistoryList: [
rentHistory{
recordId
modelId
startTime
endTime
}
]
rentHistory{
recordId
modelId
startTime
endTime
}
]
rentCar
req
carModelId
startTime
endTime
rsp
status: fail/succ
msg: "You have rented the car successfully"
"There are no remaining car, sorry"
"There are no remaining car, sorry"
ER

收藏
0 条评论
下一页