#
1
2 天以前 72ce003daa99f4e36466e7fc146e6c14bfc6438f
src/main/java/com/zy/asrs/service/BasArmMastService.java
@@ -9,5 +9,6 @@
    boolean updateArmMastStatus(int armNo,int sortingLine,int status,int endStatus);
    Double selectOrderDetlAndSku(String order,String sku);
    OrderDetlValueResultUtil selectOrderDetlValue(String order, String sku);
    Double selectBasArmMastSignValue(String order, String sku,Long bindingTags);
}