Appearance
以 model 为根,衍生出了 table -> column, index, association,entity -> property 两系实体。
model
table -> column, index, association
entity -> property
Table 系列实体:
Entity 系列实体:
目前本项目后端的主要任务就是导入 table 系实体,并将它们转换为 entity 系实体。
导入相关参见 DataSourceLoad 和 ModelLoad。
转换参见 Convert