mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
refactor and add BIOYOND resources tests
This commit is contained in:
@@ -24,6 +24,9 @@ class WareHouse(Carrier[ResourceHolder]):
|
||||
category: str = "warehouse",
|
||||
model: Optional[str] = None,
|
||||
):
|
||||
self.num_items_x = num_items_x
|
||||
self.num_items_y = num_items_y
|
||||
self.num_items_z = num_items_z
|
||||
# 创建16个板架位 (4层 x 4位置)
|
||||
locations = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user