BaseRepository 改动

This commit is contained in:
28810
2019-08-13 19:25:11 +08:00
parent 176b60b719
commit 710b12c3e8
2 changed files with 3 additions and 3 deletions

View File

@ -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; }