zjj
2025-04-21 4e598442cb2935463762ee143e103c02d14f55d9
rsf-server/src/main/java/com/vincent/rsf/server/manager/service/AsnOrderService.java
@@ -15,11 +15,13 @@
    List<AsnOrder> getListByMatnr(Map<String, String> params);
    R saveOrderAndItems(AsnOrderAndItemsParams params, Long loginUserId);
    R saveOrderAndItems(AsnOrderAndItemsParams params, Long loginUserId) throws Exception;
    R updateOrderItem(AsnOrderAndItemsParams params, Long loginUserId);
    R updateOrderItem(AsnOrderAndItemsParams params, Long loginUserId) throws Exception;
    boolean batchUpdate(BatchUpdateParam params, Long loginUserId);
    R completeOrder(Long id, Long loginUserId);
    R closeOrder(Long id);
}