feat(department): add hasToMistake in model
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2022-03-23 14:12:47 +01:00
parent b8910e38ea
commit ad4c89af5f
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@
},
"notificationEmail": {
"type": "string"
},
"hasToMistake": {
"type": "number"
}
}
}