main
黄海 9 months ago
parent 9592a11643
commit 669b872cad

@ -234,7 +234,6 @@ public class GenerateCodeWithFreeMaker {
}
//表的描述
String comment = jo.getStr("comment");
//主键
String key = jo.getStr("key");
String key_type = jo.getStr("key_type");
@ -242,9 +241,6 @@ public class GenerateCodeWithFreeMaker {
String table = jo.getStr("table");
StringBuilder sb = new StringBuilder();
//sb.append("//-------------------下面是Controller部分-------------------\n");
sb.append("/* 下面代码开始维护" + comment + " */\n");
sb.append("\n");
//1、增加
sb.append(" /**增加" + comment + "\n");
sb.append(" *\n");

Loading…
Cancel
Save