mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update demo
This commit is contained in:
@@ -6,9 +6,10 @@ using System.Text;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
|
||||
[SugarIndex("id_order_name", nameof(Order.Name), OrderByType.Asc)]
|
||||
public class Order
|
||||
{
|
||||
|
||||
[SugarColumn(IsPrimaryKey = true, IsIdentity = true,ColumnDescription ="主键")]
|
||||
public int Id { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user