摘要: BigDecimal.valueOf(amount) 阅读全文
posted @ 2021-09-14 17:29 天才淇露洛 阅读(24) 评论(0) 推荐(0)
摘要: @Options(useGeneratedKeys = true, keyProperty = "id") 在本例子里,就是Conversion类里的id属性被传入了。 PS:其自带的插入方法里都自动完成了这一步骤,如果用的自己写的新增方法,可以加上。 阅读全文
posted @ 2021-09-14 14:30 天才淇露洛 阅读(2590) 评论(0) 推荐(0)