时序图

https://www.websequencediagrams.com/

title 报题提交业务的时序图

View->ReportReptheController: 发送请求
ReportReptheController->ReportReptheService: 业务层处理
ReportReptheService->ReportReptheServiceImpl: 服务层处理
ReportReptheServiceImpl->ReptheTaskMapper: 持久层处理
ReptheTaskMapper->ReptheTaskMapper.xml: 调用指定的SQL语句
note right of ReptheTaskMapper.xml: 与数据库交互
ReptheTaskMapper.xml->ReptheTaskMapper: 与数据库交互完毕返回
ReptheTaskMapper->ReportReptheServiceImpl: 持久层交互完毕返回
ReportReptheServiceImpl->ReportReptheService: 服务层交互完毕返回
ReportReptheService->ReportReptheController: 业务层交互完毕返返回
ReportReptheController->View: 请求处理完毕,返回页面

posted @ 2022-03-03 16:17  FY丶  阅读(157)  评论(0)    收藏  举报