sync
This commit is contained in:
18
docs/cls.md
Normal file
18
docs/cls.md
Normal file
@@ -0,0 +1,18 @@
|
||||
```mermaid
|
||||
erDiagram
|
||||
CfgData {
|
||||
SrcPaths src_paths
|
||||
OrgData org_data
|
||||
ComposePaths compose_paths
|
||||
DestPaths dest_paths
|
||||
}
|
||||
OrgData {
|
||||
org_app ReplaceUniqe
|
||||
App app
|
||||
Org org
|
||||
Url url
|
||||
}
|
||||
|
||||
|
||||
CfgData ||--|| OrgData : contains
|
||||
```
|
||||
Reference in New Issue
Block a user