金仓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
{
[SugarTable("OrderTest01")]
[SugarTable("OrderTest011")]
public class Order
{
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]