xpc
2024-01-30 cc9ebffc57e6343745cb1eadc47360d6107936bc
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 {
    
}