{
"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"
},
"projectId": 0,
"deptId": 0,
"projectName": "string",
"mamProjectId": 0,
"mamProjectName": "string",
"startDay": "2019-08-24T14:15:22Z",
"days": [
"2019-08-24T14:15:22Z"
],
"endDay": "2019-08-24T14:15:22Z",
"userId": 0,
"userName": "string",
"projectType": "string",
"projectTypeName": "string",
"productType": "string",
"productTypeName": "string",
"projectRevenue": 0,
"costBudget": 0,
"preIncomeExpenditure": 0,
"preApprovalProjectId": 0,
"preApprovalProjectName": "string",
"orderContractId": 0,
"orderContractName": "string",
"projectProposal": "string",
"remark": "string",
"files": "string",
"projectSchedule": "string",
"projectScheduleList": [
"string"
],
"procInstId": "string",
"procInstStatus": "string",
"procInstStatusList": [
"string"
],
"procInstNum": "string",
"customerName": "string",
"customerId": 0,
"var": {
"property1": {},
"property2": {}
},
"changeRemark": "string",
"changeDetails": [
{
"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"
},
"changeDetailId": 0,
"changeInfoId": 0,
"fieldName": "string",
"fieldValue": "string",
"beforeName": "string",
"beforeValue": "string",
"afterName": "string",
"afterValue": "string",
"remark": "string",
"showContent": "string",
"type": "string",
"userId": 0
}
],
"approvalDay": "2019-08-24T14:15:22Z",
"loginUserId": 0,
"folderId": 0,
"projectApprovalId": 0,
"projectApprovalName": "string"
}
curl --location --request POST 'http://localhost:8081/pjm/projectInfo' \
--header 'Authorization: ' \
--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"
},
"projectId": 0,
"deptId": 0,
"projectName": "string",
"mamProjectId": 0,
"mamProjectName": "string",
"startDay": "2019-08-24T14:15:22Z",
"days": [
"2019-08-24T14:15:22Z"
],
"endDay": "2019-08-24T14:15:22Z",
"userId": 0,
"userName": "string",
"projectType": "string",
"projectTypeName": "string",
"productType": "string",
"productTypeName": "string",
"projectRevenue": 0,
"costBudget": 0,
"preIncomeExpenditure": 0,
"preApprovalProjectId": 0,
"preApprovalProjectName": "string",
"orderContractId": 0,
"orderContractName": "string",
"projectProposal": "string",
"remark": "string",
"files": "string",
"projectSchedule": "string",
"projectScheduleList": [
"string"
],
"procInstId": "string",
"procInstStatus": "string",
"procInstStatusList": [
"string"
],
"procInstNum": "string",
"customerName": "string",
"customerId": 0,
"var": {
"property1": {},
"property2": {}
},
"changeRemark": "string",
"changeDetails": [
{
"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"
},
"changeDetailId": 0,
"changeInfoId": 0,
"fieldName": "string",
"fieldValue": "string",
"beforeName": "string",
"beforeValue": "string",
"afterName": "string",
"afterValue": "string",
"remark": "string",
"showContent": "string",
"type": "string",
"userId": 0
}
],
"approvalDay": "2019-08-24T14:15:22Z",
"loginUserId": 0,
"folderId": 0,
"projectApprovalId": 0,
"projectApprovalName": "string"
}'
{
"code": 0,
"msg": "string",
"data": {}
}