新华客运站售票系统
2024-10-25 14:12:08 0 举报
功能模块图,er图,类图,时序图,用例图数据流图
作者其他创作
大纲/内容
M
1
财务
商品类型
订单
N
follows
管理
belongs to
Station
+String stationName+String address
+listBuses()
Employee
+String id+String name+String role
+sellTicket()+manageReservations()
评论信息
跟拍预约
model
摄影跟拍评论
关联
退票记录
Transaction
+String transactionId+Customer customer+Employee employee+Ticket ticket+DateTime timestamp
+complete()
sells
车辆
填写
用户
arrives at
管理员
Customer
+String id+String name+String email
+bookTicket()
座位
service
商品订单
支付记录
查看
departs from
摄影跟拍
*
books
for bus
票务类型
Application
0..1
may have
Schedule
+String scheduleId+Bus bus+Station departureStation+Station arrivalStation+String departureTime+String arrivalTime
摄影师
operates
reserved by
involves
Bus
+String busNumber+String departureTime+String arrivalTime+String route+int availableSeats
+reserveSeat()
calculates
util
common
车次
司机
Ticket
+String ticketId+String journeyDate+String seatNumber+String busNumber+Customer customer
+cancel()
performs
repository
controller
has reservations
调度
类别
公告信息
Fare
+double amount+String currency
+calculate()
收藏列表
Discount
+double percentage
+apply()
成品信息
Reservation
+String reservationId+Customer customer+Bus bus+String seatNumber
+confirm()+cancel()
dto
分配
下单
跟拍流程
0 条评论
下一页