{
"conditionfield": "string",
"displayfield": "string",
"diySql": "string",
"dsalias": "string",
"id": "string",
"isDele": "string",
"isTable": "0",
"needPage": 0,
"objName": "string",
"pageSize": 0,
"pkVal": "string",
"refId": "string",
"resultfield": "string",
"revision": "string",
"sortfield": "string",
"sqlBuildType": "0",
"type": "string"
}
curl --location --request PUT 'https://api-dev.sincetech.com.cn:9443/bpm-portal/portal/portalDbInterface/v1/' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"conditionfield": "string",
"displayfield": "string",
"diySql": "string",
"dsalias": "string",
"id": "string",
"isDele": "string",
"isTable": "0",
"needPage": 0,
"objName": "string",
"pageSize": 0,
"pkVal": "string",
"refId": "string",
"resultfield": "string",
"revision": "string",
"sortfield": "string",
"sqlBuildType": "0",
"type": "string"
}'
{
"code": 0,
"errorCode": "string",
"logId": "string",
"message": "string",
"state": true,
"value": "string"
}