How to add custom field in model with Spring boot projection?

前端 未结 0 1205
死守一世寂寞
死守一世寂寞 2021-01-07 15:45

Now I have two classes

class A{
    @Column(name="num1")
    private BigDecimal num1;
    
    private B b;
    
    //getter and setter
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题