详细类图2
2016-05-08 13:12:28 1 举报
由于您没有提供具体的类图,我无法为您生成精确的描述。但是,我可以为您提供一个通用的模板: ”这是一张详细类图,展示了系统的主要组成部分和它们之间的关系。图中包含了多个类,每个类都有其特定的属性和方法。这些类通过各种关系相互连接,如继承、关联、聚合和依赖等。这张图清晰地展示了系统的结构和功能,有助于我们理解和设计系统。” 如果您能提供具体的类图,我将能够为您提供更详细的描述。
作者其他创作
大纲/内容
TreatmentDoctor
+upDoctorId : String+openid : String +mobile : String+password : String +name : String +headImg : String+sex : String+hospital : String+department : String+intro : String+positional : String +moneyAmout : String+invitationcode : String
TreatmentDoctorPriceService
-treatmentDoctorPriceDao: TreatmentDoctorPriceDao
+findDoctorPriceListBydoctorId()+save()
TreatmentFrontController
-treatmentDoctorService : TreatmentDoctorService-treatmentDoctorPriceService : TreatmentDoctorPriceService
+doctorwusers()+saveDoctorWUser()+setPriceSave()
TreatmentDoctorPrice
+doctorId : String+priceType : String+price : String
TreatmentDoctorDao
+get()+save()+findBelowDoctorList()
TreatmentDoctorPriceDao
+save()+findBelowDoctorList()
TreatmentDoctorService
-treatmentDoctorDao : TreatmentDoctorDao
0 条评论
回复 删除
下一页