Authorization: Bearer ********************
操作符:=、<、<=、>、>=、!=、like、in、is null、is not null
{
"current": 0,
"filter": [
{
"field": "string",
"group": "string",
"logic": "string",
"operator": "string",
"value": {}
}
],
"queryAddition": [
"string"
],
"size": 0,
"sort": [
{
"field": "string",
"logic": "string"
}
]
}
curl --location --request POST 'http://ip:port/openApi/api/v2/open/crafts/craft_procedure/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"filter": [
{
"field": "string",
"group": "string",
"logic": "string",
"operator": "string",
"value": {}
}
],
"queryAddition": [
"string"
],
"size": 0,
"sort": [
{
"field": "string",
"logic": "string"
}
]
}'
{
"code": "string",
"data": {
"current": 0,
"pages": 0,
"records": [
{
"alias": "string",
"craftId": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"extend": "string",
"facType": "string",
"id": 0,
"isInspectionOperation": true,
"isLastProcedure": "string",
"isMaintenanceProcedure": true,
"isQualityProcess": true,
"isSubContractingOperation": 0,
"lineModelId": 0,
"lineModelName": "string",
"nextProcedureId": "string",
"nextProcedureName": "string",
"outSourcingSupplier": "string",
"outSourcingSupplierCode": "string",
"procedureId": 0,
"procedureName": "string",
"remark": "string",
"supProcedureId": "string",
"supProcedureName": "string",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z"
}
],
"size": 0,
"total": 0
},
"message": "string",
"time": "2019-08-24T14:15:22Z"
}