fix: 1.接入ai_suggestion.

2. 接入合同起草功能。
This commit is contained in:
2025-12-05 00:04:45 +08:00
parent eca98fc540
commit 33f10896a0
29 changed files with 3184 additions and 981 deletions
+1
View File
@@ -44,6 +44,7 @@ export interface ContractTemplate {
created_at: string;
updated_at: string;
pdf_file_path?: string;
placeholder_schema?: Record<string, any>; // 占位符配置 (JSONB)
// 关联的分类信息
category?: ContractCategory;
}