package com.hand.hls.excel.service;

import com.hand.hap.core.ProxySelf;
import com.hand.hap.system.service.IBaseService;
import com.hand.hls.excel.dto.ExcelExportInfo;

public interface IExcelExportInfoService extends IBaseService<ExcelExportInfo>, ProxySelf<IExcelExportInfoService> {
}