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.
BookingHeChuan/Myshipping.Application/applicationsettings.json

14 lines
392 B
JSON

{
//打印模板
"PrintTemplate": {
"basePath": "", //基础路径,不配置则使用当前系统目录
"relativePath": "Upload/PrintTemplate",
"fileType": [ ".frx" ]
},
//订舱附件
"BookingAttach": {
"basePath": "", //基础路径,不配置则使用当前系统目录
"relativePath": "BookingAttach",
"fileType": [ ".xls", ".xlsx", ".pdf" ]
},
}