You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
407 B
JSON
14 lines
407 B
JSON
{
|
|
//打印模板
|
|
"PrintTemplate": {
|
|
"basePath": "", //基础路径,不配置则使用当前系统目录
|
|
"relativePath": "Upload/PrintTemplate",
|
|
"fileType": [ ".frx" ]
|
|
},
|
|
//订舱附件
|
|
"BookingAttach": {
|
|
"basePath": "", //基础路径,不配置则使用当前系统目录
|
|
"relativePath": "BookingAttach",
|
|
"fileType": [ ".xls", ".xlsx", ".pdf", ".txt", ".pms" ]
|
|
}
|
|
} |