This commit is contained in:
xielue 2023-09-13 18:36:44 +08:00
parent 20fe2a2a54
commit 911f34935b
1 changed files with 2 additions and 1 deletions

View File

@ -643,7 +643,8 @@ export default {
dataRule: [
{ field: 'production_type', type: 'integer' },
{ field: 'component_num', type: 'integer' },
{ field: 'prepare_process_time', type: 'timestamp' },
{ field: 'plan_complete_time', type: 'timestamp' },
{ field: 'id', type: 'bigint' },
{ field: 'update_uid', type: 'bigint' },