This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
18407821690
/
s202226701053
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
cacb9871ed
Ramuri
Etichete
master
s202226701053
/
E-Cover-prod
/
UMLprod
/
diagram.puml
diagram.puml
161 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
11
12
13
14
```plantuml
@startuml
|用户|
start
:请求服务;
|系统|
:读取偏好;
:推荐算法生成结果;
:推送主界面;
|用户|
:展示结果;
stop
@enduml
```