DESKTOP-LMJ82IJ\Eno
2025-04-13 bc25523bd723e92e85f3463edca27f0fe18a7a71
rsf-server/src/main/java/com/vincent/rsf/server/api/service/MobileService.java
@@ -48,7 +48,7 @@
    R checkObjs(CheckObjParams params);
    R checkUpdate(QlyIsptItem params);
    R checkUpdate(List<QlyIsptItem> params);
    R operateToStock(OpStockParams params);
@@ -59,4 +59,8 @@
    R taskGetLocs(String code) throws Exception;
    R completeOrder(Long id, Long loginUserId);
    R getItemByContainer(Map<String, Object> params);
    R defectProducts(String trackCode);
}