Skip to content

后端

模型设计

model 为根,衍生出了 table -> column, index, associationentity -> property 两系实体。

Table 系列实体:

table-series.png

Entity 系列实体:

entity-series.png

目前本项目后端的主要任务就是导入 table 系实体,并将它们转换为 entity 系实体。

核心代码索引

导入相关参见 DataSourceLoadModelLoad

转换参见 Convert