public interface ITableConfig
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute()
执行生成
|
ITableConfig |
relations(Consumer<TableConfigSet> consumer)
设置表关联关系
|
ITableConfig |
tables(Consumer<ITableConfigSet> consumer)
设置要生成的表
|
ITableConfig tables(Consumer<ITableConfigSet> consumer)
consumer - ConsumerITableConfig relations(Consumer<TableConfigSet> consumer)
consumer - Consumervoid execute()
Copyright © 2021. All rights reserved.