Skip to content

v1.2.0 Mybatis开发的支持

Compare
Choose a tag to compare
@luo-zhan luo-zhan released this 20 Oct 01:42
· 18 commits to main since this release
  1. 支持实体类中使用枚举属性,生成sql时会自动映射成code
  2. MybatisPlus的QueryWrapper.eq()设置查询条件时,也支持直接使用枚举项,不需要再使用getCode()方法
  3. 在枚举项上使用@Deprecated注解后,Dict.getAll()等获取枚举集合的方法的返回结果里,该枚举会含有属性isDeprecated=true来标识过期,方便前端判断