采购/委外调整

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

@@ -38,6 +38,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto
public string PolicyCode { get; set; }
// 策略编号
public ISqlSugarClient dbConn { get; set; } = null;
//public ISqlSugarClient dbConn { get; set; } = null;
}
}