| | |
| | | |
| | | @Test |
| | | public void buildAllTest() { |
| | | service.buildAll(basePackage, packageName, className, tableSchema, tableName, author, version); |
| | | service.buildAll(basePackage, "kind", "SyCause", tableSchema, "dyh_sy_cause", author, version); |
| | | service.buildAll(basePackage, "kind", "SyCauseThird", tableSchema, "dyh_sy_cause_third", author, version); |
| | | service.buildAll(basePackage, "kind", "SyIssue", tableSchema, "dyh_sy_issue", author, version); |
| | | service.buildAll(basePackage, "kind", "SyRegion", tableSchema, "dyh_sy_region", author, version); |
| | | |
| | | } |
| | | |