wuxw
2024-01-22 a40c2eb885bcdb697c2e16dae4f43cb6cd718973
1
2
3
4
5
6
7
package com.java110.job.adapt.hcGov;
 
import com.java110.dto.reportData.ReportDataDto;
 
public interface IReportReturnDataAdapt {
    void reportReturn(ReportDataDto reportDataDto, String extCommunityId);
}