feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,92 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'FunctionsReport'. Page size: 842 x 595 Landscape. Contains 3 standard bands with content: title, detail, pageFooter. Defines 3 fields: name, description, functions. Defines 0 parameters: none. Defines 0 variables: none. Defines 2 groups: Group1, categoryGroup. Data source type: DataAdapter. Source: functions/FunctionsDataSource.xml.",
|
||||
"raw_xml": "<jasperReport name=\"FunctionsReport\" language=\"java\" pageWidth=\"842\" pageHeight=\"595\" orientation=\"Landscape\" columnWidth=\"832\" leftMargin=\"5\" rightMargin=\"5\" topMargin=\"20\" bottomMargin=\"15\" uuid=\"eae24cf2-cede-49ad-a3bf-a10ccd914c7d\" ignorePagination=\"true\" />",
|
||||
"context": "Report 'FunctionsReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "FunctionsReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"detail",
|
||||
"pageFooter"
|
||||
],
|
||||
"field_count": 3,
|
||||
"parameter_count": 0,
|
||||
"variable_count": 0,
|
||||
"group_count": 2,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "DataAdapter",
|
||||
"source": "functions/FunctionsDataSource.xml",
|
||||
"query_language": null,
|
||||
"properties": {
|
||||
"net.sf.jasperreports.export.html.exclude.origin.band.1": "pageFooter",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "functions/FunctionsDataSource.xml"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "FunctionsReport",
|
||||
"language": "java",
|
||||
"pageWidth": "842",
|
||||
"pageHeight": "595",
|
||||
"orientation": "Landscape",
|
||||
"columnWidth": "832",
|
||||
"leftMargin": "5",
|
||||
"rightMargin": "5",
|
||||
"topMargin": "20",
|
||||
"bottomMargin": "15",
|
||||
"uuid": "eae24cf2-cede-49ad-a3bf-a10ccd914c7d",
|
||||
"ignorePagination": "true"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'FunctionsReport'. Page size: 842 x 595 Landscape. Contains 3 standard bands with content: title, detail, pageFooter. Defines 3 fields: name, description, functions. Defines 0 parameters: none. Defines 0 variables: none. Defines 2 groups: Group1, categoryGroup. Data source type: DataAdapter. Source: functions/FunctionsDataSource.xml.",
|
||||
"raw_xml": "<jasperReport name=\"FunctionsReport\" language=\"java\" pageWidth=\"842\" pageHeight=\"595\" orientation=\"Landscape\" columnWidth=\"832\" leftMargin=\"5\" rightMargin=\"5\" topMargin=\"20\" bottomMargin=\"15\" uuid=\"eae24cf2-cede-49ad-a3bf-a10ccd914c7d\" ignorePagination=\"true\" />",
|
||||
"context": "Report 'FunctionsReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "FunctionsReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"detail",
|
||||
"pageFooter"
|
||||
],
|
||||
"field_count": 3,
|
||||
"parameter_count": 0,
|
||||
"variable_count": 0,
|
||||
"group_count": 2,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "DataAdapter",
|
||||
"source": "functions/FunctionsDataSource.xml",
|
||||
"query_language": null,
|
||||
"properties": {
|
||||
"net.sf.jasperreports.export.html.exclude.origin.band.1": "pageFooter",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "functions/FunctionsDataSource.xml"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "FunctionsReport",
|
||||
"language": "java",
|
||||
"pageWidth": "842",
|
||||
"pageHeight": "595",
|
||||
"orientation": "Landscape",
|
||||
"columnWidth": "832",
|
||||
"leftMargin": "5",
|
||||
"rightMargin": "5",
|
||||
"topMargin": "20",
|
||||
"bottomMargin": "15",
|
||||
"uuid": "eae24cf2-cede-49ad-a3bf-a10ccd914c7d",
|
||||
"ignorePagination": "true"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user