The instance of variable type R does not exist, therefore void is compatible with R.2023年2月11日#bug294AI 生成的摘要在实体类上加注解 @Accessors(chain = true) 可以解决问题。Solution: Add annotations to the entity class Copy@Accessors(chain = true) ---