verou
2025-03-19 f9a1b57d35529f8b8162e6dc7956d7b78375edd4
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);
}