This commit is contained in:
alex
2023-06-20 16:26:25 +08:00
parent 828de07b2d
commit 40900adeb8
3 changed files with 2 additions and 177 deletions

View File

@@ -27,7 +27,7 @@ namespace Tnb.WarehouseMgr
[OverideVisualDev(ModuleId)]
public class WmsCarryService : BaseWareHouseService, IWmsCarryService
{
private const string ModuleId = "26188532491557";
private const string ModuleId = "26188532491557";//26188532491557
private readonly ISqlSugarClient _db;
private readonly IUserManager _userManager;
private readonly IBillRullService _billRullService;