All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mg.common.metadata.service.TemplateExportService Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.mg.common.metadata.service;

import com.mg.framework.entity.metadata.MObjectEntity;

import java.util.List;
import java.util.Map;

/**
 * 模板类数据导出
 * Created by liukefu on 2016/4/21.
 */
public interface TemplateExportService {

    String createExcel(String templateFileName, Map beanParams, String resultFileName);

    String createExcel(MObjectEntity mObjectEntity, List ids, String templatePath);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy