mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
-
This commit is contained in:
parent
f78ed05809
commit
54ff61c9a7
@ -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…
Reference in New Issue
Block a user