Merge branch 'feature/portal-reocr' into feature/uat-tmp
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -600,6 +600,8 @@ doc_reocr_args = { | ... | @@ -600,6 +600,8 @@ doc_reocr_args = { |
600 | 600 | ||
601 | batch_reocr_args = { | 601 | batch_reocr_args = { |
602 | 'application_entity': fields.Str(required=True), | 602 | 'application_entity': fields.Str(required=True), |
603 | 'create_time_start': fields.Date(required=False), | ||
604 | 'create_time_end': fields.Date(required=False), | ||
603 | } | 605 | } |
604 | 606 | ||
605 | 607 | ... | ... |
-
Please register or sign in to post a comment