feat: 添加Qwen3嵌入模型及JRXML报告相关文件
添加Qwen3-4B嵌入模型配置文件及权重文件 添加多个JRXML报告的数据查询和字段定义文件 添加PdfEncryptReport.jrxml示例报告文件
This commit is contained in:
@@ -0,0 +1,96 @@
|
||||
[
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'TextReport'. Page size: 798 x 1000 portrait. Contains 5 standard bands with content: title, pageHeader, detail, pageFooter, summary. Defines 5 fields: Id, FirstName, LastName, Street, City. Defines 3 parameters: ReportTitle, FilterClause, OrderClause. Defines 1 variables: CityNumber. Defines 1 groups: CityGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql.",
|
||||
"raw_xml": "<jasperReport name=\"TextReport\" language=\"java\" pageWidth=\"798\" pageHeight=\"1000\" whenNoDataType=\"AllSectionsNoDetail\" columnWidth=\"714\" leftMargin=\"42\" rightMargin=\"42\" topMargin=\"70\" bottomMargin=\"70\" uuid=\"f120a079-4f45-450c-8e21-7ac5a96f3c9a\" />",
|
||||
"context": "Report 'TextReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "TextReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"pageHeader",
|
||||
"detail",
|
||||
"pageFooter",
|
||||
"summary"
|
||||
],
|
||||
"field_count": 5,
|
||||
"parameter_count": 3,
|
||||
"variable_count": 1,
|
||||
"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.export.text.character.width": "7.238",
|
||||
"net.sf.jasperreports.export.text.character.height": "13.948",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "Sample DB"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "TextReport",
|
||||
"language": "java",
|
||||
"pageWidth": "798",
|
||||
"pageHeight": "1000",
|
||||
"whenNoDataType": "AllSectionsNoDetail",
|
||||
"columnWidth": "714",
|
||||
"leftMargin": "42",
|
||||
"rightMargin": "42",
|
||||
"topMargin": "70",
|
||||
"bottomMargin": "70",
|
||||
"uuid": "f120a079-4f45-450c-8e21-7ac5a96f3c9a"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'TextReport'. Page size: 798 x 1000 portrait. Contains 5 standard bands with content: title, pageHeader, detail, pageFooter, summary. Defines 5 fields: Id, FirstName, LastName, Street, City. Defines 3 parameters: ReportTitle, FilterClause, OrderClause. Defines 1 variables: CityNumber. Defines 1 groups: CityGroup. Data source type: JDBC/SQL. Source: Sample DB. Query language: sql.",
|
||||
"raw_xml": "<jasperReport name=\"TextReport\" language=\"java\" pageWidth=\"798\" pageHeight=\"1000\" whenNoDataType=\"AllSectionsNoDetail\" columnWidth=\"714\" leftMargin=\"42\" rightMargin=\"42\" topMargin=\"70\" bottomMargin=\"70\" uuid=\"f120a079-4f45-450c-8e21-7ac5a96f3c9a\" />",
|
||||
"context": "Report 'TextReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "TextReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"pageHeader",
|
||||
"detail",
|
||||
"pageFooter",
|
||||
"summary"
|
||||
],
|
||||
"field_count": 5,
|
||||
"parameter_count": 3,
|
||||
"variable_count": 1,
|
||||
"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.export.text.character.width": "7.238",
|
||||
"net.sf.jasperreports.export.text.character.height": "13.948",
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "Sample DB"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "TextReport",
|
||||
"language": "java",
|
||||
"pageWidth": "798",
|
||||
"pageHeight": "1000",
|
||||
"whenNoDataType": "AllSectionsNoDetail",
|
||||
"columnWidth": "714",
|
||||
"leftMargin": "42",
|
||||
"rightMargin": "42",
|
||||
"topMargin": "70",
|
||||
"bottomMargin": "70",
|
||||
"uuid": "f120a079-4f45-450c-8e21-7ac5a96f3c9a"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user