Dao接口增加条件开关注解,增加 user.enabled 开关用户角色菜单相关功能

This commit is contained in:
thinkgem
2022-05-07 14:00:38 +08:00
parent edd04b116b
commit 4154cc5328
31 changed files with 51 additions and 23 deletions

View File

@@ -97,7 +97,6 @@ public class ExcelExport implements Closeable{
* 构造函数
* @param title 表格标题,传“空值”,表示无标题
* @param cls 实体对象通过annotation.ExportField获取标题
* @param type 导出类型1:导出数据)
*/
public ExcelExport(String title, Class<?> cls){
this(title, cls, Type.EXPORT);