将Excel数据导入提取到单独的类中

This commit is contained in:
alex
2023-08-08 09:26:22 +08:00
parent bd2af7dccf
commit abb9663485
4 changed files with 86 additions and 171 deletions

View File

@@ -32,7 +32,7 @@ namespace Tnb.WarehouseMgr
/// 载具台账服务
/// </summary>
[OverideVisualDev(ModuleConsts.MODULE_WMSCARRY_ID)]
public class WmsCarryLedgerService : BaseWareHouseService, IWmsCarryLedgerService
public class WmsCarryLedgerService : ExcelDataImportManager, IWmsCarryLedgerService
{
private const string ModuleId = "";
private readonly ISqlSugarClient _db;