From 444759b12c3f6edfff04bfca76846640df1de183 Mon Sep 17 00:00:00 2001 From: me Date: Wed, 28 May 2025 15:32:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=20TaskId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- API/TaskManager.Entity/Entity.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/API/TaskManager.Entity/Entity.cs b/API/TaskManager.Entity/Entity.cs index a699322..02c7799 100644 --- a/API/TaskManager.Entity/Entity.cs +++ b/API/TaskManager.Entity/Entity.cs @@ -60,6 +60,8 @@ namespace TaskManager.Entity public DateTime CreationTime { get; set; } public string Remark { get; set; } + + public Guid TaskId { get; set; } } public class CherryReadBaseEntity:BaseEntity