类图1
2016-05-10 19:12:06 0 举报
由于您没有提供具体的类图,我无法为您生成精确的描述。但是,我可以为您提供一个通用的模板: ”类图1展示了系统的主要组成部分和它们之间的关系。图中的主要类包括A、B和C,它们之间通过各种关联进行交互。例如,类A与类B之间存在一对一的关系,类B与类C之间存在一对多的关系。此外,类A还与类C之间存在多对一的关系。这些关系反映了系统中的数据流和控制流。类图中还包括一些属性和方法,这些属性和方法描述了类的状态和行为。总的来说,类图1为我们提供了一个清晰的视角,帮助我们理解系统的结构和功能。”
作者其他创作
大纲/内容
InspectionController
-inspectionService:InspectionService-userService:UserService
+queryInspectionList()+queryPathList()+add()+update()+addLocation()
UserServiceInterface
+selectUserByUsername()+queryUserByPage()+addUser()+updateUser()+deleteUser()+signIn()+checkUserIdExist()+selectAllChannelId()+updateUserChannelId()+selectUrbanReporterByManagerId()+selectUserIdByRoleId()
InspectionFileModel
-fileId-fileType-filePath-inspection
InspectionPathModel
-replayId-longitude-latitude-logAt-inspection
InspectionModel
-logId-logContent-startLogAt-updateAt-status-type-images-records-userId-userName-deviceId-deviceName-typeName-statusName-placeName-user-device-inspectionPaths-inspectionFiles
InspectionMapperInterface
+InspectionMapper()+insertInspection()+updateInspection()+deleteInspection()+queryFileByInspectionIdAndType()+insertInspectionFile()+deleteInspectionFile()+queryPathByInspectionId()+insertInspectionPath()
InspectionServiceInterface
+queryInspectionByPage()+queryPathByInspectionId()+insertInspection()+updateInspectionAndUpload()+addLocation
InspectionServiceImp
-inspectionMapper:InspectionMapper-userService:UserService
InspectionMapper.xml
InspectionView
巡检模块类图
0 条评论
下一页