@startuml start :用户上传简历文件; :后端解析文件字段; if (解析成功?) then (yes) :生成JSON对象; else (no) :返回解析失败信息; endif :渲染JSON到页面模板; stop @enduml