这个问题很简单
在你的相关实体类的id属性上
增加一个:
@TableId(type = IdType.AUTO)
Could not set property ‘tid‘ of ‘class com.sglb.userservice.pojo.Goodstype‘ with value ‘146053656845
最新推荐文章于 2022-10-31 16:42:26 发布
这个问题很简单
在你的相关实体类的id属性上
增加一个:
@TableId(type = IdType.AUTO)