feat: 添加Qwen3嵌入模型及JRXML报告相关文件

添加Qwen3-4B嵌入模型配置文件及权重文件
添加多个JRXML报告的数据查询和字段定义文件
添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
2026-05-11 08:34:03 +08:00
commit 4f475e9e36
1606 changed files with 687965 additions and 0 deletions
@@ -0,0 +1,26 @@
[
{
"chunk_id": 6,
"chunk_type": "field",
"human_description": "Field definition for report 'StackedAreaChartReport': RequiredDate, type: java.sql.Timestamp",
"raw_xml": "<field name=\"RequiredDate\" class=\"java.sql.Timestamp\" />\n\t",
"context": "Report 'StackedAreaChartReport' field 'RequiredDate'",
"metadata": {
"field_name": "RequiredDate",
"field_class": "java.sql.Timestamp",
"field_expression": null
}
},
{
"chunk_id": 6,
"chunk_type": "field",
"human_description": "Field definition for report 'StackedAreaChartReport': RequiredDate, type: java.sql.Timestamp",
"raw_xml": "<field name=\"RequiredDate\" class=\"java.sql.Timestamp\" />\n\t",
"context": "Report 'StackedAreaChartReport' field 'RequiredDate'",
"metadata": {
"field_name": "RequiredDate",
"field_class": "java.sql.Timestamp",
"field_expression": null
}
}
]