Commit 2d9011ad LN

大料找不到库位

1 个父辈 8beb1f0d
......@@ -329,14 +329,18 @@ namespace DeviceLibrary
reLoc = name + "_A1_" + rfidLoc;
}
else if (rfidLoc <= 26)
{
{
reLoc = name + "_A2_" + (rfidLoc - 13);
}
else
{
reLoc = name + "_B1_" + (rfidLoc-26);
}
return reLoc;
}
public int w = 7;
public int h = 8;
public int w = 0;
public int h = 0;
public bool ngReel = false;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!