{ "id": "1719902840845082625" }
curl --location --request POST 'http://127.0.0.1:8080/Example/getById' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": "1719902840845082625" }'
{ "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": "备注信息" } }