mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-23 13:21:59 +08:00
金仓DEMO
This commit is contained in:
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user