工艺管理
This commit is contained in:
@@ -639,6 +639,7 @@ public class DataBaseService : IDynamicApiController, ITransient
|
||||
{"eqp_", "Tnb.EquipMgr.Entities" },
|
||||
{"tool_", "Tnb.EquipMgr.Entities" },
|
||||
{"qc_", "Tnb.QcMgr.Entities" },
|
||||
{"per_", "Tnb.PerMgr.Entities" },
|
||||
};
|
||||
var allTables = sugar.DbMaintenance.GetTableInfoList().WhereIF(!string.IsNullOrEmpty(tbName), t => t.Name == tbName);
|
||||
foreach (var tbl in allTables)
|
||||
|
||||
Reference in New Issue
Block a user