influxORM代码调整
This commit is contained in:
@@ -19,9 +19,4 @@ public @interface Delete {
|
||||
*/
|
||||
String value();
|
||||
|
||||
/***
|
||||
* 数据库名
|
||||
* todo... 处理成获取配置文件内的,减少开发人员编码输出
|
||||
*/
|
||||
String database();
|
||||
}
|
||||
|
||||
@@ -15,8 +15,9 @@ public @interface Select {
|
||||
|
||||
/***
|
||||
* 查询sql
|
||||
* 如果没有sql语句,则是将参数中的实体转为sql语句
|
||||
*/
|
||||
String value();
|
||||
String value() default "nosql";
|
||||
|
||||
/***
|
||||
* 返回映射的实体对象
|
||||
|
||||
Reference in New Issue
Block a user