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

idea 版本 2020.3,插件版本 2.9.2 ![image](https://user-images.githubusercontent.com/39942874/115641651-1af46b80-a34c-11eb-987c-a9801b51a191.png)

waiting-for-feedback

希望增加Lombok的注解@Accessors(chain = true),开发中更喜欢用这个而不是@Builder

enhancement

如果能支持kotlin方式就好了

`` 中status为integer类型的,status=0的判断结果为true。 ` ` 中status为integer类型的,status=0的判断结果为false。 `` 中status为integer类型的,status=0的判断结果为false 当status为integer时,能不能给代码 status != '' 标红

enhancement

![image](https://user-images.githubusercontent.com/41536971/119832057-6c39e100-bf30-11eb-810b-0021173f8471.png) ![image](https://user-images.githubusercontent.com/41536971/119832092-7360ef00-bf30-11eb-8a13-eb36663487bf.png)

enhancement

在指定了自定义的baseClass时,如果baseClass含有参数化类型,在生成的时候不会自动将子类的参数化类型传递给父类

公司使用的是mybatisplus,所以每次创建的时候都需要手动继承IService和ServiceImpl。然后这样子切来切去感觉有点麻烦... ![image](https://user-images.githubusercontent.com/61930425/118211101-2ac02500-b49e-11eb-8104-7fbe6893a1b0.png) ![image](https://user-images.githubusercontent.com/61930425/118211109-2e53ac00-b49e-11eb-800e-5ecc5da67887.png) 作者大大可以增加下这个功能吗?好像目前只有实体类和mapper可以添加父类 ![image](https://user-images.githubusercontent.com/61930425/118211221-6529c200-b49e-11eb-919b-6155e6170040.png)