mysql 中使用了关键字做为字段名时,select 语句不能正确填充实体类。insert和 update没有问题。是 bug 还是 我没有用对?
@Comment("介绍") @Column(value="`desc`") private String desc;
改字段名