This commit is contained in:
skx 2021-02-11 19:10:42 +08:00
parent f78ed05809
commit 54ff61c9a7

View File

@ -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