mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 16:35:06 +08:00
整理 vm 模板
提交 test 生成的示例
This commit is contained in:
@ -24,7 +24,7 @@ public class ToolCodegenEngineTest {
|
||||
|
||||
@Test
|
||||
public void testExecute() {
|
||||
ToolCodegenTableDO table = codegenTableMapper.selectById(8);
|
||||
ToolCodegenTableDO table = codegenTableMapper.selectById(10);
|
||||
List<ToolCodegenColumnDO> columns = codegenColumnMapper.selectByTableId(table.getId());
|
||||
codegenEngine.execute(table, columns);
|
||||
}
|
||||
|
@ -16,7 +16,7 @@ class ToolCodegenServiceImplTest {
|
||||
|
||||
@Test
|
||||
public void tetCreateCodegenTable() {
|
||||
toolCodegenService.createCodegenTable("sys_dict_type");
|
||||
toolCodegenService.createCodegenTable("sys_test_demo");
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user