代码生成查询时忽略大小写&翻页记住选中&表注释未填写也允许导入

This commit is contained in:
RuoYi
2019-11-12 15:00:47 +08:00
parent fe8c142cd6
commit 9a0098cca1
5 changed files with 13 additions and 6 deletions

View File

@ -42,7 +42,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="roleName" column="role_name" />
<result property="roleKey" column="role_key" />
<result property="roleSort" column="role_sort" />
<result property="dataScope" column="data_scope" />
<result property="dataScope" column="data_scope" />
<result property="status" column="role_status" />
</resultMap>