自动化立体仓库 - WMS系统
#
TQS
2023-03-17 66b5d7922b861e73381cfd81e5b54bcada149cd9
src/main/java/com/zy/asrs/utils/Utils.java
@@ -6,7 +6,9 @@
import java.text.DecimalFormat;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
 * Created by vincent on 2020/8/27
@@ -531,4 +533,13 @@
        }
    }
    public Map<Integer, List<Integer>> getRowSeqHasSortOfPakin(int start, int end) {
        Map<Integer, List<Integer>> result = new HashMap<>();
        for (int i = start ; i <= end; i++) {
        }
        return result;
    }
}