curl --location --request GET '/api/syssetup/binddata'
{
"errcode": 0,
"errmsg": "",
"result": {
"datalists": {
"key": "11",
"option": [
{
"label": "序号",
"sorter": true,
"value": "xsxh",
"isLock": true
}
],
"defVal": [
{
"value": "xsxh",
"isLock": false
}
]
},
"label": "出入库"
}
}