This commit is contained in:
2019-04-16 19:22:26 +08:00
parent c3b3cec3cb
commit 368f4fc733
4 changed files with 206 additions and 9 deletions

View File

@@ -195,7 +195,8 @@ public class RunTest<T> {
public void buildMethod() {
tplKit.addTpl("/tpl/_t.tpl");
buildMethod("table_link_list", "实体表包含link信息的列表");
//buildMethod("table_link_list", "实体表包含link信息的列表");
buildMethod("link_info", "关联信息 ");
}
private void buildMethod(String url, String comment) {