This commit is contained in:
parent
6f50fc49c7
commit
20fe2a2a54
|
|
@ -391,7 +391,10 @@ export default {
|
||||||
{ field: 'id', type: 'bigint' },
|
{ field: 'id', type: 'bigint' },
|
||||||
{ field: 'update_uid', type: 'bigint' },
|
{ field: 'update_uid', type: 'bigint' },
|
||||||
{ field: 'component_id', type: 'bigint' },
|
{ field: 'component_id', type: 'bigint' },
|
||||||
{ field: 'create_uid', type: 'bigint' }
|
{ field: 'create_uid', type: 'bigint' },
|
||||||
|
{ field: 'process_uid', type: 'bigint' },
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue