接口 DownloadController<Id extends Serializable,Entity extends SuperEntity<Id>>
- 类型参数:
Entity- 实体Id- 主键
- 所有超级接口:
BaseController<Id,Entity>
public interface DownloadController<Id extends Serializable,Entity extends SuperEntity<Id>>
extends BaseController<Id,Entity>
删除Controller
- 作者:
- zuihou
-
方法概要
从接口继承的方法 top.tangyh.basic.base.controller.BaseController
fail, fail, fail, fail, fail, fail, getEntityClass, getSuperService, getUserId, success, success, validFail, validFail, validFail
-
方法详细资料
-
write
生成zip文件- 参数:
data- 数据fileName- 文件名response- 响应- 抛出:
IOException
-