mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-11-10 03:14:57 +08:00
Add demo
This commit is contained in:
@@ -7,10 +7,10 @@ using System.Text;
|
||||
namespace OrmTest
|
||||
{
|
||||
|
||||
public class Order
|
||||
public class OrderTest
|
||||
{
|
||||
[SugarColumn(IsPrimaryKey = true, OracleSequenceName ="Seq_Id")]
|
||||
public int Id { get; set; }
|
||||
[SugarColumn(IsPrimaryKey = true)]
|
||||
public long Id { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
public decimal Price { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user