Mybatis-Plus introduces many powerful annotations for us to indicate the mapping between entity properties and table fields. It’s a great coding experience working with those annotations and IService relevant helper class. However, it’s actually not true in Mybatis-Plus 2.x. Why? @TableField in 3…