Commit f442605c authored by Quxl's avatar Quxl

x

parent 2fb94851
......@@ -47,11 +47,11 @@ public class ReverseUtil {
}
}
sb.append("/**" + "\n");
sb.append(" * @author " + author + "\n");
// sb.append("/**" + "\n");
// sb.append(" * @author " + author + "\n");
// sb.append(" * @since " + DateUtil.format(new Date(), DateUtil.FMT_DATE) + "\n");
// sb.append(" * @version v-1.0" + "\n");
sb.append(" */" + "\n");
// sb.append(" */" + "\n");
sb.append("@Entity(name=\"" + name + "\")" + "\n");
sb.append("public class " + StringUtil.upperFirst(name) + " implements java.io.Serializable {" + "\n\n" + "\tprivate static final long serialVersionUID = 1L;" + "\n\n");
processAllAttrs(paramyKeys, columnNames, colTypes, colComments, sb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment