Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 17, 2020

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

        /** 年 */
        @Excel(name = "年")
        private $column.javaType year;
    
        /** 月 */
        @Excel(name = "月")
        private $column.javaType month;
    
        /** 日期 */
        @Excel(name = "日期")
        private Long day;
    
    int类型数据无法识别
    GoRoad authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    cc806cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from GoRoad/fix-gen

    修复mysql8.0.19版本代码生成无法识别数据类型的bug
    GoRoad authored Jul 17, 2020
    Configuration menu
    Copy the full SHA
    971f58f View commit details
    Browse the repository at this point in the history
  3. 🐛 修改注释

    GoRoad committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    7af6860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0fbc17e View commit details
    Browse the repository at this point in the history