#7187 add pda freelancers #2298

Merged
pablone merged 19 commits from 7187-addPdaFreelancers into dev 2024-05-17 11:35:20 +00:00
1 changed files with 7 additions and 0 deletions
Showing only changes of commit 699684bd65 - Show all commits

View File

@ -14,6 +14,10 @@
}
},
"properties": {
"id": {
"type": "number",
"id": true
},
"deviceProductionFk": {
"type": "number",
"id": true
@ -21,6 +25,9 @@
"userFk": {
"type": "number"
},
"simSerialNumber": {
"type": "string"
},
"created": {
"type": "date"
}