初始版本
This commit is contained in:
@@ -25,6 +25,7 @@ namespace TodoList.Models
|
||||
public partial class TodoItem : ObservableObject
|
||||
{
|
||||
[ObservableProperty]
|
||||
[property: SQLite.PrimaryKey]
|
||||
private string id = Guid.NewGuid().ToString();
|
||||
|
||||
[ObservableProperty]
|
||||
|
||||
Reference in New Issue
Block a user