{
"keyword": "string",
"factoryCodes": "new HashSet<>()",
"factoryProperty": 0,
"factoryProperties": "new HashSet<>()",
"userId": 0,
"userIds": "new HashSet<>()",
"productionBase": "string",
"queryCombineFactory": true
}curl --location --request POST '/basedata/factory/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"factoryCodes": "new HashSet<>()",
"factoryProperty": 0,
"factoryProperties": "new HashSet<>()",
"userId": 0,
"userIds": "new HashSet<>()",
"productionBase": "string",
"queryCombineFactory": true
}'[
{
"id": 0,
"code": "",
"name": "",
"factoryProperty": 0,
"factoryPropertys": [
0
],
"createBy": 0,
"createTime": "",
"updateBy": 0,
"updateTime": "",
"productionBase": "",
"groupAlias": ""
}
]