update: fix-02
This commit is contained in:
@@ -38,3 +38,7 @@ class OcrFieldCorrection(CamelModel):
|
||||
class CaseOcrStartIn(CamelModel):
|
||||
include_done: bool = False
|
||||
image_ids: list[UUID] = []
|
||||
|
||||
|
||||
class CaseImagesDeleteIn(CamelModel):
|
||||
image_ids: list[UUID] = []
|
||||
|
||||
Reference in New Issue
Block a user