fix: 1.接入ai_suggestion.
2. 接入合同起草功能。
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user