183adc9e by 冯轩

Merge branch 'feature/portal-reocr' into feature/uat-tmp

2 parents ba2eed6d 05c41c9d
...@@ -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
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!