提交代码
This commit is contained in:
@ -47,7 +47,7 @@ namespace WCS.BLL.Manager
|
||||
GroupName = shelfInDb.GroupName,
|
||||
};
|
||||
case 2:
|
||||
return new SmartShelf(shelfInDb)
|
||||
return new SingleLightShelf(shelfInDb)
|
||||
{
|
||||
ShelfId = shelfInDb.Id,
|
||||
ShelfCode = shelfInDb.ShelfCode,
|
||||
|
Reference in New Issue
Block a user