{
"field": "code",
"values": ["CLEBE", "HLEGI", "F"]
}
curl --location --request POST 'http://127.0.0.1:8080/Example/getBatchByField' \
--header 'Content-Type: application/json' \
--data-raw '{
"field": "code",
"values": ["CLEBE", "HLEGI", "F"]
}'
{
"code": "SUCCESS",
"message": "查询成功",
"data": [
{
"id": "1719902840845082625",
"deleted": "0",
"createBy": null,
"updateBy": null,
"createTime": "2023-11-02 10:22:46",
"updateTime": "2023-11-02 10:22:46",
"code": "编码",
"name": "名称",
"remark": "备注信息"
},
{
"id": "1719915915513974785",
"deleted": "0",
"createBy": null,
"updateBy": null,
"createTime": "2023-11-02 11:14:43",
"updateTime": "2023-11-02 11:14:43",
"code": "编码",
"name": "名称",
"remark": "备注信息"
}
]
}