金仓DEMO

This commit is contained in:
sunkaixuan 2024-08-27 12:26:13 +08:00
parent 8256ab8531
commit 324f205a23

View File

@ -7,7 +7,7 @@ using System.Text;
namespace OrmTest namespace OrmTest
{ {
[SugarTable("OrderTest01")] [SugarTable("OrderTest011")]
public class Order public class Order
{ {
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)] [SugarColumn(IsPrimaryKey = true, IsIdentity = true)]