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 'TableOfContentsReport'. Page size: 595 x 842 portrait. Contains 0 standard bands with content: none. Defines 1 fields: total. Defines 1 parameters: ReportTitle. Defines 0 variables: none. Defines 1 groups: dummy. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql.",
|
||||
"raw_xml": "<jasperReport name=\"TableOfContentsReport\" language=\"java\" pageWidth=\"595\" pageHeight=\"842\" whenNoDataType=\"AllSectionsNoDetail\" sectionType=\"Part\" columnWidth=\"555\" leftMargin=\"20\" rightMargin=\"20\" topMargin=\"30\" bottomMargin=\"30\" uuid=\"e52780b9-8f01-4b16-86fe-712163e5aadc\" />",
|
||||
"context": "Report 'TableOfContentsReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "TableOfContentsReport",
|
||||
"bands": [],
|
||||
"field_count": 1,
|
||||
"parameter_count": 1,
|
||||
"variable_count": 0,
|
||||
"group_count": 1,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "JDBC/SQL",
|
||||
"source": "Sample DB",
|
||||
"query_language": "sql",
|
||||
"properties": {
|
||||
"net.sf.jasperreports.print.create.bookmarks": "true",
|
||||
"net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.1": "pageHeader",
|
||||
"net.sf.jasperreports.export.xls.exclude.origin.keep.first.report.1": "*",
|
||||
"net.sf.jasperreports.export.xlsx.exclude.origin.keep.first.band.1": "pageHeader",
|
||||
"net.sf.jasperreports.export.xlsx.exclude.origin.keep.first.report.1": "*",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "Sample DB"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "TableOfContentsReport",
|
||||
"language": "java",
|
||||
"pageWidth": "595",
|
||||
"pageHeight": "842",
|
||||
"whenNoDataType": "AllSectionsNoDetail",
|
||||
"sectionType": "Part",
|
||||
"columnWidth": "555",
|
||||
"leftMargin": "20",
|
||||
"rightMargin": "20",
|
||||
"topMargin": "30",
|
||||
"bottomMargin": "30",
|
||||
"uuid": "e52780b9-8f01-4b16-86fe-712163e5aadc"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'TableOfContentsReport'. Page size: 595 x 842 portrait. Contains 0 standard bands with content: none. Defines 1 fields: total. Defines 1 parameters: ReportTitle. Defines 0 variables: none. Defines 1 groups: dummy. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql.",
|
||||
"raw_xml": "<jasperReport name=\"TableOfContentsReport\" language=\"java\" pageWidth=\"595\" pageHeight=\"842\" whenNoDataType=\"AllSectionsNoDetail\" sectionType=\"Part\" columnWidth=\"555\" leftMargin=\"20\" rightMargin=\"20\" topMargin=\"30\" bottomMargin=\"30\" uuid=\"e52780b9-8f01-4b16-86fe-712163e5aadc\" />",
|
||||
"context": "Report 'TableOfContentsReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "TableOfContentsReport",
|
||||
"bands": [],
|
||||
"field_count": 1,
|
||||
"parameter_count": 1,
|
||||
"variable_count": 0,
|
||||
"group_count": 1,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "JDBC/SQL",
|
||||
"source": "Sample DB",
|
||||
"query_language": "sql",
|
||||
"properties": {
|
||||
"net.sf.jasperreports.print.create.bookmarks": "true",
|
||||
"net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.1": "pageHeader",
|
||||
"net.sf.jasperreports.export.xls.exclude.origin.keep.first.report.1": "*",
|
||||
"net.sf.jasperreports.export.xlsx.exclude.origin.keep.first.band.1": "pageHeader",
|
||||
"net.sf.jasperreports.export.xlsx.exclude.origin.keep.first.report.1": "*",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "Sample DB"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "TableOfContentsReport",
|
||||
"language": "java",
|
||||
"pageWidth": "595",
|
||||
"pageHeight": "842",
|
||||
"whenNoDataType": "AllSectionsNoDetail",
|
||||
"sectionType": "Part",
|
||||
"columnWidth": "555",
|
||||
"leftMargin": "20",
|
||||
"rightMargin": "20",
|
||||
"topMargin": "30",
|
||||
"bottomMargin": "30",
|
||||
"uuid": "e52780b9-8f01-4b16-86fe-712163e5aadc"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user