12
This commit is contained in:
@@ -19,11 +19,11 @@ namespace MyCode.Project.GenerateCode
|
||||
|
||||
//要生成的仓储和实体对象,不用整个库全部生成,只生成想要的就行
|
||||
var listTalbeName = new List<string>()
|
||||
{ "BasShop","BusSalesServiceSetIdBook"};
|
||||
{ "WMStoJackyun_InventoryMovement_View1"};
|
||||
|
||||
using (var db = new LxmSqlSugarClient())
|
||||
using (var db = new WMSSqlSugarClient())
|
||||
{
|
||||
var tables = db.DbMaintenance.GetTableInfoList();
|
||||
var tables = db.DbMaintenance.GetTableInfoList(false);
|
||||
|
||||
var solutionPath = FileUtils.GetSolutionPath();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user