采购/委外调整

This commit is contained in:
2024-10-18 13:42:03 +08:00
parent abe6bd70b3
commit 8ae060e8d6
17 changed files with 149 additions and 70 deletions

View File

@@ -60,6 +60,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto
/// </summary>
public List<string> qcres_list { get; set; }
public ISqlSugarClient dbConn { get; set; } = null;
//public ISqlSugarClient dbConn { get; set; } = null;
}
}