1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "groups": [
| {
| "name": "excel",
| "type": "com.qianwen.core.excel.extend.config.ExcelConfigProperties",
| "sourceType": "com.qianwen.core.excel.extend.config.ExcelConfigProperties"
| }
| ],
| "properties": [
| {
| "name": "excel.template-path",
| "type": "java.lang.String",
| "description": "模板路径",
| "sourceType": "com.qianwen.core.excel.extend.config.ExcelConfigProperties",
| "defaultValue": "excel"
| }
| ],
| "hints": []
| }
|
|