{
"meetingId": "string",
"projectId": "string",
"summaryNo": "string",
"totalSummaryNo": "string",
"summaryContent": "string",
"approvalContent": "string",
"secretaryOpinion": "string",
"conferee": "string",
"observe": "string",
"recorder": "string",
"carbonCopy": "string",
"passAmount": 0,
"liabilityAmount": 0,
"result": "string",
"projectList": [
{
"relateId": "string",
"projectId": "string",
"projectName": "string",
"orgId": "string",
"orgName": "string",
"source": "string",
"leaderName": "string",
"passAmount": 0,
"liabilityAmount": 0,
"result": "string",
"reviewContent": "string"
}
],
"templateList": [
{
"property1": "string",
"property2": "string"
}
],
"fileList": [
{
"conId": "string",
"docFileType": "string",
"imageId": "string",
"fileType": "string",
"filePath": "string",
"fileName": "string",
"pageNum": 0,
"copyNum": 0,
"fileWrite": "string",
"remark": "string",
"originalFlag": "string",
"version": "string",
"createId": "string",
"createName": "string"
}
],
"observeList": [
{
"employeeId": "string",
"employeeName": "string",
"orgId": "string",
"orgName": "string",
"provinceId": "string",
"provinceName": "string"
}
],
"confereeList": [
{
"provinceId": "string",
"provinceName": "string",
"members": [
{
"employeeId": "string",
"employeeName": "string",
"orgId": "string",
"orgName": "string",
"provinceId": "string",
"provinceName": "string"
}
]
}
],
"carbonCopyList": [
{
"employeeId": "string",
"employeeName": "string",
"orgId": "string",
"orgName": "string",
"provinceId": "string",
"provinceName": "string"
}
]
}curl --location --request POST '/api/meetingNotice/saveMeetSummaryFile' \
--header 'userId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"meetingId": "string",
"projectId": "string",
"summaryNo": "string",
"totalSummaryNo": "string",
"summaryContent": "string",
"approvalContent": "string",
"secretaryOpinion": "string",
"conferee": "string",
"observe": "string",
"recorder": "string",
"carbonCopy": "string",
"passAmount": 0,
"liabilityAmount": 0,
"result": "string",
"projectList": [
{
"relateId": "string",
"projectId": "string",
"projectName": "string",
"orgId": "string",
"orgName": "string",
"source": "string",
"leaderName": "string",
"passAmount": 0,
"liabilityAmount": 0,
"result": "string",
"reviewContent": "string"
}
],
"templateList": [
{
"property1": "string",
"property2": "string"
}
],
"fileList": [
{
"conId": "string",
"docFileType": "string",
"imageId": "string",
"fileType": "string",
"filePath": "string",
"fileName": "string",
"pageNum": 0,
"copyNum": 0,
"fileWrite": "string",
"remark": "string",
"originalFlag": "string",
"version": "string",
"createId": "string",
"createName": "string"
}
],
"observeList": [
{
"employeeId": "string",
"employeeName": "string",
"orgId": "string",
"orgName": "string",
"provinceId": "string",
"provinceName": "string"
}
],
"confereeList": [
{
"provinceId": "string",
"provinceName": "string",
"members": [
{
"employeeId": "string",
"employeeName": "string",
"orgId": "string",
"orgName": "string",
"provinceId": "string",
"provinceName": "string"
}
]
}
],
"carbonCopyList": [
{
"employeeId": "string",
"employeeName": "string",
"orgId": "string",
"orgName": "string",
"provinceId": "string",
"provinceName": "string"
}
]
}'{
"code": "string",
"message": "string",
"traceId": "string",
"data": {
"conId": "string",
"docFileType": "string",
"imageId": "string",
"fileType": "string",
"filePath": "string",
"fileName": "string",
"pageNum": 0,
"copyNum": 0,
"fileWrite": "string",
"remark": "string",
"originalFlag": "string",
"version": "string",
"createId": "string",
"createName": "string"
},
"timestamp": 0,
"success": true
}