skyouc
2 天以前 f2833c7f3e01c997e94a66bd5dd9be738b5c6cc7
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);
}