Commit b3495d75 authored by yanzg's avatar yanzg

接口文档的支持

parent 7fb4719f
...@@ -26,7 +26,7 @@ public @interface SqlAnnotation { ...@@ -26,7 +26,7 @@ public @interface SqlAnnotation {
* *
* @return * @return
*/ */
int sqlType() default DaoConst.SQL_TYPE_LOAD; int sqlType() default DaoConst.SQL_TYPE_COMMON;
/** /**
* Sql语句列表,当table和sql都为空时,则根据当前注解 @TableAnnotation 生成对应类型的SQL语句 * Sql语句列表,当table和sql都为空时,则根据当前注解 @TableAnnotation 生成对应类型的SQL语句
......
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