feat: refs #8304 add notes field to business model
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-01-21 12:28:34 +01:00
parent 0e8d9137ed
commit b20dee8382
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,10 @@
}, },
"workcenterFk" : { "workcenterFk" : {
"type": "number" "type": "number"
} },
"notes" : {
"type": "string"
}
}, },
"relations": { "relations": {
"worker": { "worker": {