mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
BaseRepository 改动
This commit is contained in:
@ -283,7 +283,7 @@ namespace FreeSql.Tests
|
||||
{
|
||||
|
||||
[FreeSql.DataAnnotations.Column(IsPrimary = true)]
|
||||
public Guid Id { get; protected set; }
|
||||
public Guid Id { get; set; }
|
||||
public string TaskName { get; set; }
|
||||
public Guid TemplatesId { get; set; }
|
||||
public string GeneratePath { get; set; }
|
||||
|
Reference in New Issue
Block a user