更新 llms-full.txt

This commit is contained in:
oyo
2025-08-08 12:10:23 +08:00
parent b72d9dd628
commit 4143c28560

View File

@@ -915,7 +915,9 @@ DateTime endTime //会议结束时间
- **命名规则:** 类名以QueryService结尾(${DtoName}QueryService)
- **类路径:** 位于 ```**.service.index.entity```包路径下
- **职责:** 提供对DTO查询入口把QtoService返回的id数据转化成目标**DTO**,或返回符合条件的记录数量
- **VSQueryResult代码结构**
- **VSQueryResult说明**
- VSQueryResult为一个写死的类全路径为com.vs.es.query.VSQueryResult存在于jar中可以直接使用禁止再创建新的VSQueryResult类!
- VSQueryResult代码结构如下
```
package com.vs.es.query;