feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'AddressReport'. Page size: 175 x 842 portrait. Contains 7 standard bands with content: title, pageHeader, columnHeader, detail, columnFooter, pageFooter, summary. Defines 4 fields: Id, FirstName, LastName, Street. Defines 1 parameters: City. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Query language: sql.",
|
||||
"raw_xml": "<jasperReport name=\"AddressReport\" language=\"java\" pageWidth=\"175\" pageHeight=\"842\" columnWidth=\"175\" leftMargin=\"0\" rightMargin=\"0\" topMargin=\"0\" bottomMargin=\"0\" uuid=\"05b12350-122c-46de-8bb3-2d58fcf1acc6\" />",
|
||||
"context": "Report 'AddressReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "AddressReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"pageHeader",
|
||||
"columnHeader",
|
||||
"detail",
|
||||
"columnFooter",
|
||||
"pageFooter",
|
||||
"summary"
|
||||
],
|
||||
"field_count": 4,
|
||||
"parameter_count": 1,
|
||||
"variable_count": 0,
|
||||
"group_count": 0,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "JDBC/SQL",
|
||||
"source": null,
|
||||
"query_language": "sql",
|
||||
"properties": {}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "AddressReport",
|
||||
"language": "java",
|
||||
"pageWidth": "175",
|
||||
"pageHeight": "842",
|
||||
"columnWidth": "175",
|
||||
"leftMargin": "0",
|
||||
"rightMargin": "0",
|
||||
"topMargin": "0",
|
||||
"bottomMargin": "0",
|
||||
"uuid": "05b12350-122c-46de-8bb3-2d58fcf1acc6"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'AddressReport'. Page size: 175 x 842 portrait. Contains 7 standard bands with content: title, pageHeader, columnHeader, detail, columnFooter, pageFooter, summary. Defines 4 fields: Id, FirstName, LastName, Street. Defines 1 parameters: City. Defines 0 variables: none. Defines 0 groups: none. Data source type: JDBC/SQL. Query language: sql.",
|
||||
"raw_xml": "<jasperReport name=\"AddressReport\" language=\"java\" pageWidth=\"175\" pageHeight=\"842\" columnWidth=\"175\" leftMargin=\"0\" rightMargin=\"0\" topMargin=\"0\" bottomMargin=\"0\" uuid=\"05b12350-122c-46de-8bb3-2d58fcf1acc6\" />",
|
||||
"context": "Report 'AddressReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "AddressReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"pageHeader",
|
||||
"columnHeader",
|
||||
"detail",
|
||||
"columnFooter",
|
||||
"pageFooter",
|
||||
"summary"
|
||||
],
|
||||
"field_count": 4,
|
||||
"parameter_count": 1,
|
||||
"variable_count": 0,
|
||||
"group_count": 0,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "JDBC/SQL",
|
||||
"source": null,
|
||||
"query_language": "sql",
|
||||
"properties": {}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "AddressReport",
|
||||
"language": "java",
|
||||
"pageWidth": "175",
|
||||
"pageHeight": "842",
|
||||
"columnWidth": "175",
|
||||
"leftMargin": "0",
|
||||
"rightMargin": "0",
|
||||
"topMargin": "0",
|
||||
"bottomMargin": "0",
|
||||
"uuid": "05b12350-122c-46de-8bb3-2d58fcf1acc6"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user