|
|
@@ -22,7 +22,7 @@ public class FreeMarkerGeneratorTest {
|
|
|
public void generateCodesTest() throws IOException {
|
|
|
List<TableConfig> tableConfigs = new ArrayList<>();
|
|
|
TableConfig mainTable = new TableConfig();
|
|
|
- mainTable.setTableName("xjr_workflow_form_relation");
|
|
|
+ mainTable.setTableName("league_members_manage");
|
|
|
mainTable.setIsMain(true);
|
|
|
mainTable.setPkField(GlobalConstant.DEFAULT_PK);
|
|
|
mainTable.setPkType(GlobalConstant.DEFAULT_PK_TYPE);
|