This commit is contained in:
xielue 2023-09-13 17:36:42 +08:00
parent 6f50fc49c7
commit 20fe2a2a54
1 changed files with 4 additions and 1 deletions

View File

@ -391,7 +391,10 @@ export default {
{ field: 'id', type: 'bigint' },
{ field: 'update_uid', type: 'bigint' },
{ field: 'component_id', type: 'bigint' },
{ field: 'create_uid', type: 'bigint' }
{ field: 'create_uid', type: 'bigint' },
{ field: 'process_uid', type: 'bigint' },
]
});