|
@ -60,6 +60,8 @@ namespace TaskManager.Entity |
|
|
public DateTime CreationTime { get; set; } |
|
|
public DateTime CreationTime { get; set; } |
|
|
|
|
|
|
|
|
public string Remark { get; set; } |
|
|
public string Remark { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
public Guid TaskId { get; set; } |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public class CherryReadBaseEntity:BaseEntity |
|
|
public class CherryReadBaseEntity:BaseEntity |
|
|