{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"year": 0,
"cooperateRatio": 0,
"name": "string",
"type": "string",
"typeName": "string",
"attribute": "string",
"attributeName": "string",
"deptId": 0,
"deptName": "string",
"customerName": "string",
"customerId": 0,
"customerContactName": "string",
"customerContactPhone": "string",
"basisType": "string",
"basisTypeName": "string",
"basisFiles": "string",
"projectIncome": 0,
"selfIncome": 0,
"governmentEnterpriseFlag": "string",
"governmentEnterpriseUserName": "string",
"governmentEnterpriseUserId": 0,
"procInstStatus": "string",
"procInstStatusList": [
"string"
],
"procInstNum": "string",
"procInstId": "string",
"approvalId": 0
}
curl --location --request POST 'http://localhost:8081/mam/projectApprovalInfo/submit' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "2019-08-24T14:15:22Z",
"updateBy": 0,
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"createUser": "string",
"updateUser": "string",
"sortParams": {
"property1": "string",
"property2": "string"
},
"id": 0,
"year": 0,
"cooperateRatio": 0,
"name": "string",
"type": "string",
"typeName": "string",
"attribute": "string",
"attributeName": "string",
"deptId": 0,
"deptName": "string",
"customerName": "string",
"customerId": 0,
"customerContactName": "string",
"customerContactPhone": "string",
"basisType": "string",
"basisTypeName": "string",
"basisFiles": "string",
"projectIncome": 0,
"selfIncome": 0,
"governmentEnterpriseFlag": "string",
"governmentEnterpriseUserName": "string",
"governmentEnterpriseUserId": 0,
"procInstStatus": "string",
"procInstStatusList": [
"string"
],
"procInstNum": "string",
"procInstId": "string",
"approvalId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}