mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
v0.0.14 and examples
This commit is contained in:
13
Examples/efcore_to_freesql/Entitys/Topic1.cs
Normal file
13
Examples/efcore_to_freesql/Entitys/Topic1.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace efcore_to_freesql.Entitys {
|
||||
|
||||
public class Topic1
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
public string Title { get; set; }
|
||||
|
||||
public DateTime CreateTime { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user