将Excel数据导入提取到单独的类中
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user