Ryan
2025-04-01 282d7cc0621f22b2e9365a1dbb6ed22a63013faf
rsf-server/src/main/java/com/vincent/rsf/server/api/service/ReportMsgService.java
@@ -1,5 +1,9 @@
package com.vincent.rsf.server.api.service;
import com.vincent.rsf.server.api.entity.dto.PoItemsDto;
import java.util.List;
/**
 * @author Ryan
 * @version 1.0
@@ -9,4 +13,5 @@
 */
public interface ReportMsgService {
    boolean reportInspectNotify(List<PoItemsDto> items);
}