This commit is contained in:
2025-07-12 16:58:00 +08:00
parent 99bbfe3c95
commit 99b9a65b3c
19 changed files with 366 additions and 39 deletions

View File

@@ -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();