This commit is contained in:
liqionghai
2025-07-16 14:41:39 +08:00
parent 74123dcad2
commit f4c865ab2c
13 changed files with 262 additions and 16 deletions

View File

@@ -19,7 +19,7 @@ namespace MyCode.Project.GenerateCode
//要生成的仓储和实体对象,不用整个库全部生成,只生成想要的就行
var listTalbeName = new List<string>()
{ "WMStoJackyun_InventoryMovement_View1"};
{ "WMStoJackyun_InventoryMovement_View2"};
using (var db = new WMSSqlSugarClient())
{