Class Diagram
2016-05-27 09:28:39 0 举报
Class Diagram是一种用于描述软件系统中类及其相互关系的图形表示方法。它展示了系统中的类、接口、关联关系、继承关系、实现关系等元素,并以一种直观的方式呈现了这些元素的结构和功能。通过Class Diagram,开发人员可以更好地理解系统的组成部分,以及它们之间的交互方式。这有助于提高软件设计的质量,便于团队成员之间的沟通和协作。总之,Class Diagram是一种强大的工具,有助于简化复杂软件系统的设计和实现过程。
作者其他创作
大纲/内容
kqm_coupon_item
id(PK)coupon_id(FK)codeitem_statuscustomer_id(FK)
kqm_customer_friendship
id(PK)starter_id(FK1)create_timeaccepter_id(FK2)
kqm_role
role_id(PK)namepermissions
kqm_phone_package
id(PK)namecall_time_countpriceshort_message_countmerchant_id(FK)day_traffic_countdescriptionnight_traffic_count
kqm_customer
id(PK)customer_id(FK1)user_idgendernamephonephone_package_id(FK2)
kqm_user
id(PK)Role_id(FK)emailexpire_datepasswordregister_dateusername
kqm_coupon
id(PK)descriptionIssue_countnameRemain_counttypeValid_end_dateValid_start_dateMerchant_id(FK)Consume_integralfactor
kqm_phone_expense
id(PK)actual_pay_moneycodecreate_timeexpense_moneylocal_call_timeshort_message_countcustomer_id(FK)day_traffic_countnight_traffic_count
kqm_member_card
id(PK)customer_id(FK1)available_integralcard_statuscreate_timetotal_integralcard_level_id(FK2)merchant_id(FK3)
kqm_member_card_level
id(PK)card_level_id(FK1)merchant_id(FK2)nameintegral_edge
kqm_merchant
user_id(PK)addressname
0 条评论
下一页