Junjie
2024-12-11 e7ec45ae2fa4bd54d6f8b5db79ee39013d35759b
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/core/utils/Utils.java
@@ -22,12 +22,22 @@
import com.zy.asrs.wcs.rcs.thread.ShuttleThread;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
public class Utils {
    public static final String _LINK = "-";
    public static Integer getStaByLev(Integer lev) {
        HashMap<Integer, Integer> map = new HashMap<>();
        map.put(1, 31006);
        map.put(2, 31007);
        map.put(3, 31008);
        return map.get(lev);
    }
    /**
     * 通过库位号获取 排
     */