新增: 任务关联工程(module_id 数据层V41 + AI module 写工具6个 + 任务构造补字段)

This commit is contained in:
lxy
2026-08-08 20:01:34 +08:00
parent fe780c0084
commit 97525a3143
12 changed files with 567 additions and 43 deletions
@@ -55,6 +55,7 @@ fn task(id: &str, project_id: &str) -> TaskRecord {
queue: "todo".to_string(),
parent_id: None,
content_json: None,
module_id: None,
created_at: now_ts(),
updated_at: now_ts(),
}