{
"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,
"deptId": 0,
"deptName": "string",
"subDeptId": 0,
"subDeptName": "string",
"year": 0,
"month": 0,
"currentMonthInvoiceMoney": 0,
"userId": 0,
"userName": "string",
"lastNoticeDay": "2019-08-24T14:15:22Z",
"yearMonth": "string",
"status": "string",
"statusList": [
"string"
],
"loginUserId": 0
}
curl --location --request POST 'http://localhost:8081/tm/followCompanyInvoice' \
--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"
},
"id": 0,
"deptId": 0,
"deptName": "string",
"subDeptId": 0,
"subDeptName": "string",
"year": 0,
"month": 0,
"currentMonthInvoiceMoney": 0,
"userId": 0,
"userName": "string",
"lastNoticeDay": "2019-08-24T14:15:22Z",
"yearMonth": "string",
"status": "string",
"statusList": [
"string"
],
"loginUserId": 0
}'
{
"code": 0,
"msg": "string",
"data": {}
}