influxORM代码调整
This commit is contained in:
@@ -15,8 +15,9 @@ public @interface Select {
|
||||
|
||||
/***
|
||||
* 查询sql
|
||||
* 如果没有sql语句,则是将参数中的实体转为sql语句
|
||||
*/
|
||||
String value();
|
||||
String value() default "nosql";
|
||||
|
||||
/***
|
||||
* 返回映射的实体对象
|
||||
|
||||
Reference in New Issue
Block a user