mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
金仓DEMO
This commit is contained in:
@@ -7,7 +7,7 @@ using System.Text;
|
||||
namespace OrmTest
|
||||
{
|
||||
|
||||
[SugarTable("OrderTest01")]
|
||||
[SugarTable("OrderTest011")]
|
||||
public class Order
|
||||
{
|
||||
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
||||
|
Reference in New Issue
Block a user