类图2
2016-05-10 22:18:13 92 举报
类图2是一个用于描述系统结构和关系的图形表示。它展示了系统中各个类之间的关系,包括继承、关联、依赖等。通过类图2,我们可以清晰地了解到系统中各个类的属性和方法,以及它们之间的交互方式。类图2是面向对象分析和设计的重要工具,它有助于我们更好地理解系统的组成部分和功能,从而为后续的开发和维护工作提供指导。总之,类图2是一个简洁而有效的工具,能够帮助我们更好地理解和管理复杂的系统结构。
作者其他创作
大纲/内容
TaskServiceInterface
+queryTaskByPage()+addTask()+updateTask()+selectTaskCount()
ReportModel
-reportId-reportTime-status-reportType-filePath-userId-userName-user-task
UserServiceInterface
+selectUserByUsername()+queryUserByPage()+addUser()+updateUser()+deleteUser()+signIn()+checkUserIdExist()+selectAllChannelId()+updateUserChannelId()+selectUrbanReporterByManagerId()+selectUserIdByRoleId()
ReportMapperInterface
+selectReportById()+selectReportByTaskId()+queryReportByPage()+insertReport()+updateReport()+deleteReport()
TaskMapper.xml
TaskMapperInterface
+insertTask()+updateTask()+deleteTask()+queryTaskByPage()+selectTaskById()+selectMonthTaskCountByYear()+selectMonthReportCountByYearAndType()+selectIncompleteCount()+updateRecordStatus()
任务模块类图
TaskModel
-taskId-taskType-taskStatus-startedAt-userName-approverName-userId-approverId-userRoleId-canEdit-user-approver-reportData-average
ReportServiceImp
-reportMapper-taskService
+queryTaskByPage()+addTask()+updateTask()+selectTaskCount()+selectReportById()+queryReportByPage()+addReportAndUpload
ReportMapper.xml
TaskView
TaskController
-taskService-userService
+queryTask()+getCanEdit()+getQueryUserIds()+updateTask()+getTaskCount()+getIncompleteUserId()+upload()+getReportList()+downloadReport()
ReportServiceInterface
+selectReportById()+queryReportByPage()+addReportAndUpload
TaskServiceImp
-taskMapper
0 条评论
下一页