mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 18:48:09 +08:00
Update demo
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Text;
|
||||
|
||||
namespace OrmTest
|
||||
{
|
||||
|
||||
[SugarIndex("id_order_name", nameof(Order.Name), OrderByType.Asc)]
|
||||
public class Order
|
||||
{
|
||||
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
||||
|
Reference in New Issue
Block a user