一、解决warn警告Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.

需要修改设置的主键id
@TableId(value = "id", type = IdType.ASSIGN_UUID)

希望对大家有帮助,有用的大家可以点个赞~~~
一、解决warn警告Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
需要修改设置的主键id
@TableId(value = "id", type = IdType.ASSIGN_UUID)
希望对大家有帮助,有用的大家可以点个赞~~~