MyBatisCodeHelper-Pro
MyBatisCodeHelper-Pro copied to clipboard
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...
只生成了一个主键的,批量修改语句 ` 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...