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 'UnicodeReport'. Page size: 595 x 842 portrait. Contains 2 standard bands with content: title, summary. Defines 0 fields: none. Defines 6 parameters: GreekText, CyrillicText, ChineseText, ArabicText, HebrewText, ShowOdia. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.",
|
||||
"raw_xml": "<jasperReport name=\"UnicodeReport\" language=\"java\" pageWidth=\"595\" pageHeight=\"842\" columnWidth=\"555\" leftMargin=\"20\" rightMargin=\"20\" topMargin=\"30\" bottomMargin=\"30\" uuid=\"9df06543-a919-4db2-9dcd-ed4c8a66dec7\" />",
|
||||
"context": "Report 'UnicodeReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "UnicodeReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"summary"
|
||||
],
|
||||
"field_count": 0,
|
||||
"parameter_count": 6,
|
||||
"variable_count": 0,
|
||||
"group_count": 0,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "DataAdapter",
|
||||
"source": "One Empty Record",
|
||||
"query_language": null,
|
||||
"properties": {
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record",
|
||||
"net.sf.jasperreports.export.docx.embed.fonts": "true",
|
||||
"net.sf.jasperreports.export.pptx.embed.fonts": "true"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "UnicodeReport",
|
||||
"language": "java",
|
||||
"pageWidth": "595",
|
||||
"pageHeight": "842",
|
||||
"columnWidth": "555",
|
||||
"leftMargin": "20",
|
||||
"rightMargin": "20",
|
||||
"topMargin": "30",
|
||||
"bottomMargin": "30",
|
||||
"uuid": "9df06543-a919-4db2-9dcd-ed4c8a66dec7"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"chunk_id": 0,
|
||||
"chunk_type": "report_overview",
|
||||
"human_description": "This is a JasperReports template overview for report 'UnicodeReport'. Page size: 595 x 842 portrait. Contains 2 standard bands with content: title, summary. Defines 0 fields: none. Defines 6 parameters: GreekText, CyrillicText, ChineseText, ArabicText, HebrewText, ShowOdia. Defines 0 variables: none. Defines 0 groups: none. Data source type: DataAdapter. Source: One Empty Record.",
|
||||
"raw_xml": "<jasperReport name=\"UnicodeReport\" language=\"java\" pageWidth=\"595\" pageHeight=\"842\" columnWidth=\"555\" leftMargin=\"20\" rightMargin=\"20\" topMargin=\"30\" bottomMargin=\"30\" uuid=\"9df06543-a919-4db2-9dcd-ed4c8a66dec7\" />",
|
||||
"context": "Report 'UnicodeReport' overall structure overview",
|
||||
"metadata": {
|
||||
"report_name": "UnicodeReport",
|
||||
"bands": [
|
||||
"title",
|
||||
"summary"
|
||||
],
|
||||
"field_count": 0,
|
||||
"parameter_count": 6,
|
||||
"variable_count": 0,
|
||||
"group_count": 0,
|
||||
"chart_count": 0,
|
||||
"crosstab_count": 0,
|
||||
"subreport_count": 0,
|
||||
"datasource": {
|
||||
"type": "DataAdapter",
|
||||
"source": "One Empty Record",
|
||||
"query_language": null,
|
||||
"properties": {
|
||||
"com.jaspersoft.studio.data.defaultdataadapter": "One Empty Record",
|
||||
"net.sf.jasperreports.export.docx.embed.fonts": "true",
|
||||
"net.sf.jasperreports.export.pptx.embed.fonts": "true"
|
||||
}
|
||||
},
|
||||
"attributes": {
|
||||
"name": "UnicodeReport",
|
||||
"language": "java",
|
||||
"pageWidth": "595",
|
||||
"pageHeight": "842",
|
||||
"columnWidth": "555",
|
||||
"leftMargin": "20",
|
||||
"rightMargin": "20",
|
||||
"topMargin": "30",
|
||||
"bottomMargin": "30",
|
||||
"uuid": "9df06543-a919-4db2-9dcd-ed4c8a66dec7"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user