feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,88 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'ShipmentsReport'. Page size: 842 x 595 Landscape. Contains 1 standard bands with content: detail. Defines 1 fields: ShipCountry. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 crosstabs.",
|
||||
"raw_xml": "<jasperReport name=\"ShipmentsReport\" language=\"java\" pageWidth=\"842\" pageHeight=\"595\" orientation=\"Landscape\" columnWidth=\"812\" leftMargin=\"15\" rightMargin=\"15\" topMargin=\"10\" bottomMargin=\"10\" uuid=\"488fc4c0-8d4e-4bd3-8f28-3497b7349729\" />",
|
||||
"context": "Report 'ShipmentsReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "ShipmentsReport",
|
||||
"bands": [
|
||||
"detail"
|
||||
],
|
||||
"field_count": 1,
|
||||
"parameter_count": 0,
|
||||
"variable_count": 0,
|
||||
"group_count": 0,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 1,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "JDBC/SQL",
|
||||
"source": "Sample DB",
|
||||
"query_language": "sql",
|
||||
"properties": {
|
||||
"net.sf.jasperreports.export.pdf.tagged": "true",
|
||||
"net.sf.jasperreports.export.pdf.tag.language": "EN-US",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "Sample DB"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "ShipmentsReport",
|
||||
"language": "java",
|
||||
"pageWidth": "842",
|
||||
"pageHeight": "595",
|
||||
"orientation": "Landscape",
|
||||
"columnWidth": "812",
|
||||
"leftMargin": "15",
|
||||
"rightMargin": "15",
|
||||
"topMargin": "10",
|
||||
"bottomMargin": "10",
|
||||
"uuid": "488fc4c0-8d4e-4bd3-8f28-3497b7349729"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'ShipmentsReport'. Page size: 842 x 595 Landscape. Contains 1 standard bands with content: detail. Defines 1 fields: ShipCountry. Defines 0 parameters: none. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql. Contains 1 crosstabs.",
|
||||
"raw_xml": "<jasperReport name=\"ShipmentsReport\" language=\"java\" pageWidth=\"842\" pageHeight=\"595\" orientation=\"Landscape\" columnWidth=\"812\" leftMargin=\"15\" rightMargin=\"15\" topMargin=\"10\" bottomMargin=\"10\" uuid=\"488fc4c0-8d4e-4bd3-8f28-3497b7349729\" />",
|
||||
"context": "Report 'ShipmentsReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "ShipmentsReport",
|
||||
"bands": [
|
||||
"detail"
|
||||
],
|
||||
"field_count": 1,
|
||||
"parameter_count": 0,
|
||||
"variable_count": 0,
|
||||
"group_count": 0,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 1,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "JDBC/SQL",
|
||||
"source": "Sample DB",
|
||||
"query_language": "sql",
|
||||
"properties": {
|
||||
"net.sf.jasperreports.export.pdf.tagged": "true",
|
||||
"net.sf.jasperreports.export.pdf.tag.language": "EN-US",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "Sample DB"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "ShipmentsReport",
|
||||
"language": "java",
|
||||
"pageWidth": "842",
|
||||
"pageHeight": "595",
|
||||
"orientation": "Landscape",
|
||||
"columnWidth": "812",
|
||||
"leftMargin": "15",
|
||||
"rightMargin": "15",
|
||||
"topMargin": "10",
|
||||
"bottomMargin": "10",
|
||||
"uuid": "488fc4c0-8d4e-4bd3-8f28-3497b7349729"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user