mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-09-17 08:55:34 +08:00
update kingbaseES
This commit is contained in:
@@ -84,4 +84,12 @@ namespace repository_01
|
||||
{
|
||||
bool IsDeleted { get; set; }
|
||||
}
|
||||
|
||||
public class TestSoftDelete : ISoftDelete
|
||||
{
|
||||
[Column(IsIdentity = true)]
|
||||
public int Id { get; set; }
|
||||
public string Title { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user