数据流图
2025-07-30 11:15:23 0 举报
包含类图和数据流图
作者其他创作
大纲/内容
(b)0层数据流图
教师表
分类信息
教师信息
Customer
-int id-String name-String phoneNumber
+getPhoneNumber() : String+setName(name: String) : void
用户信息
用户
考试信息
Order
-int id-Customer customer-List orderItems-double totalPrice
+addOrderItem(orderItem: OrderItem) : void+calculateTotalPrice() : void
OrderItem
-Fruit fruit-int quantity-double subtotal
+calculateSubtotal() : void
1
includes
任教科目
Fruit
-int id-String name-double price
+getPrice() : double+setName(name: String) : void
contributes to
个人信息
管理员
(a)顶层数据流图
考试卷
Inventory
学生信息
教师管理
教师分类
试卷信息
generates
-int inventoryId-int productId-int quantity
考试管理
试卷类型
基于Spring Boot的小学家校一体“作业帮”系统的设计与实现
has
Sales
-int salesId-float amount-date saleDate
Employee
-int employeeId-string employeeName-string position
*
storedIn
Product
-int productId-string productName-float price
用户表
supplies
is
试卷表
Supplier
-int supplierId-string supplierName-string contactInfo
PurchaseOrder
-int orderId-int supplierId-list products-float totalCost-date orderDate
places
0 条评论
下一页