MyBatisCodeHelper-Pro icon indicating copy to clipboard operation
MyBatisCodeHelper-Pro copied to clipboard

Results 271 MyBatisCodeHelper-Pro issues
Sort by recently updated
recently updated
newest added

mybatisPlus实体类的@TableField注解可以加个jdbcType={类型}么?

如题 是否可以自定义ServiceImpl的类名后缀

希望加入lombok @Accessors注解配置,mybatis plus @TableLogic 字段配置和自定义staticColumnFields前缀

Hi, When you generate the classes using the plug-in it generates the Class using the format `Example` naming convention. is there a way to configure the generator to change the...

enhancement

include语句后的sql提示,解析,格式化等

2.8.7

只生成了一个主键的,批量修改语句 ` update material_release when material_id = #{item.materialId,jdbcType=VARCHAR} then #{item.releaseStatus,jdbcType=VARCHAR} when material_id = #{item.materialId,jdbcType=VARCHAR} then #{item.releaseTime,jdbcType=TIMESTAMP} when material_id = #{item.materialId,jdbcType=VARCHAR} then #{item.lastmodifytime,jdbcType=TIMESTAMP} when material_id = #{item.materialId,jdbcType=VARCHAR} then #{item.materialName,jdbcType=VARCHAR} where material_id...

enhancement

作者您好,希望可以有根据表批量生成实体类的方法,不需要mapper.xml等文件,非常感谢

enhancement