mybatis-flex / mybatis-flex

mybatis-flex is an elegant Mybatis Enhancement Framework

Home Page:https://mybatis-flex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

域名类型映射问题

kenixFog opened this issue · comments

JdbcTypeMapping.registerMapping(Blob.class, Byte[].class);

执行完代码生成,实体类生成不正确~

String a;

Byte; col;

String b;