{
"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,
"supplierId": 0,
"procureDay": "2019-08-24T14:15:22Z",
"procureNum": "string",
"status": "string",
"procureMoney": 0,
"remark": "string",
"orderDiscount": 0,
"totalMoney": 0,
"completedDay": "2019-08-24T14:15:22Z",
"procInstId": "string",
"procInstStatus": "string",
"procInstStatusList": [
"string"
],
"procInstNum": "string",
"detailList": [
{
"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,
"drugName": "string",
"specifications": "string",
"procureId": 0,
"drugId": 0,
"approvalNumber": "string",
"unit": "string",
"quantity": 0,
"number": 0,
"unitPrice": 0,
"money": 0,
"totalQuantity": 0,
"discount": 0,
"amount": 0,
"discountMoney": 0,
"reserveNumber": 0
}
],
"flag": "string",
"var": {
"property1": {},
"property2": {}
}
}
curl --location --request POST 'http://localhost:8081/dim/procure' \
--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,
"supplierId": 0,
"procureDay": "2019-08-24T14:15:22Z",
"procureNum": "string",
"status": "string",
"procureMoney": 0,
"remark": "string",
"orderDiscount": 0,
"totalMoney": 0,
"completedDay": "2019-08-24T14:15:22Z",
"procInstId": "string",
"procInstStatus": "string",
"procInstStatusList": [
"string"
],
"procInstNum": "string",
"detailList": [
{
"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,
"drugName": "string",
"specifications": "string",
"procureId": 0,
"drugId": 0,
"approvalNumber": "string",
"unit": "string",
"quantity": 0,
"number": 0,
"unitPrice": 0,
"money": 0,
"totalQuantity": 0,
"discount": 0,
"amount": 0,
"discountMoney": 0,
"reserveNumber": 0
}
],
"flag": "string",
"var": {
"property1": {},
"property2": {}
}
}'
{
"code": 0,
"msg": "string",
"data": {}
}