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 'AddressesReport'. Page size: 595 x 842 portrait. Contains 3 standard bands with content: title, detail, pageFooter. Defines 7 fields: id, firstName, lastName, street, city, documentId, documentTotal. Defines 2 parameters: ReportTitle, CityFilter. Defines 1 variables: addressTotal. Defines 1 groups: AddressGroup. Data source type: Hibernate/HQL. Source: hibernate/data/HibernateDataAdapter.jrdax. Query language: hql.",
|
||||
"raw_xml": "<jasperReport name=\"AddressesReport\" language=\"java\" pageWidth=\"595\" pageHeight=\"842\" whenNoDataType=\"AllSectionsNoDetail\" columnWidth=\"515\" leftMargin=\"40\" rightMargin=\"40\" topMargin=\"50\" bottomMargin=\"50\" uuid=\"f050e3db-0847-4912-9c16-d6b157484813\" />",
|
||||
"context": "Report 'AddressesReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "AddressesReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"detail",
|
||||
"pageFooter"
|
||||
],
|
||||
"field_count": 7,
|
||||
"parameter_count": 2,
|
||||
"variable_count": 1,
|
||||
"group_count": 1,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "Hibernate/HQL",
|
||||
"source": "hibernate/data/HibernateDataAdapter.jrdax",
|
||||
"query_language": "hql",
|
||||
"properties": {
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "AddressesReport",
|
||||
"language": "java",
|
||||
"pageWidth": "595",
|
||||
"pageHeight": "842",
|
||||
"whenNoDataType": "AllSectionsNoDetail",
|
||||
"columnWidth": "515",
|
||||
"leftMargin": "40",
|
||||
"rightMargin": "40",
|
||||
"topMargin": "50",
|
||||
"bottomMargin": "50",
|
||||
"uuid": "f050e3db-0847-4912-9c16-d6b157484813"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'AddressesReport'. Page size: 595 x 842 portrait. Contains 3 standard bands with content: title, detail, pageFooter. Defines 7 fields: id, firstName, lastName, street, city, documentId, documentTotal. Defines 2 parameters: ReportTitle, CityFilter. Defines 1 variables: addressTotal. Defines 1 groups: AddressGroup. Data source type: Hibernate/HQL. Source: hibernate/data/HibernateDataAdapter.jrdax. Query language: hql.",
|
||||
"raw_xml": "<jasperReport name=\"AddressesReport\" language=\"java\" pageWidth=\"595\" pageHeight=\"842\" whenNoDataType=\"AllSectionsNoDetail\" columnWidth=\"515\" leftMargin=\"40\" rightMargin=\"40\" topMargin=\"50\" bottomMargin=\"50\" uuid=\"f050e3db-0847-4912-9c16-d6b157484813\" />",
|
||||
"context": "Report 'AddressesReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "AddressesReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"detail",
|
||||
"pageFooter"
|
||||
],
|
||||
"field_count": 7,
|
||||
"parameter_count": 2,
|
||||
"variable_count": 1,
|
||||
"group_count": 1,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "Hibernate/HQL",
|
||||
"source": "hibernate/data/HibernateDataAdapter.jrdax",
|
||||
"query_language": "hql",
|
||||
"properties": {
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "hibernate/data/HibernateDataAdapter.jrdax"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "AddressesReport",
|
||||
"language": "java",
|
||||
"pageWidth": "595",
|
||||
"pageHeight": "842",
|
||||
"whenNoDataType": "AllSectionsNoDetail",
|
||||
"columnWidth": "515",
|
||||
"leftMargin": "40",
|
||||
"rightMargin": "40",
|
||||
"topMargin": "50",
|
||||
"bottomMargin": "50",
|
||||
"uuid": "f050e3db-0847-4912-9c16-d6b157484813"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user