mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
金仓DEMO
This commit is contained in:
parent
8256ab8531
commit
324f205a23
@ -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)]
|
||||||
|
Loading…
Reference in New Issue
Block a user