许鹏程
2024-01-15 36dc14af5a78be3b3eb941ddc13a22d3aaf1fe3a
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 {
    
}