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,34 @@
[
{
"chunk_id": 11,
"chunk_type": "group",
"human_description": "This is group 'CityGroup' definition for report 'QueryReport'. Group expression: $F{City}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 60, start new column: false, reprint header: false.",
"raw_xml": "<group name=\"CityGroup\" minHeightToStartNewPage=\"60\">\n\t\t<expression>$F{City}</expression>\n\t\t<groupHeader>\n\t\t\t<band height=\"20\">\n\t\t\t\t<element kind=\"textField\" uuid=\"06942b50-23ea-4ac0-b661-26f6bbea8932\" mode=\"Opaque\" x=\"0\" y=\"4\" width=\"515\" height=\"16\" backcolor=\"#C0C0C0\" hTextAlign=\"Left\" style=\"Sans_Bold\">\n\t\t\t\t\t<expression>\" \" + String.valueOf($V{CityNumber}) + \". \" + String.valueOf($F{City})</expression>\n\t\t\t\t\t<box style=\"Sans_Bold\">\n\t\t\t\t\t\t<bottomPen lineWidth=\"1.0\" />\n\t\t\t\t\t</box>\n\t\t\t\t</element>\n\t\t\t</band>\n\t\t</groupHeader>\n\t\t<groupFooter>\n\t\t\t<band height=\"20\">\n\t\t\t\t<element kind=\"line\" uuid=\"79e1872d-2698-4f1d-beb5-22beb511d4b1\" x=\"0\" y=\"-1\" width=\"515\" height=\"1\" />\n\t\t\t\t<element kind=\"staticText\" uuid=\"3191057f-3a04-4745-8dae-18c7115384aa\" x=\"400\" y=\"0\" width=\"60\" height=\"15\" hTextAlign=\"Right\" style=\"Sans_Bold\">\n\t\t\t\t\t<paragraph lineSpacing=\"Single\" style=\"Sans_Bold\" />\n\t\t\t\t\t<text>Count : </text>\n\t\t\t\t</element>\n\t\t\t\t<element kind=\"textField\" uuid=\"249d6c67-5498-41fa-ae87-fedef4979980\" x=\"460\" y=\"0\" width=\"30\" height=\"15\" hTextAlign=\"Right\" style=\"Sans_Bold\">\n\t\t\t\t\t<paragraph lineSpacing=\"Single\" style=\"Sans_Bold\" />\n\t\t\t\t\t<expression>$V{CityGroup_COUNT}</expression>\n\t\t\t\t</element>\n\t\t\t</band>\n\t\t</groupFooter>\n\t</group>\n\t",
"context": "Report 'QueryReport' group 'CityGroup'",
"metadata": {
"group_name": "CityGroup",
"expression": "$F{City}",
"has_header": true,
"has_footer": true,
"minHeightToStartNewPage": "60",
"startNewColumn": "false",
"reprintHeaderOnEachPage": "false"
}
},
{
"chunk_id": 11,
"chunk_type": "group",
"human_description": "This is group 'CityGroup' definition for report 'QueryReport'. Group expression: $F{City}. Has groupHeader: Yes, has groupFooter: Yes. Min height: 60, start new column: false, reprint header: false.",
"raw_xml": "<group name=\"CityGroup\" minHeightToStartNewPage=\"60\">\n\t\t<expression>$F{City}</expression>\n\t\t<groupHeader>\n\t\t\t<band height=\"20\">\n\t\t\t\t<element kind=\"textField\" uuid=\"06942b50-23ea-4ac0-b661-26f6bbea8932\" mode=\"Opaque\" x=\"0\" y=\"4\" width=\"515\" height=\"16\" backcolor=\"#C0C0C0\" hTextAlign=\"Left\" style=\"Sans_Bold\">\n\t\t\t\t\t<expression>\" \" + String.valueOf($V{CityNumber}) + \". \" + String.valueOf($F{City})</expression>\n\t\t\t\t\t<box style=\"Sans_Bold\">\n\t\t\t\t\t\t<bottomPen lineWidth=\"1.0\" />\n\t\t\t\t\t</box>\n\t\t\t\t</element>\n\t\t\t</band>\n\t\t</groupHeader>\n\t\t<groupFooter>\n\t\t\t<band height=\"20\">\n\t\t\t\t<element kind=\"line\" uuid=\"79e1872d-2698-4f1d-beb5-22beb511d4b1\" x=\"0\" y=\"-1\" width=\"515\" height=\"1\" />\n\t\t\t\t<element kind=\"staticText\" uuid=\"3191057f-3a04-4745-8dae-18c7115384aa\" x=\"400\" y=\"0\" width=\"60\" height=\"15\" hTextAlign=\"Right\" style=\"Sans_Bold\">\n\t\t\t\t\t<paragraph lineSpacing=\"Single\" style=\"Sans_Bold\" />\n\t\t\t\t\t<text>Count : </text>\n\t\t\t\t</element>\n\t\t\t\t<element kind=\"textField\" uuid=\"249d6c67-5498-41fa-ae87-fedef4979980\" x=\"460\" y=\"0\" width=\"30\" height=\"15\" hTextAlign=\"Right\" style=\"Sans_Bold\">\n\t\t\t\t\t<paragraph lineSpacing=\"Single\" style=\"Sans_Bold\" />\n\t\t\t\t\t<expression>$V{CityGroup_COUNT}</expression>\n\t\t\t\t</element>\n\t\t\t</band>\n\t\t</groupFooter>\n\t</group>\n\t",
"context": "Report 'QueryReport' group 'CityGroup'",
"metadata": {
"group_name": "CityGroup",
"expression": "$F{City}",
"has_header": true,
"has_footer": true,
"minHeightToStartNewPage": "60",
"startNewColumn": "false",
"reprintHeaderOnEachPage": "false"
}
}
]