我在回送模型的模型定义JSON中找到了以下代码。
"properties": {
"estimateId": {
"type": "number",
"id": true
},
"jobId": {
"type": "number",
"id": true
},
"subLetCharges": {
"type": "object"
}
.......
.......
ps:我正在使用Loopback 3.x,Mongodb