增加MXL4模组

This commit is contained in:
hehaibing-1996
2024-12-07 17:52:56 +08:00
parent cfbf6a81c8
commit 375d6971cc
5 changed files with 885 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace WCS.BLL.Manager
GroupName = shelfInDb.GroupName,
};
case 3:
return new SmartShelf(shelfInDb)
return new MXL4Shelf(shelfInDb)
{
ShelfId = shelfInDb.Id,
ShelfCode = shelfInDb.ShelfCode,