mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update oracle demo
This commit is contained in:
@@ -121,7 +121,7 @@ namespace OrmTest
|
||||
[SqlSugar.SugarTable("Order04")]
|
||||
public class Order
|
||||
{
|
||||
[SqlSugar.SugarColumn( IsIdentity = true)]
|
||||
[SqlSugar.SugarColumn( IsPrimaryKey = true)]
|
||||
public long Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public int CustomId { get; set; }
|
||||
|
Reference in New Issue
Block a user