Update oracle demo

This commit is contained in:
sunkaixuan 2023-11-07 21:47:24 +08:00
parent f6d841df2f
commit fc0a291bc3

View File

@ -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; }