Index
All Classes and Interfaces|All Packages|Constant Field Values
B
- BaseController<Id extends Serializable,
Entity extends SuperEntity<Id>> - Interface in top.tangyh.basic.base.controller -
基础接口
- buildPage() - Method in class top.tangyh.basic.base.request.PageParams
-
构建分页对象
- buildPage(Class<?>) - Method in class top.tangyh.basic.base.request.PageParams
-
构建分页对象
C
- cacheKeyBuilder() - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
-
缓存key 构造器
- cacheOps - Variable in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- cacheOps - Variable in class top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
- clearCache(List<Long>) - Method in class top.tangyh.basic.base.controller.SuperCacheController
-
清理缓存
- clearCache(List<Long>) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- clearCache(List<Long>) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
清理缓存
- clearCache(List<Long>) - Method in class top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
- clearCache(List<Long>) - Method in interface top.tangyh.basic.base.service.SuperCacheService
-
清理缓存
- copy(Id) - Method in interface top.tangyh.basic.base.controller.SaveController
-
复制
- copy(Id) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- copy(Id) - Method in interface top.tangyh.basic.base.service.SuperService
-
复制一条数据
- currentIdClass() - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- currentManagerClass() - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- currentModelClass() - Method in class top.tangyh.basic.base.controller.SuperSimpleController
- currentModelClass() - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- currentResultVOClass() - Method in class top.tangyh.basic.base.controller.SuperController
- currentResultVOClass() - Method in class top.tangyh.basic.base.controller.SuperReadController
- currentSaveVOClass() - Method in class top.tangyh.basic.base.controller.SuperExcelController
D
- delCache(Serializable...) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- delCache(Serializable...) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
清理缓存
- delCache(Collection<?>) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- delCache(Collection<?>) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
清理缓存
- delCache(T) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- delCache(T) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
清理缓存
- delete(List<Id>) - Method in interface top.tangyh.basic.base.controller.DeleteController
-
删除方法
- DeleteController<Id extends Serializable,
Entity extends SuperEntity<Id>> - Interface in top.tangyh.basic.base.controller -
删除Controller
- DownloadController<Id extends Serializable,
Entity extends SuperEntity<Id>> - Interface in top.tangyh.basic.base.controller -
删除Controller
- DownloadVO - Class in top.tangyh.basic.base.request
- DownloadVO() - Constructor for class top.tangyh.basic.base.request.DownloadVO
E
- entityClass - Variable in class top.tangyh.basic.base.controller.SuperSimpleController
- entityClass - Variable in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- exportExcel(PageParams<PageQuery>, HttpServletRequest, HttpServletResponse) - Method in class top.tangyh.basic.base.controller.SuperExcelController
-
导出Excel
F
- fail(int, String) - Method in interface top.tangyh.basic.base.controller.BaseController
-
失败返回
- fail(String) - Method in interface top.tangyh.basic.base.controller.BaseController
-
失败返回
- fail(String, Object...) - Method in interface top.tangyh.basic.base.controller.BaseController
-
失败返回
- fail(Throwable) - Method in interface top.tangyh.basic.base.controller.BaseController
-
失败返回
- fail(BizException) - Method in interface top.tangyh.basic.base.controller.BaseController
-
失败返回
- fail(BaseExceptionCode) - Method in interface top.tangyh.basic.base.controller.BaseController
-
失败返回
- findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<Entity>>) - Method in class top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
- findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<Entity>>) - Method in interface top.tangyh.basic.base.service.SuperCacheService
-
可能会缓存穿透
- findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<T>>) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<T>>) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
根据ID,批量查询缓存。
- findByIds(List<Id>) - Method in interface top.tangyh.basic.base.controller.QueryController
-
批量查询
- findCollectByIds(List<Long>, Function<Long, CacheKey>, Function<Long, List<E>>) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- findCollectByIds(List<Long>, Function<Long, CacheKey>, Function<Long, List<E>>) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
根据id 批量查询缓存
- findExportList(PageParams<PageQuery>) - Method in class top.tangyh.basic.base.controller.SuperExcelController
-
查询待导出的数据, 子类可以重写
G
- get(Id) - Method in interface top.tangyh.basic.base.controller.QueryController
-
单体查询
- get(Id) - Method in class top.tangyh.basic.base.controller.SuperCacheController
-
查询
- getById(Id) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- getById(Id) - Method in interface top.tangyh.basic.base.service.SuperService
-
根据 ID 查询
- getByIdCache(Id) - Method in class top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
- getByIdCache(Id) - Method in interface top.tangyh.basic.base.service.SuperCacheService
-
根据id 先查缓存,再查db
- getByIdCache(Serializable) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- getByIdCache(Serializable) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
根据id 先查缓存,再查db
- getByKey(CacheKey, Function<CacheKey, Object>) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- getByKey(CacheKey, Function<CacheKey, Object>) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
根据 key 查询缓存中存放的id,缓存不存在根据loader加载并写入数据,然后根据查询出来的id查询 实体
- getByKey(CacheKey, Function<CacheKey, Object>) - Method in class top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
- getByKey(CacheKey, Function<CacheKey, Object>) - Method in interface top.tangyh.basic.base.service.SuperCacheService
-
根据 key 查询缓存中存放的id,缓存不存在根据loader加载并写入数据,然后根据查询出来的id查询 实体
- getDetail(Id) - Method in interface top.tangyh.basic.base.controller.QueryController
-
查询详情
- getEchoService() - Method in interface top.tangyh.basic.base.controller.PageController
-
获取echo Service
- getEntityClass() - Method in interface top.tangyh.basic.base.controller.BaseController
-
获取实体的类型
- getEntityClass() - Method in class top.tangyh.basic.base.controller.SuperSimpleController
- getEntityClass() - Method in class top.tangyh.basic.base.manager.impl.SuperManagerImpl
- getEntityClass() - Method in interface top.tangyh.basic.base.manager.SuperManager
-
获取实体的类型
- getEntityClass() - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- getEntityClass() - Method in interface top.tangyh.basic.base.service.SuperService
-
获取实体的类型
- getExcelClass() - Method in class top.tangyh.basic.base.controller.SuperExcelController
- getId(T) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- getIdClass() - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- getIdClass() - Method in interface top.tangyh.basic.base.service.SuperService
-
获取主键的类型
- getResultVOClass() - Method in interface top.tangyh.basic.base.controller.PageController
-
获取返回VO的类型
- getResultVOClass() - Method in class top.tangyh.basic.base.controller.SuperController
- getResultVOClass() - Method in class top.tangyh.basic.base.controller.SuperReadController
- getSaveVOClass() - Method in class top.tangyh.basic.base.controller.SuperExcelController
- getSuperManager() - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- getSuperManager() - Method in interface top.tangyh.basic.base.service.SuperService
-
获取Manager的类型
- getSuperMapper() - Method in class top.tangyh.basic.base.manager.impl.SuperManagerImpl
- getSuperService() - Method in interface top.tangyh.basic.base.controller.BaseController
-
获取Service
- getSuperService() - Method in class top.tangyh.basic.base.controller.SuperCacheController
- getSuperService() - Method in class top.tangyh.basic.base.controller.SuperExcelController
- getSuperService() - Method in class top.tangyh.basic.base.controller.SuperSimpleController
- getUserId() - Method in interface top.tangyh.basic.base.controller.BaseController
-
获取当前id
H
- handlerDelete(List<Id>) - Method in interface top.tangyh.basic.base.controller.DeleteController
-
自定义删除
- handlerQueryParams(PageParams<PageQuery>) - Method in interface top.tangyh.basic.base.controller.PageController
-
处理查询参数
- handlerResult(IPage<ResultVO>) - Method in interface top.tangyh.basic.base.controller.PageController
-
处理查询后的数据
- handlerSave(SaveVO) - Method in interface top.tangyh.basic.base.controller.SaveController
-
自定义新增
- handlerUpdate(UpdateVO) - Method in interface top.tangyh.basic.base.controller.UpdateController
-
自定义更新
- handlerWrapper(Entity, PageParams<PageQuery>) - Method in interface top.tangyh.basic.base.controller.PageController
-
处理对象中的非空参数和扩展字段中的区间参数,可以覆盖后处理组装查询条件
I
- idClass - Variable in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- importExcel(MultipartFile, HttpServletRequest, HttpServletResponse) - Method in class top.tangyh.basic.base.controller.SuperExcelController
- insertBatchSomeColumn(List<T>) - Method in interface top.tangyh.basic.base.mapper.SuperMapper
-
批量插入所有字段
L
- list(Wrapper<Entity>) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- list(Wrapper<Entity>) - Method in interface top.tangyh.basic.base.service.SuperService
-
查询列表
- listByIds(List<Id>) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- listByIds(List<Id>) - Method in interface top.tangyh.basic.base.service.SuperService
-
批量查询
M
- managerClass - Variable in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- MAX_BATCH_KEY_SIZE - Static variable in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
O
- offset() - Method in class top.tangyh.basic.base.request.PageParams
-
计算当前分页偏移量
P
- page(E, Wrapper<Entity>) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- page(E, Wrapper<Entity>) - Method in interface top.tangyh.basic.base.service.SuperService
-
翻页查询
- page(PageParams<PageQuery>) - Method in interface top.tangyh.basic.base.controller.PageController
-
分页查询
- PageController<Id extends Serializable,
Entity extends SuperEntity<Id>, PageQuery, ResultVO> - Interface in top.tangyh.basic.base.controller -
分页控制器
- PageParams<T> - Class in top.tangyh.basic.base.request
-
分页参数
- PageParams(long, long) - Constructor for class top.tangyh.basic.base.request.PageParams
- PageUtil - Class in top.tangyh.basic.base.request
-
分页工具类
- put(String, Object) - Method in class top.tangyh.basic.base.request.PageParams
- putAll(Map<String, Object>) - Method in class top.tangyh.basic.base.request.PageParams
Q
- query(PageQuery) - Method in interface top.tangyh.basic.base.controller.QueryController
-
批量查询
- query(PageParams<PageQuery>) - Method in interface top.tangyh.basic.base.controller.PageController
-
执行分页查询
- QueryController<Id extends Serializable,
Entity extends SuperEntity<Id>, PageQuery, ResultVO> - Interface in top.tangyh.basic.base.controller -
查询Controller
R
- refreshCache(List<Long>) - Method in class top.tangyh.basic.base.controller.SuperCacheController
-
刷新缓存
- refreshCache(List<Long>) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- refreshCache(List<Long>) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
刷新缓存
- refreshCache(List<Long>) - Method in class top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
- refreshCache(List<Long>) - Method in interface top.tangyh.basic.base.service.SuperCacheService
-
刷新缓存
- removeById(Serializable) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- removeByIds(Collection<?>) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- removeByIds(Collection<Id>) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- removeByIds(Collection<Id>) - Method in interface top.tangyh.basic.base.service.SuperService
-
删除(根据ID 批量删除)
- resultVOClass - Variable in class top.tangyh.basic.base.controller.SuperController
- resultVOClass - Variable in class top.tangyh.basic.base.controller.SuperReadController
S
- save(SaveVO) - Method in interface top.tangyh.basic.base.controller.SaveController
-
新增
- save(SaveVO) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- save(SaveVO) - Method in interface top.tangyh.basic.base.service.SuperService
-
插入一条记录(选择字段,策略插入)
- save(T) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- saveAfter(SaveVO, Entity) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
-
保存之后设置参数值,淘汰缓存等操作
- saveBatch(Collection<T>, int) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- saveBatch(List<Entity>) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- saveBatch(List<Entity>) - Method in interface top.tangyh.basic.base.service.SuperService
-
批量保存
- saveBatchSomeColumn(List<T>) - Method in interface top.tangyh.basic.base.manager.SuperManager
-
批量保存数据
- saveBefore(SaveVO) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
-
保存之前处理参数等操作
- SaveController<Id extends Serializable,
Entity extends SuperEntity<Id>, SaveVO> - Interface in top.tangyh.basic.base.controller -
新增
- saveOrUpdateBatch(Collection<T>, int) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- saveVOClass - Variable in class top.tangyh.basic.base.controller.SuperExcelController
- setCache(T) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- setCache(T) - Method in interface top.tangyh.basic.base.manager.SuperCacheManager
-
设置缓存
- success() - Method in interface top.tangyh.basic.base.controller.BaseController
-
成功返回
- success(T) - Method in interface top.tangyh.basic.base.controller.BaseController
-
成功返回
- SuperCacheController<S extends SuperCacheService<Id,
Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, SaveVO, UpdateVO, PageQuery, ResultVO> - Class in top.tangyh.basic.base.controller -
SuperCacheController
- SuperCacheController() - Constructor for class top.tangyh.basic.base.controller.SuperCacheController
- SuperCacheManager<T> - Interface in top.tangyh.basic.base.manager
-
基于MP的 IService 新增了几个方法: getByIdCache、getByKey、findByIds、refreshCache、clearCache 其中: 1,getByIdCache 方法 会先从缓存查询,后从DB查询 (取决于实现类) 2、getByKey 根据提供的缓存key查询单个实体,查不到会通过loader回调查询 3、findByIds 根据id批量从缓存查询实体列表 4、refreshCache 刷新缓存 5、clearCache 淘汰缓存
- SuperCacheManagerImpl<M extends SuperMapper<T>,
T extends SuperEntity> - Class in top.tangyh.basic.base.manager.impl -
基于 CacheOps 实现的 缓存实现 默认的key规则: #{CacheKeyBuilder#key()}:id
- SuperCacheManagerImpl() - Constructor for class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- SuperCacheService<Id extends Serializable,
Entity extends SuperEntity<?>> - Interface in top.tangyh.basic.base.service -
基于MP的 IService 新增了3个方法: getByIdCache 其中: 1,getByIdCache 方法 会先从缓存查询,后从DB查询 (取决于实现类) 2、SuperService 上的方法
- SuperCacheServiceImpl<M extends SuperCacheManager<Entity>,
Id extends Serializable, Entity extends SuperEntity<?>> - Class in top.tangyh.basic.base.service.impl -
基于 CacheOps 实现的 缓存实现 默认的key规则: #{CacheKeyBuilder#key()}:id
- SuperCacheServiceImpl() - Constructor for class top.tangyh.basic.base.service.impl.SuperCacheServiceImpl
- SuperController<S extends SuperService<Id,
Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, SaveVO, UpdateVO, PageQuery, ResultVO> - Class in top.tangyh.basic.base.controller -
SuperNoPoiController
- SuperController() - Constructor for class top.tangyh.basic.base.controller.SuperController
- SuperExcelController<S extends SuperCacheService<Id,
Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, SaveVO, UpdateVO, PageQuery, ResultVO> - Class in top.tangyh.basic.base.controller -
导入导出
- SuperExcelController() - Constructor for class top.tangyh.basic.base.controller.SuperExcelController
- superManager - Variable in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- SuperManager<T> - Interface in top.tangyh.basic.base.manager
-
基于MP的 IService 新增了2个方法: saveBatchSomeColumn、updateAllById 其中: 1,updateAllById 执行后,会清除缓存 2,saveBatchSomeColumn 批量插入
- SuperManagerImpl<M extends SuperMapper<T>,
T> - Class in top.tangyh.basic.base.manager.impl -
不含缓存的Service实现
- SuperManagerImpl() - Constructor for class top.tangyh.basic.base.manager.impl.SuperManagerImpl
- SuperMapper<T> - Interface in top.tangyh.basic.base.mapper
-
基于MP的 BaseMapper 新增了2个方法: insertBatchSomeColumn、updateAllById
- SuperReadController<S extends SuperService<Id,
Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, PageQuery, ResultVO> - Class in top.tangyh.basic.base.controller -
SuperReadController
- SuperReadController() - Constructor for class top.tangyh.basic.base.controller.SuperReadController
- superService - Variable in class top.tangyh.basic.base.controller.SuperSimpleController
- SuperService<Id extends Serializable,
Entity extends SuperEntity<?>> - Interface in top.tangyh.basic.base.service -
业务层
- SuperServiceImpl<M extends SuperManager<Entity>,
Id extends Serializable, Entity extends SuperEntity<?>> - Class in top.tangyh.basic.base.service.impl -
不含缓存的Service实现
- SuperServiceImpl() - Constructor for class top.tangyh.basic.base.service.impl.SuperServiceImpl
- SuperSimpleController<S extends SuperService<Id,
Entity>, Id extends Serializable, Entity extends SuperEntity<Id>> - Class in top.tangyh.basic.base.controller -
简单的实现了BaseController,为了获取注入 Service 和 实体类型
- SuperSimpleController() - Constructor for class top.tangyh.basic.base.controller.SuperSimpleController
- SuperWriteController<S extends SuperService<Id,
Entity>, Id extends Serializable, Entity extends SuperEntity<Id>, SaveVO, UpdateVO> - Class in top.tangyh.basic.base.controller -
SuperReadController
- SuperWriteController() - Constructor for class top.tangyh.basic.base.controller.SuperWriteController
T
- timeRange(PageParams<T>) - Static method in class top.tangyh.basic.base.request.PageUtil
-
重置时间区间参数
- top.tangyh.basic.base - package top.tangyh.basic.base
-
MVC基础包, 封装的 Controller、Service、Manager、Mapper等
- top.tangyh.basic.base.controller - package top.tangyh.basic.base.controller
- top.tangyh.basic.base.manager - package top.tangyh.basic.base.manager
- top.tangyh.basic.base.manager.impl - package top.tangyh.basic.base.manager.impl
- top.tangyh.basic.base.mapper - package top.tangyh.basic.base.mapper
- top.tangyh.basic.base.request - package top.tangyh.basic.base.request
- top.tangyh.basic.base.service - package top.tangyh.basic.base.service
- top.tangyh.basic.base.service.impl - package top.tangyh.basic.base.service.impl
U
- update(UpdateVO) - Method in interface top.tangyh.basic.base.controller.UpdateController
-
修改
- updateAfter(UpdateVO, Entity) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
-
修改之后设置参数值,淘汰缓存等操作
- updateAllAfter(UpdateVO, Entity) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
-
修改之后设置参数值,淘汰缓存等操作
- updateAllBefore(UpdateVO) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
-
修改之前处理参数等操作
- updateAllById(T) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- updateAllById(T) - Method in class top.tangyh.basic.base.manager.impl.SuperManagerImpl
- updateAllById(T) - Method in interface top.tangyh.basic.base.manager.SuperManager
-
根据id修改 entity 的所有字段
- updateAllById(T) - Method in interface top.tangyh.basic.base.mapper.SuperMapper
-
全量修改所有字段
- updateAllById(UpdateVO) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- updateAllById(UpdateVO) - Method in interface top.tangyh.basic.base.service.SuperService
-
根据id修改 entity 的所有字段
- updateBatchById(Collection<T>, int) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- updateBefore(UpdateVO) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
-
修改之前处理参数等操作
- updateById(T) - Method in class top.tangyh.basic.base.manager.impl.SuperCacheManagerImpl
- updateById(UpdateVO) - Method in class top.tangyh.basic.base.service.impl.SuperServiceImpl
- updateById(UpdateVO) - Method in interface top.tangyh.basic.base.service.SuperService
-
根据 ID 修改实体中非空的字段
- UpdateController<Id extends Serializable,
Entity extends SuperEntity<Id>, UpdateVO> - Interface in top.tangyh.basic.base.controller -
修改Controller
V
- validData(List<SaveVO>) - Method in class top.tangyh.basic.base.controller.SuperExcelController
-
子类实现业务校验规则,校验失败自行报错
- validFail(String) - Method in interface top.tangyh.basic.base.controller.BaseController
-
参数校验失败返回
- validFail(String, Object...) - Method in interface top.tangyh.basic.base.controller.BaseController
-
参数校验失败返回
- validFail(BaseExceptionCode) - Method in interface top.tangyh.basic.base.controller.BaseController
-
参数校验失败返回
W
- write(byte[], String, HttpServletResponse) - Method in interface top.tangyh.basic.base.controller.DownloadController
-
生成zip文件
All Classes and Interfaces|All Packages|Constant Field Values