{
"page": "string",
"limit": "string",
"workingStepsId": "string"
}
curl --location --request POST 'http://localhost:7005/bomTechnices/getBomTechnicesList' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": "string",
"limit": "string",
"workingStepsId": "string"
}'
{
"id": "string",
"materialId": "string",
"bomNum": "string",
"isFeed": "string",
"isCrossMaterial": "string"
}