feat: 添加 flowme-life 功能,包括创建、更新、删除和列表接口,导入 life JSON 数据到数据库

This commit is contained in:
2026-03-10 20:17:49 +08:00
parent 48425c6120
commit 027cbecab6
11 changed files with 588 additions and 202 deletions

View File

@@ -2,4 +2,6 @@ import { pgTable, uuid, jsonb, timestamp, text } from "drizzle-orm/pg-core";
import { InferSelectModel, InferInsertModel, desc } from "drizzle-orm";
export * from './drizzle/schema.ts';
export * from './schemas/n-code-schema.ts'
export * from './schemas/n-code-schema.ts'
export * from './schemas/life-schema.ts'