influxORM代码调整

This commit is contained in:
2023-04-25 10:23:43 +08:00
parent 8aeb21265c
commit 3b6579dda5
9 changed files with 822 additions and 35 deletions

View File

@@ -15,8 +15,9 @@ public @interface Select {
/***
* 查询sql
* 如果没有sql语句则是将参数中的实体转为sql语句
*/
String value();
String value() default "nosql";
/***
* 返回映射的实体对象