更换moduleID

This commit is contained in:
FanLian
2023-06-20 16:33:35 +08:00
parent 40900adeb8
commit d20bb1d0f5
3 changed files with 9 additions and 2 deletions

View File

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