Browse Source

-

pull/2/head
skx 4 years ago
parent
commit
54ff61c9a7
  1. 5
      Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs

5
Src/Asp.Net/SqlServerTest/UnitTest/UCodeFirst.cs

@ -22,10 +22,13 @@ namespace OrmTest
};
Db.CodeFirst.InitTables<UnitCodeFirstpks3>();
}
[SqlSugar.SugarTable("UnitCodeFirstpks3",IsDisabledDelete = true)]
[SqlSugar.SugarTable("UnitCodeFirstpks31","备注" )]
public class UnitCodeFirstpks3
{
public int id { get; set; }
public string name2 { get; set; }
}
public class UnitCodeFirstpks2

Loading…
Cancel
Save