mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update oracle demo
This commit is contained in:
parent
f6d841df2f
commit
fc0a291bc3
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user