05c41c9d by 冯轩

MOD:增加入参

1 parent c61eec7f
...@@ -596,6 +596,8 @@ doc_reocr_args = { ...@@ -596,6 +596,8 @@ doc_reocr_args = {
596 596
597 batch_reocr_args = { 597 batch_reocr_args = {
598 'application_entity': fields.Str(required=True), 598 'application_entity': fields.Str(required=True),
599 'create_time_start': fields.Date(required=False),
600 'create_time_end': fields.Date(required=False),
599 } 601 }
600 602
601 603
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!