feat: add new document and documentcategory model for auto evaluation detail
This commit is contained in:
@@ -6,3 +6,10 @@ class ValuationdocumentValidator:
|
||||
|
||||
def __call__(self):
|
||||
return True
|
||||
|
||||
|
||||
class DocumentValidator:
|
||||
def __init__(self): ...
|
||||
|
||||
def __call__(self):
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user