yangzongzhuan / RuoYi-Vue

:tada: (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统,同时提供了 Vue3 的版本
http://ruoyi.vip
MIT License
2.32k stars 1.28k forks source link

修复mysql8.0.19版本代码生成无法识别数据类型的bug #11

Closed GoRoad closed 4 years ago

GoRoad commented 4 years ago
    /** 月 */
    @Excel(name = "月")
    private $column.javaType month;

    /** 日期 */
    @Excel(name = "日期")
    private Long day;`

数据库为int类型被unsigned修饰后无法识别