354798ggg
2023-05-25 8e997417832cb0339303391517b10c0d964574f9
1
2
3
4
5
6
7
8
9
10
11
12
package com.product.server.report.service.idel;
 
import java.util.List;
import com.product.core.entity.DataTableEntity;
import com.product.core.entity.FieldSetEntity;
import com.product.core.exception.BaseException;
import com.product.core.transfer.Transactional;
 
 
public interface ListReportConfigService {
    
}